From 1ce3c1e7d99ce191b8a90c1d352340ad86087342 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 1 May 2010 01:55:19 +0000 Subject: [PATCH] Remove bug closure; the bug is for KVM_GET/SET_CLOCK which we already have svn path=/dists/sid/linux-2.6/; revision=15594 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 947f0f0a9..7802e1fe7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,7 +53,7 @@ linux-2.6 (2.6.32-12) UNRELEASED; urgency=low * net: export device speed and duplex via sysfs. * postrm: rm modules.softdep. (closes: #579175) * Backport KVM: Xen PV-on-HVM guest support. - * Backport KVM: x86: Add KVM_GET/SET_VCPU_EVENTS. (closes: #578005) + * Backport KVM: x86: Add KVM_GET/SET_VCPU_EVENTS. * hugetlb: fix infinite loop in get_futex_key() when backed by huge pages * ext4: Issue the discard operation *before* releasing the blocks to be reused.