stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Subject: [ 00/48] 2.6.32.64-longterm review
Date: Sun, 16 Nov 2014 22:53:28 +0100	[thread overview]
Message-ID: <20141116215328.631129227@1wt.eu> (raw)
Message-ID: <28c765bc23bd4bae1611534e510f49f8@local> (raw)

This is the start of the longterm review cycle for the 2.6.32.64 release.
All patches will be posted as a response to this one. If anyone has any
issue with these being applied, please let me know. If anyone is a
maintainer of the proper subsystem, and wants to add a Signed-off-by: line
to the patch, please respond with it.

Responses should be made within 72 hours. Anything received after that time
might be too late. If someone wants a bit more time for a deeper review,
please let me know.

The whole patch series can be found in one patch at :
     kernel.org/pub/linux/kernel/v2.6/longterm-review/patch-2.6.32.64-rc1.gz

The shortlog and diffstat are appended below.

Thanks,
Willy

 arch/arm/lib/memset.S               | 100 +++++-----
 arch/mips/include/asm/thread_info.h |   3 +
 arch/mips/kernel/scall32-o32.S      |   2 +-
 arch/mips/kernel/scall64-64.S       |   2 +-
 arch/mips/kernel/scall64-n32.S      |   2 +-
 arch/mips/kernel/scall64-o32.S      |   2 +-
 arch/x86/include/asm/ptrace.h       |  16 ++
 arch/x86/kernel/entry_32.S          |  13 +-
 drivers/char/tty_io.c               |   7 +-
 drivers/md/dm-crypt.c               |  20 +-
 drivers/md/raid5.c                  |   2 +
 drivers/net/gianfar.c               |   6 -
 drivers/net/macvlan.c               |   1 +
 drivers/net/ppp_generic.c           |   2 +-
 drivers/net/pppoe.c                 |   2 +-
 drivers/net/sunvnet.c               |  20 +-
 drivers/scsi/sym53c8xx_2/sym_hipd.c |   4 +
 drivers/usb/serial/kobil_sct.c      |   4 +-
 drivers/usb/serial/option.c         | 129 ++++++++++++-
 fs/isofs/inode.c                    |  15 +-
 fs/isofs/isofs.h                    |  23 ++-
 fs/isofs/rock.c                     |  39 ++--
 fs/namei.c                          |   1 +
 fs/nfsd/nfs4xdr.c                   |   8 +-
 fs/proc/base.c                      |   1 -
 include/linux/lzo.h                 |  15 +-
 include/linux/ptrace.h              |   3 +
 include/net/sctp/sm.h               |   6 +-
 include/sound/core.h                |   2 +
 kernel/futex.c                      |   1 +
 kernel/trace/ring_buffer.c          |  12 +-
 lib/lzo/lzo1x_compress.c            | 335 ++++++++++++++++++--------------
 lib/lzo/lzo1x_decompress.c          | 370 +++++++++++++++++++-----------------
 lib/lzo/lzodefs.h                   |  38 ++--
 mm/mlock.c                          |   2 +
 mm/rmap.c                           |  14 +-
 net/appletalk/ddp.c                 |   3 -
 net/compat.c                        |   9 +-
 net/core/filter.c                   |   8 +-
 net/core/iovec.c                    |  10 +-
 net/core/skbuff.c                   |   2 +-
 net/ipv4/igmp.c                     |  10 +-
 net/ipv4/ip_options.c               |   4 +
 net/ipv4/tcp_input.c                |   2 +-
 net/ipv4/tcp_vegas.c                |   3 +-
 net/ipv4/tcp_veno.c                 |   2 +-
 net/netfilter/nfnetlink_log.c       |  14 +-
 net/sctp/associola.c                |   3 +-
 net/sctp/output.c                   |   2 +-
 net/sctp/sm_make_chunk.c            | 100 +++++-----
 net/sctp/sm_statefuns.c             |  18 +-
 net/sctp/ulpevent.c                 | 122 ++----------
 sound/core/control.c                |  38 +++-
 sound/core/init.c                   |   1 +
 54 files changed, 918 insertions(+), 655 deletions(-)



             reply	other threads:[~2014-11-16 21:53 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <28c765bc23bd4bae1611534e510f49f8@local>
2014-11-16 21:53 ` Willy Tarreau [this message]
2014-11-16 21:53 ` [ 01/48] x86_32, entry: Do syscall exit work on badsys Willy Tarreau
2014-11-16 21:53 ` [ 02/48] x86_32, entry: Store badsys error code in %eax Willy Tarreau
2014-11-16 21:53 ` [ 03/48] x86_32, entry: Clean up sysenter_badsys declaration Willy Tarreau
2014-11-16 21:53 ` [ 04/48] MIPS: Cleanup flags in syscall flags handlers Willy Tarreau
2014-11-16 21:53 ` [ 05/48] MIPS: asm: thread_info: Add _TIF_SECCOMP flag Willy Tarreau
2014-11-16 21:53 ` [ 06/48] fix autofs/afs/etc. magic mountpoint breakage Willy Tarreau
2014-11-16 21:53 ` [ 07/48] ALSA: control: Make sure that id->index does not Willy Tarreau
2014-11-16 21:53 ` [ 08/48] ALSA: control: Handle numid overflow Willy Tarreau
2014-11-16 21:53 ` [ 09/48] sctp: Fix sk_ack_backlog wrap-around problem Willy Tarreau
2014-11-16 21:53 ` [ 10/48] mm: try_to_unmap_cluster() should lock_page() before Willy Tarreau
2014-11-16 21:53 ` [ 11/48] filter: prevent nla extensions to peek beyond the end Willy Tarreau
2014-11-16 21:53 ` [ 12/48] ALSA: control: Protect user controls against Willy Tarreau
2014-11-16 21:53 ` [ 13/48] ptrace,x86: force IRET path after a ptrace_stop() Willy Tarreau
2014-11-16 21:53 ` [ 14/48] sym53c8xx_2: Set DID_REQUEUE return code when aborting Willy Tarreau
2014-11-16 21:53 ` [ 15/48] tcp: fix tcp_match_skb_to_sack() for unaligned SACK at Willy Tarreau
2014-11-16 21:53 ` [ 16/48] igmp: fix the problem when mc leave group Willy Tarreau
2014-11-16 21:53 ` [ 17/48] appletalk: Fix socket referencing in skb Willy Tarreau
2014-11-16 21:53 ` [ 18/48] net: sctp: fix information leaks in ulpevent layer Willy Tarreau
2014-11-16 21:53 ` [ 19/48] sunvnet: clean up objects created in vnet_new() on Willy Tarreau
2014-11-16 21:53 ` [ 20/48] ipv4: fix buffer overflow in ip_options_compile() Willy Tarreau
2014-11-16 21:53 ` [ 21/48] net: sctp: inherit auth_capable on INIT collisions Willy Tarreau
2014-11-16 21:53 ` [ 22/48] net: sendmsg: fix NULL pointer dereference Willy Tarreau
2014-12-01 11:45   ` Luis Henriques
2014-12-01 12:30     ` Willy Tarreau
2014-11-16 21:53 ` [ 23/48] tcp: Fix integer-overflows in TCP veno Willy Tarreau
2014-11-16 21:53 ` [ 24/48] tcp: Fix integer-overflow in TCP vegas Willy Tarreau
2014-11-16 21:53 ` [ 25/48] macvlan: Initialize vlan_features to turn on offload Willy Tarreau
2014-11-16 21:53 ` [ 26/48] net: Correctly set segment mac_len in skb_segment() Willy Tarreau
2014-11-16 21:53 ` [ 27/48] iovec: make sure the caller actually wants anything in Willy Tarreau
2014-11-16 21:53 ` [ 28/48] sctp: fix possible seqlock seadlock in Willy Tarreau
2014-11-16 21:53 ` [ 29/48] Revert "nfsd: correctly handle return value from Willy Tarreau
2014-11-16 21:53 ` [ 30/48] dm crypt: fix access beyond the end of allocated space Willy Tarreau
2014-11-16 21:53 ` [ 31/48] gianfar: disable vlan tag insertion by default Willy Tarreau
2014-11-16 21:54 ` [ 32/48] USB: kobil_sct: fix non-atomic allocation in write Willy Tarreau
2014-11-16 21:54 ` [ 33/48] fix misuses of f_count() in ppp and netlink Willy Tarreau
2014-11-16 21:54 ` [ 34/48] net: sctp: fix skb_over_panic when receiving malformed Willy Tarreau
2014-11-16 21:54 ` [ 35/48] tty: Fix high cpu load if tty is unreleaseable Willy Tarreau
2014-11-16 21:54 ` [ 36/48] netfilter: nf_log: account for size of NLMSG_DONE Willy Tarreau
2014-11-16 21:54 ` [ 37/48] netfilter: nfnetlink_log: fix maximum packet length Willy Tarreau
2014-11-16 21:54 ` [ 38/48] ring-buffer: Always reset iterator to reader page Willy Tarreau
2014-11-16 21:54 ` [ 39/48] md/raid6: avoid data corruption during recovery of Willy Tarreau
2014-11-16 21:54 ` [ 40/48] net: pppoe: use correct channel MTU when using Willy Tarreau
2014-11-16 21:54 ` [ 41/48] ARM: 7668/1: fix memset-related crashes caused by Willy Tarreau
2014-11-16 21:54 ` [ 42/48] ARM: 7670/1: fix the memset fix Willy Tarreau
2014-11-16 21:54 ` [ 43/48] lib/lzo: Update LZO compression to current upstream Willy Tarreau
2014-11-16 21:54 ` [ 44/48] Documentation: lzo: document part of the encoding Willy Tarreau
2014-11-16 21:54 ` [ 45/48] lzo: check for length overrun in variable length Willy Tarreau
2014-11-16 21:54 ` [ 46/48] USB: add new zte 3g-dongles pid to option.c Willy Tarreau
2014-11-16 21:54 ` [ 47/48] futex: Unlock hb->lock in futex_wait_requeue_pi() Willy Tarreau
2014-11-16 21:54 ` [ 48/48] isofs: Fix unbounded recursion when processing Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141116215328.631129227@1wt.eu \
    --to=w@1wt.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).