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, akpm@linux-foundation.org
Subject: [00/26] 3.2.48-rc1 review
Date: Wed, 26 Jun 2013 03:35:58 +0100	[thread overview]
Message-ID: <lsq.1372214158.425780530@decadent.org.uk> (raw)

This is the start of the stable review cycle for the 3.2.48 release.
There are 26 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 Fri Jun 28 12:00:00 UTC 2013.
Anything received after that time might be too late.

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

Ben.

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

Anders Hammarquist (1):
      USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable
         [35a2fbc941accd0e9f1bfadd669311786118d874]

Andy Lutomirski (1):
      net: Block MSG_CMSG_COMPAT in send(m)msg and  recv(m)msg
         [1be374a0518a288147c6a7398792583200a67261,
          a7526eb5d06b0084ef12d7b168d008fcf516caab]

Ben Hutchings (2):
      Revert "drm/i915: GFX_MODE Flush TLB Invalidate Mode must be  '1' for scanline waits"
         [not upstream; reverts a change that regressed 3.2 only]
      x86/efi: Fix dummy variable buffer allocation
         [b8cb62f82103083a6e8fa5470bfe634a2c06514d]

Chris Metcalf (1):
      tilepro: work around module link error with gcc 4.7
         [3cb3f839d306443f3d1e79b0bde1a2ad2c12b555]

Clemens Ladisch (1):
      ALSA: usb-audio: work around Android accessory firmware bug
         [342cda29343a6272c630f94ed56810a76740251b]

Daniel Borkmann (2):
      net: sctp: fix NULL pointer dereference in socket  destruction
         [1abd165ed757db1afdefaac0a4bc8a70f97d258c]
      packet: packet_getname_spkt: make sure string is  always 0-terminated
         [2dc85bf323515e59e15dfa858d1472bb25cad0fe]

Dave Chiluk (1):
      ncpfs: fix rmdir returns Device or resource busy
         [698b8223631472bf982ed570b0812faa61955683]

Eric Dumazet (5):
      ip_tunnel: fix kernel panic with icmp_dest_unreach
         [a622260254ee481747cceaaa8609985b29a31565]
      ipv6: fix possible crashes in ip6_cork_release()
         [284041ef21fdf2e0d216ab6b787bc9072b4eb58a]
      net: force a reload of first item in  hlist_nulls_for_each_entry_rcu
         [c87a124a5d5e8cf8e21c4363c3372bcaf53ea190]
      tcp: fix tcp_md5_hash_skb_data()
         [54d27fcb338bd9c42d1dfc5a39e18f6f9d373c2e]
      tcp: xps: fix reordering issues
         [547669d483e5783d722772af1483fa474da7caf9]

Gao feng (1):
      ipv6: assign rt6_info to inet6_ifaddr in init_loopback
         [534c877928a16ae5f9776436a497109639bf67dc]

Guillaume Nault (2):
      l2tp: Fix PPP header erasure and memory leak
         [55b92b7a11690bc377b5d373872a6b650ae88e64]
      l2tp: Fix sendmsg() return value
         [a6f79d0f26704214b5b702bbac525cb72997f984]

Matthew Garrett (1):
      Modify UEFI anti-bricking code
         [f8b8404337de4e2466e2e1139ea68b1f8295974f]

Paul Moore (1):
      netlabel: improve domain mapping validation
         [6b21e1b77d1a3d58ebfd513264c885695e8a0ba5]

Randy Dunlap (1):
      x86: fix build error and kconfig for ia32_emulation and binfmt
         [d1603990ea626668c78527376d9ec084d634202d]

Simon Baatz (1):
      ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page
         [1bc39742aab09248169ef9d3727c9def3528b3f3]

Stefan Bader, françois romieu (1):
      r8169: fix 8168evl frame padding.
         [e5195c1f31f399289347e043d6abf3ffa80f0005,
          b423e9ae49d78ea3f53b131c8d5a6087aed16fd6]

Takashi Iwai (1):
      ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310
         [36691e1be6ec551eef4a5225f126a281f8c051c2]

Vivek Goyal (1):
      virtio-blk: Call revalidate_disk() upon online disk resize
         [e9986f303dc0f285401de28cf96f42f4dd23a4a1]

Wei Yongjun (1):
      gianfar: add missing iounmap() on error in  gianfar_ptp_probe()
         [e5f5e380e0f3bb11f04ca5bc66a551e58e0ad26e]

