Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1157790 > unrolled thread

Linux 2.6.32.67

Started byWilly Tarreau <w@1wt.eu>
First post2015-06-03 17:50 +0200
Last post2015-06-03 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Linux 2.6.32.67 Willy Tarreau <w@1wt.eu> - 2015-06-03 17:50 +0200

#1157790 — Linux 2.6.32.67

FromWilly Tarreau <w@1wt.eu>
Date2015-06-03 17:50 +0200
SubjectLinux 2.6.32.67
Message-ID<pxj5w-5s8-19@gated-at.bofh.it>
I've just released Linux 2.6.32.67.

It fixes two regressions introduced in 2.6.32.66. One of them can cause
random crashes a few minutes after boot based on TCP traffic, so 2.6.32
users must skip 2.6.32.66 and use 2.6.32.67 instead.

As a reminder, 2.6.32's end of life is approaching in a few months, so
users should start to consider switching to a more recent one (both 3.2
and 3.4 seem perfectly suited).

The patch and changelog will appear soon at the following locations:
  https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/
  https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.67.xz
  https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-2.6.32.67.gz
  https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.67

The updated 2.6.32.y git tree can be found at:
   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
  http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y

The tree can be browsed on the gitweb interface:
  http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/log/?h=linux-2.6.32.y

  Testing status (build/boot, OK/FAIL, otherwise not tested) :

         ARCH  |         CONFIGURATION
       --------+-----------------------------------
               |  allmodconfig     other-config
        x86_64 |    build:OK            -

Thanks to those who reported these issues, and to Greg for the final packaging.
Willy

---------
 Makefile              |  2 +-
 net/ipv4/tcp_output.c |  2 +-
 net/socket.c          | 26 ++++++++++----------------
 3 files changed, 12 insertions(+), 18 deletions(-)

Summary of changes from 2.6.32.66 to 2.6.32.67
==============================================
Junling Zheng (1):
      net: socket: Fix the wrong returns for recvmsg and sendmsg

Willy Tarreau (2):
      net: fix incorrect backport of tcp_send_fin in 2.6.32.66
      Linux 2.6.32.67

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web