update to snapshot 2.6.38-rc2-git3
fix context in perf-gcc460-build-fixes.patch
This commit is contained in:
parent
cfdfd01df8
commit
84056ee1b8
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 3
|
%global baserelease 1
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -84,7 +84,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 2
|
%define rcrev 2
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 1
|
%define gitrev 3
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 2.6.%{upstream_sublevel}
|
%define rpmversion 2.6.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -1955,6 +1955,10 @@ fi
|
|||||||
# ||----w |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 25 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc2.git3.1
|
||||||
|
- Linux 2.6.38-rc2-git3
|
||||||
|
- perf-gcc460-build-fixes.patch: fix context from [9486aa38]
|
||||||
|
|
||||||
* Mon Jan 24 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc2.git1.3
|
* Mon Jan 24 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc2.git1.3
|
||||||
- Disable usb/pci/acpi autosuspend goo until it can be checked.
|
- Disable usb/pci/acpi autosuspend goo until it can be checked.
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ index 05344c6..373cfc0 100644
|
|||||||
- len = sym->end - sym->start;
|
- len = sym->end - sym->start;
|
||||||
-
|
-
|
||||||
sprintf(command,
|
sprintf(command,
|
||||||
"objdump --start-address=%#0*Lx --stop-address=%#0*Lx -dS %s",
|
"objdump --start-address=%#0*" PRIx64 " --stop-address=%#0*" PRIx64 " -dS %s",
|
||||||
BITS_PER_LONG / 4, map__rip_2objdump(map, sym->start),
|
BITS_PER_LONG / 4, map__rip_2objdump(map, sym->start),
|
||||||
@@ -1295,7 +1292,7 @@ static int __cmd_top(void)
|
@@ -1295,7 +1292,7 @@ static int __cmd_top(void)
|
||||||
{
|
{
|
||||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
|||||||
c8ee37b4fdccdb651e0603d35350b434 linux-2.6.37.tar.bz2
|
c8ee37b4fdccdb651e0603d35350b434 linux-2.6.37.tar.bz2
|
||||||
4651b1512e2fba1735713aca8f1007fc patch-2.6.38-rc2.bz2
|
4651b1512e2fba1735713aca8f1007fc patch-2.6.38-rc2.bz2
|
||||||
1edbfed39a74c24b542747f2b97f1e32 patch-2.6.38-rc2-git1.bz2
|
1edbfed39a74c24b542747f2b97f1e32 patch-2.6.38-rc2-git1.bz2
|
||||||
|
a1dc409bd56ddcac0408136e5ba3eb9c patch-2.6.38-rc2-git3.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user