- Linux 2.6.34.4-rc1

- Fix up drm-next patch to apply on top of 2.6.34.4
This commit is contained in:
Chuck Ebbert 2010-08-13 08:30:59 -04:00
parent 3a4b7f0c66
commit d47af17904
3 changed files with 10 additions and 5 deletions

View File

@ -7071,8 +7071,8 @@ index 18f41d7..c198186 100644
+ mode = drm_cvt_mode(dev, 1366, 768, vrefresh_rate, 0, 0,
false);
mode->hdisplay = 1366;
mode->vsync_start = mode->vsync_start - 1;
mode->vsync_end = mode->vsync_end - 1;
mode->hsync_start = mode->hsync_start - 1;
mode->hsync_end = mode->hsync_end - 1;
return mode;
}
- mode = NULL;

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 37
%global baserelease 38
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -60,9 +60,9 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 3
%define stable_update 4
# Is it a -stable RC?
%define stable_rc 0
%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -2039,6 +2039,10 @@ fi
%changelog
* Tue Aug 10 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.4-38.rc1
- Linux 2.6.34.4-rc1
- Fix up drm-next patch to apply on top of 2.6.34.4
* Tue Aug 10 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.34.3-37
- Linux 2.6.34.3
- Disable AES-NI encryption until bugs can be sorted out (#622435)

View File

@ -1,2 +1,3 @@
10eebcb0178fb4540e2165bfd7efc7ad linux-2.6.34.tar.bz2
53c4176b48a615b2837ed1a2db2f3c1f patch-2.6.34.3.bz2
299d75a98315227989e8ce4e26661b08 patch-2.6.34.4-rc1.bz2