* Linux 2.6.32.38
@ 2011-04-15 21:34 Greg KH
2011-04-15 21:35 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2011-04-15 21:34 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn
I'm announcing the release of the 2.6.32.38 kernel.
It's a bugfix for the 2.6.32.37 kernel that only affects people who use
the network RDS protocol. If you don't use that, then don't worry about
this release.
The updated 2.6.32.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.32.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.32.y.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 +-
net/rds/rdma.c | 8 --------
2 files changed, 1 insertion(+), 9 deletions(-)
Greg Kroah-Hartman (2):
Revert "net: fix rds_iovec page count overflow"
Linux 2.6.32.38
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Linux 2.6.32.38
2011-04-15 21:34 Linux 2.6.32.38 Greg KH
@ 2011-04-15 21:35 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-04-15 21:35 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable, lwn
diff --git a/Makefile b/Makefile
index f5fac8b..7bdf889 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 32
-EXTRAVERSION = .37
+EXTRAVERSION = .38
NAME = Man-Eating Seals of Antiquity
# *DOCUMENTATION*
diff --git a/net/rds/rdma.c b/net/rds/rdma.c
index f7d8c08..6b09b94 100644
--- a/net/rds/rdma.c
+++ b/net/rds/rdma.c
@@ -473,14 +473,6 @@ static struct rds_rdma_op *rds_rdma_prepare(struct rds_sock *rs,
max_pages = max(nr, max_pages);
nr_pages += nr;
-
- /*
- * nr_pages for one entry is limited to (UINT_MAX>>PAGE_SHIFT)+1,
- * so tot_pages cannot overflow without first going negative.
- */
- if ((int)nr_pages < 0)
- ret = -EINVAL;
- goto out;
}
pages = kcalloc(max_pages, sizeof(struct page *), GFP_KERNEL);
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-15 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 21:34 Linux 2.6.32.38 Greg KH
2011-04-15 21:35 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.