)]}'
{
  "commit": "5ef897c71a8985b62b7ec320a37376daaad364d0",
  "tree": "e3980355964a3fdb6d36e8fdcaf6bb18ea7c31fe",
  "parents": [
    "b4627dea032ab1f6e472fcf030e28f22ea971f9b"
  ],
  "author": {
    "name": "Antonino A. Daplas",
    "email": "adaplas@gmail.com",
    "time": "Mon Nov 21 21:32:26 2005 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Tue Nov 22 09:13:43 2005 -0800"
  },
  "message": "[PATCH] vgacon: Fix usage of stale height value on vc initialization\n\nReported by: Wayne E. Harlan\n\n\"[1.] One line summary of the problem:\nWhen the kernel option \"vga\u003d1\" is used, additional tty\u0027s (alt+control+Fx\nwith x\u003d2,3,4,5, etc) do not provide the full 50 lines of output.  The first\none does have 50 lines, however.\n\n[2.] Full description of the problem/report:\nThese addtitional tty\u0027s show only 39 lines plus the top pixel of the 40-th\nline.  The remaining lines are black and not shown.  Kernel version\n2.6.13.4 does not show this problem.\"\n\nThis bug is caused by using a stale font height value on vgacon_init.\n\nBooting with vga\u003d1 gives an 80x50 screen with an 8x8 font.  Somewhere\nduring the initialization, the font was changed to 8x9 and the first\nvc was correctly resized to 80x44.  However, the rest of the vc\u0027s were\nnot allocated yet, and when they were subsequently initialized, they\nstill used a font height of 8 (instead of 9) causing the mentioned bug.\n\nFix by saving the new font height to vga_video_font_height.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "274f90543e323b7014e6c61d25a555bd6aa180f6",
      "old_mode": 33188,
      "old_path": "drivers/video/console/vgacon.c",
      "new_id": "167de397e4b430def9bb9b470153842a8d5803dc",
      "new_mode": 33188,
      "new_path": "drivers/video/console/vgacon.c"
    }
  ]
}
