stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Jiri Slaby <jslaby@suse.cz>
Cc: stable <stable@vger.kernel.org>
Subject: Re: Stable release 3.12.48
Date: Fri, 18 Sep 2015 07:13:51 -0700	[thread overview]
Message-ID: <20150918141351.GA15793@kroah.com> (raw)
In-Reply-To: <55FBB885.2050909@suse.cz>

On Fri, Sep 18, 2015 at 09:08:53AM +0200, Jiri Slaby wrote:
> Greg, could you release 3.12.48 for me, please?
> 
> Thanks.
> 
> ===
> The following changes since commit 5f6177d6dc2ca4f500172d5da9cee071271fbeba:
> 
>   Linux 3.12.47 (2015-08-25 16:57:11 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git tags/v3.12.48
> 
> for you to fetch changes up to a7775d15b11a277f8af0dc4df69ae420b266e3dd:
> 
>   netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt (2015-09-14 16:28:42 +0200)
> 
> ----------------------------------------------------------------
> This is the 3.12.48 stable release
> 
> ----------------------------------------------------------------
> Akinobu Mita (1):
>       bio: fix argument of __bio_add_page() for max_sectors > 0xffff
> 
> Andrey Vagin (1):
>       netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
> 
> Angga (1):
>       ipv6: Make MLD packets to only be processed locally
> 
> Benjamin LaHaise (1):
>       aio: fix reqs_available handling
> 
> Dan Carpenter (1):
>       rds: fix an integer overflow test in rds_info_getsockopt()
> 
> Daniel Borkmann (1):
>       rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
> 
> Dave Airlie (1):
>       drm/radeon: fix hotplug race at startup
> 
> David Milburn (1):
>       mtip32xx: dynamically allocate buffer in debugfs functions
> 
> Edward Hyunkoo Jee (1):
>       inet: frags: fix defragmented packet's IP header for af_packet
> 
> Eric Dumazet (2):
>       net: graceful exit from netif_alloc_netdev_queues()
>       ipv6: lock socket in ip6_datagram_connect()
> 
> Florian Westphal (1):
>       netlink: don't hold mutex in rcu callback when releasing mmapd ring
> 
> Heinz Mauelshagen (1):
>       dm cache mq: fix memory allocation failure for large cache devices
> 
> Herbert Xu (3):
>       net: Clone skb before setting peeked flag
>       net: Fix skb csum races when peeking
>       net: Fix skb_set_peeked use-after-free bug
> 
> Jack Morgenstein (1):
>       net/mlx4_core: Fix wrong index in propagating port change event to VFs
> 
> James Smart (1):
>       lpfc: Fix scsi prep dma buf error.
> 
> Julian Anastasov (2):
>       net: do not process device backlog during unregistration
>       net: call rcu_read_lock early in process_backlog
> 
> Mika Westerberg (1):
>       mfd: lpc_ich: Assign subdevice ids automatically
> 
> Nikolay Aleksandrov (3):
>       bridge: mdb: zero out the local br_ip variable before use
>       bridge: mdb: fix double add notification
>       bonding: fix destruction of bond with devices different from arphrd_ether
> 
> Oleg Nesterov (1):
>       net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
> 
> Pablo Neira Ayuso (1):
>       netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
> 
> Shirish Pargaonkar (1):
>       cifs: Send a logoff request before removing a smb session
> 
> Stephen Smalley (1):
>       net/tipc: initialize security state for new connection socket
> 
> Tilman Schmidt (1):
>       isdn/gigaset: reset tty->receive_room when attaching ser_gigaset
> 
> Timo Ter�s (1):
>       ip_tunnel: fix ipv4 pmtu check to honor inner ip header df
> 
> dingtianhong (1):
>       bonding: correct the MAC address for "follow" fail_over_mac policy
> 
>  drivers/block/mtip32xx/mtip32xx.c       |  47 ++++++--
>  drivers/gpu/drm/radeon/radeon_irq_kms.c |   5 +
>  drivers/isdn/gigaset/ser-gigaset.c      |  11 +-
>  drivers/md/dm-cache-policy-mq.c         |   4 +-
>  drivers/mfd/lpc_ich.c                   |   8 +-
>  drivers/net/bonding/bond_main.c         |  20 ++++
>  drivers/net/ethernet/mellanox/mlx4/eq.c |   4 +-
>  drivers/scsi/lpfc/lpfc_scsi.c           |   2 +-
>  fs/aio.c                                |  77 ++++++++++++-
>  fs/bio.c                                |   2 +-
>  fs/cifs/connect.c                       |  25 ++++-
>  fs/cifs/smb2transport.c                 |  10 +-
>  fs/cifs/transport.c                     |  11 +-
>  include/net/ip.h                        |   1 +
>  include/net/netfilter/nf_conntrack.h    |   2 +
>  net/bridge/br_mdb.c                     |   3 +-
>  net/core/datagram.c                     |  45 +++++++-
>  net/core/dev.c                          |  38 ++++---
>  net/core/pktgen.c                       |   4 +-
>  net/core/rtnetlink.c                    | 128 +++++++++++-----------
>  net/ipv4/datagram.c                     |  16 ++-
>  net/ipv4/ip_fragment.c                  |   7 +-
>  net/ipv4/ip_tunnel.c                    |   8 +-
>  net/ipv6/datagram.c                     |  20 +++-
>  net/ipv6/ip6_input.c                    |   6 +-
>  net/netfilter/nf_conntrack_core.c       |  55 ++++++++--
>  net/netfilter/nf_synproxy_core.c        |   5 +-
>  net/netfilter/xt_CT.c                   |   7 +-
>  net/netlink/af_netlink.c                |  79 +++++++------
>  net/rds/info.c                          |   2 +-
>  net/tipc/socket.c                       |   1 +
>  31 files changed, 464 insertions(+), 189 deletions(-)

Your diffstat is wrong, it doesn't show the Makefile change, why is
that, how did you create this?

odd,

greg k-h

  reply	other threads:[~2015-09-18 14:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-18  7:08 Stable release 3.12.48 Jiri Slaby
2015-09-18 14:13 ` Greg KH [this message]
2015-09-18 15:58   ` Jiri Slaby
2015-09-18 16:07     ` Greg KH

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=20150918141351.GA15793@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.cz \
    --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).