Zhanghaoyu (1):
      KVM: x86: remove vcpu's CPL check in host-invoked XCR set
         [764bcbc5a6d7a2f3e75c9f0e4caa984e2926e346]

 Makefile                                     |    4 +-
 arch/arm/include/asm/cacheflush.h            |    4 +-
 arch/arm/mm/flush.c                          |   33 +++++++++++
 arch/tile/lib/exports.c                      |    2 +
 arch/x86/Kconfig                             |    1 +
 arch/x86/kvm/x86.c                           |    5 +-
 arch/x86/platform/efi/efi.c                  |   80 +++++++++++++++++++++++---
 drivers/block/virtio_blk.c                   |    1 +
 drivers/gpu/drm/i915/intel_ringbuffer.c      |    5 --
 drivers/net/ethernet/freescale/gianfar_ptp.c |    1 +
 drivers/net/ethernet/realtek/r8169.c         |   33 +++++++++--
 drivers/usb/serial/ti_usb_3410_5052.c        |    3 +-
 drivers/usb/serial/ti_usb_3410_5052.h        |    4 +-
 fs/ncpfs/dir.c                               |    9 ---
 include/linux/rculist_nulls.h                |    7 ++-
 include/linux/socket.h                       |    3 +
 net/compat.c                                 |   13 ++++-
 net/ipv4/ip_gre.c                            |    2 +-
 net/ipv4/ipip.c                              |    2 +-
 net/ipv4/tcp.c                               |    7 ++-
 net/ipv4/tcp_output.c                        |   10 ++--
 net/ipv6/addrconf.c                          |    4 +-
 net/ipv6/ip6_output.c                        |    2 +-
 net/l2tp/l2tp_ppp.c                          |    6 +-
 net/netlabel/netlabel_domainhash.c           |   69 ++++++++++++++++++++++
 net/packet/af_packet.c                       |    5 +-
 net/sctp/socket.c                            |    6 ++
 net/socket.c                                 |   67 ++++++++++++++-------
 sound/usb/card.c                             |   22 ++++++-
 sound/usb/mixer.c                            |    1 +
 30 files changed, 329 insertions(+), 82 deletions(-)

-- 
Ben Hutchings
Knowledge is power.  France is bacon.


             reply	other threads:[~2013-06-26  2:46 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26  2:35 Ben Hutchings [this message]
2013-06-26  2:35 ` [01/26] tilepro: work around module link error with gcc 4.7 Ben Hutchings
2013-06-26  2:35 ` [13/26] gianfar: add missing iounmap() on error in gianfar_ptp_probe() Ben Hutchings
2013-06-26  2:35 ` [05/26] KVM: x86: remove vcpu's CPL check in host-invoked XCR set Ben Hutchings
2013-06-26  2:35 ` [03/26] ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310 Ben Hutchings
2013-06-26  2:35 ` [14/26] ipv6: fix possible crashes in ip6_cork_release() Ben Hutchings
2013-06-26  2:35 ` [07/26] USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable Ben Hutchings
2013-06-26  8:21   ` Anders Hammarquist
2013-06-26 17:22     ` Greg Kroah-Hartman
2013-06-26  2:35 ` [15/26] netlabel: improve domain mapping validation Ben Hutchings
2013-06-26  2:35 ` [12/26] tcp: fix tcp_md5_hash_skb_data() Ben Hutchings
2013-06-26  2:35 ` [04/26] ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page Ben Hutchings
2013-06-26  9:04   ` Luis Henriques
2013-06-26 22:35     ` Simon Baatz
2013-06-27  8:21       ` Luis Henriques
2013-06-29  3:01       ` Ben Hutchings
2013-06-26  2:35 ` [11/26] virtio-blk: Call revalidate_disk() upon online disk resize Ben Hutchings
2013-06-26  2:35 ` [02/26] ALSA: usb-audio: work around Android accessory firmware bug Ben Hutchings
2013-06-26  2:35 ` [06/26] x86: fix build error and kconfig for ia32_emulation and binfmt Ben Hutchings
2013-06-26  2:35 ` [19/26] net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg Ben Hutchings
2013-06-26  2:35 ` [09/26] x86/efi: Fix dummy variable buffer allocation Ben Hutchings
2013-06-26  2:35 ` [18/26] ip_tunnel: fix kernel panic with icmp_dest_unreach Ben Hutchings
2013-06-26  2:35 ` [10/26] Revert "drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits" Ben Hutchings
2013-06-26  2:35 ` [17/26] tcp: xps: fix reordering issues Ben Hutchings
2013-06-26  2:35 ` [16/26] r8169: fix 8168evl frame padding Ben Hutchings
2013-06-26  8:51   ` Stefan Bader
2013-06-26 18:37     ` David Miller
2013-06-26 20:00       ` Stefan Bader
2013-06-26  2:35 ` [23/26] packet: packet_getname_spkt: make sure string is always 0-terminated Ben Hutchings
2013-06-26  2:35 ` [24/26] l2tp: Fix PPP header erasure and memory leak Ben Hutchings
2013-06-26  2:35 ` [21/26] ipv6: assign rt6_info to inet6_ifaddr in init_loopback Ben Hutchings
2013-06-26  2:35 ` [25/26] l2tp: Fix sendmsg() return value Ben Hutchings
2013-06-26  2:35 ` [22/26] net: sctp: fix NULL pointer dereference in socket destruction Ben Hutchings
2013-06-26  2:35 ` [26/26] ncpfs: fix rmdir returns Device or resource busy Ben Hutchings
2013-06-26  2:35 ` [20/26] net: force a reload of first item in hlist_nulls_for_each_entry_rcu 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.1372214158.425780530@decadent.org.uk \
    --to=ben@decadent.org.uk \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --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

Powered by JetHome