diff --git a/debian/changelog b/debian/changelog index f90657231..8bbddebf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -linux-2.6 (2.6.36~rc7-1~experimental.1) UNRELEASED; urgency=low +linux-2.6 (2.6.36~rc8-1~experimental.1) UNRELEASED; urgency=low * New upstream release candidate + - writeback: always use sb->s_bdi for writeback purposes (Closes: #599466) [ Ben Hutchings ] * qla4xxx: Fix build on some architectures lacking 64-bit I/O diff --git a/debian/patches/features/all/revert-ipv4-Make-INET_LRO-a-bool-instead-of-tristate.patch b/debian/patches/features/all/revert-ipv4-Make-INET_LRO-a-bool-instead-of-tristate.patch deleted file mode 100644 index 7bea4c7bd..000000000 --- a/debian/patches/features/all/revert-ipv4-Make-INET_LRO-a-bool-instead-of-tristate.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Ben Hutchings -Date: Sat, 5 Jun 2010 00:42:57 +0100 -Subject: [PATCH] Revert "ipv4: Make INET_LRO a bool instead of tristate." - -This reverts commit e81963b180ac502fda0326edf059b1e29cdef1a2. - -This code is now deprecated in favour of GRO, and only a few drivers -use it. For Debian kernels (and probably other distribution kernels) -it should be built as a module. - -The original change to prevent building it as a module was made in an -attempt to avoid the case where some dependents are set to y and some -to m, and INET_LRO can be set to m rather than y. However, the -Kconfig system will now reliably set INET_LRO=y in this case. ---- - net/ipv4/Kconfig | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig -index 70491d9..483d427 100644 ---- a/net/ipv4/Kconfig -+++ b/net/ipv4/Kconfig -@@ -398,7 +398,7 @@ config INET_XFRM_MODE_BEET - If unsure, say Y. - - config INET_LRO -- bool "Large Receive Offload (ipv4/tcp)" -+ tristate "Large Receive Offload (ipv4/tcp)" - default y - ---help--- - Support for Large Receive Offload (ipv4/tcp). --- -1.7.1 - diff --git a/debian/patches/series/base b/debian/patches/series/base index a4afd9987..f930abee5 100644 --- a/debian/patches/series/base +++ b/debian/patches/series/base @@ -37,7 +37,6 @@ + debian/arch-sh4-fix-uimage-build.patch + bugfix/mips/mips-ide-flush-dcache.patch -+ features/all/revert-ipv4-Make-INET_LRO-a-bool-instead-of-tristate.patch + features/all/staging-Add-initial-release-of-brcm80211.patch + bugfix/all/staging-fix-Makefile-so-broadcom-driver-will-build.patch