mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: torvalds@linux-foundation.org,
	Satoru Takeuchi <satoru.takeuchi@gmail.com>,
	akpm@linux-foundation.org
Subject: [PATCH 3.2 00/18] 3.2.57-rc1 review
Date: Mon, 07 Apr 2014 00:35:47 +0100	[thread overview]
Message-ID: <lsq.1396827347.462803115@decadent.org.uk> (raw)

This is the start of the stable review cycle for the 3.2.57 release.
There are 18 patches in this series, which will be posted as responses
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed Apr 09 00:00:00 UTC 2014.
Anything received after that time might be too late.

A combined patch relative to 3.2.56 will be posted as an additional
response to this.  A shortlog and diffstat can be found below.

Ben.

-------------

Anisse Astier (1):
      deb-pkg: use KCONFIG_CONFIG instead of .config file directly
         [d20917670ee1fd4b090555e551faea04b014ca97]

Ben Hutchings (3):
      deb-pkg: Fix building for MIPS big-endian or ARM OABI
         [c5e318f67eebbad491615a752c51dbfde7dc3d78]
      deb-pkg: Fix cross-building linux-headers package
         [f8ce239dfc7ba9add41d9ecdc5e7810738f839fa]
      staging: speakup: Prefix set_mask_bits() symbol
         [ca2beaf84d9678c12b17d92623f0e90829d6ca13]

Benjamin Tissoires (1):
      Input: synaptics - add manual min/max quirk
         [421e08c41fda1f0c2ff6af81a67b491389b653a5]

Daniel Borkmann (1):
      netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
         [b22f5126a24b3b2f15448c3f2a254fc10cbc2b92]

Emil Goode (2):
      net: asix: add missing flag to struct driver_info
         [d43ff4cd798911736fb39025ec8004284b1b0bc2]
      net: asix: handle packets crossing URB boundaries
         [8b5b6f5413e97c3e8bafcdd67553d508f4f698cd]

Eric Dumazet (1):
      asix: asix_rx_fixup surgery to reduce skb truesizes
         [a9e0aca4b37885b5599e52211f098bd7f565e749]

Florian Westphal (2):
      net: add and use skb_gso_transport_seglen()
         [de960aa9ab4decc3304959f69533eef64d05d8e8]
      net: ip, ipv6: handle gso skbs in forwarding path
         [fe6cc55f3a9a053482a76f5a6b2257cee51b4663]

Hans de Goede (1):
      Input: synaptics - add manual min/max quirk for ThinkPad X240
         [8a0435d958fb36d93b8df610124a0e91e5675c82]

Jeff Layton (1):
      cifs: ensure that uncached writes handle unmapped areas correctly
         [5d81de8e8667da7135d3a32a964087c0faf5483f]

Konstantin Khlebnikov (1):
      ipc/msg: fix race around refcount
         [6062a8dc0517bce23e3c2f7d2fea5e22411269a3]

Marcelo Tosatti (2):
      KVM: MMU: handle invalid root_hpa at __direct_map
         [989c6b34f6a9480e397b170cc62237e89bf4fdb9]
      KVM: VMX: fix use after free of vmx->loaded_vmcs
         [26a865f4aa8e66a6d94958de7656f7f1b03c6c56]

Martin Schwidefsky (1):
      s390: fix kernel crash due to linkage stack instructions
         [8d7f6690cedb83456edd41c9bd583783f0703bf0]

Theodore Ts'o (1):
      ext4: atomically set inode->i_flags in ext4_set_inode_flags()
         [00a1a053ebe5febcfc2ec498bd894f035ad2aa06]

 Makefile                                |   4 +-
 arch/s390/kernel/head64.S               |   7 +-
 arch/x86/kvm/mmu.c                      |   3 +
 arch/x86/kvm/vmx.c                      |   2 +-
 drivers/input/mouse/synaptics.c         |  55 ++++++++++
 drivers/net/usb/asix.c                  | 174 ++++++++++++++++++--------------
 drivers/staging/speakup/kobjects.c      |   4 +-
 drivers/staging/speakup/main.c          |   2 +-
 drivers/staging/speakup/speakup.h       |   2 +-
 drivers/staging/speakup/varhandlers.c   |   4 +-
 fs/cifs/file.c                          |  33 +++++-
 fs/ext4/inode.c                         |  15 +--
 include/linux/bitops.h                  |  15 +++
 include/linux/skbuff.h                  |  19 ++++
 ipc/msg.c                               |   2 +
 net/core/skbuff.c                       |  25 +++++
 net/ipv4/ip_forward.c                   |  68 ++++++++++++-
 net/ipv6/ip6_output.c                   |  13 ++-
 net/netfilter/nf_conntrack_proto_dccp.c |   6 +-
 scripts/package/builddeb                |  22 ++--
 20 files changed, 361 insertions(+), 114 deletions(-)

-- 
Ben Hutchings
Sturgeon's Law: Ninety percent of everything is crap.


             reply	other threads:[~2014-04-06 23:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-06 23:35 Ben Hutchings [this message]
2014-04-06 23:35 ` [PATCH 3.2 07/18] net: add and use skb_gso_transport_seglen() Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 09/18] deb-pkg: use KCONFIG_CONFIG instead of .config file directly Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 05/18] netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 18/18] s390: fix kernel crash due to linkage stack instructions Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 08/18] net: ip, ipv6: handle gso skbs in forwarding path Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 11/18] deb-pkg: Fix cross-building linux-headers package Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 15/18] KVM: MMU: handle invalid root_hpa at __direct_map Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 03/18] staging: speakup: Prefix set_mask_bits() symbol Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 01/18] Input: synaptics - add manual min/max quirk Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 02/18] Input: synaptics - add manual min/max quirk for ThinkPad X240 Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 14/18] net: asix: add missing flag to struct driver_info Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 06/18] ipc/msg: fix race around refcount Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 13/18] net: asix: handle packets crossing URB boundaries Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 10/18] deb-pkg: Fix building for MIPS big-endian or ARM OABI Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 04/18] ext4: atomically set inode->i_flags in ext4_set_inode_flags() Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 16/18] KVM: VMX: fix use after free of vmx->loaded_vmcs Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 17/18] cifs: ensure that uncached writes handle unmapped areas correctly Ben Hutchings
2014-04-07  1:41   ` Ben Hutchings
2014-04-07 13:45     ` Raphael Geissert
2014-04-07 19:14       ` Ben Hutchings
2014-04-06 23:35 ` [PATCH 3.2 12/18] asix: asix_rx_fixup surgery to reduce skb truesizes Ben Hutchings
2014-04-07  1:42 ` [PATCH 3.2 00/18] 3.2.57-rc1 review Ben Hutchings
2014-04-07  3:55 ` Guenter Roeck
2014-04-07 12:30   ` Ben Hutchings

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=lsq.1396827347.462803115@decadent.org.uk \
    --to=ben@decadent.org.uk \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=satoru.takeuchi@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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

all inboxes | Powered by JetHome®