All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.1.10
Date: Sat, 3 Oct 2015 14:03:07 +0200	[thread overview]
Message-ID: <20151003120307.GA15164@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4533 bytes --]

I'm announcing the release of the 4.1.10 kernel.

All users of the 4.1 kernel series must upgrade.

The updated 4.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.1.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Documentation/devicetree/bindings/net/ethernet.txt |    4 
 Makefile                                           |    2 
 drivers/block/zram/zcomp.c                         |   12 -
 drivers/net/dsa/bcm_sf2.c                          |   30 ---
 drivers/net/dsa/bcm_sf2.h                          |    4 
 drivers/net/ethernet/altera/altera_tse_main.c      |    3 
 drivers/net/ethernet/freescale/fec_main.c          |    1 
 drivers/net/ethernet/marvell/mvneta.c              |    9 
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |    2 
 drivers/net/macvtap.c                              |    4 
 drivers/net/phy/fixed_phy.c                        |    8 
 drivers/net/usb/usbnet.c                           |    7 
 drivers/net/vxlan.c                                |    2 
 drivers/of/of_mdio.c                               |   19 +
 drivers/platform/x86/hp-wmi.c                      |   31 ++-
 net/bridge/br_multicast.c                          |    4 
 net/core/fib_rules.c                               |   14 -
 net/core/sock_diag.c                               |    3 
 net/ipv4/tcp_output.c                              |    1 
 net/ipv6/exthdrs_offload.c                         |    2 
 net/ipv6/ip6_gre.c                                 |    1 
 net/ipv6/ip6mr.c                                   |    2 
 net/ipv6/route.c                                   |  201 ++++++++++++++++++---
 net/netlink/af_netlink.c                           |   62 +++++-
 net/netlink/af_netlink.h                           |   10 +
 net/openvswitch/datapath.c                         |    4 
 net/openvswitch/flow_table.c                       |   23 +-
 net/openvswitch/flow_table.h                       |    2 
 net/sched/cls_fw.c                                 |   30 +--
 net/sched/cls_u32.c                                |   13 +
 net/sctp/protocol.c                                |   64 ++++--
 31 files changed, 415 insertions(+), 159 deletions(-)

Atsushi Nemoto (1):
      net: eth: altera: fix napi poll_list corruption

Daniel Borkmann (3):
      sock, diag: fix panic in sock_diag_put_filterinfo
      ipv6: fix exthdrs offload registration in out_rt path
      netlink, mmap: transform mmap skb into full skb on taps

Eric Dumazet (2):
      net/mlx4_en: really allow to change RSS key
      tcp: add proper TS val into RST packets

Eugene Shatokhin (1):
      usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

Florian Fainelli (3):
      net: dsa: bcm_sf2: Fix ageing conditions and operation
      net: dsa: bcm_sf2: Fix 64-bits register writes
      net: dsa: bcm_sf2: Do not override speed settings

Greg Kroah-Hartman (1):
      Linux 4.1.10

Herbert Xu (2):
      netlink: Fix autobind race condition that leads to zero port ID
      netlink: Replace rhash_portid with bound

Jesse Gross (1):
      openvswitch: Zero flows on allocation.

Kyle Evans (1):
      hp-wmi: limit hotkey enable

Linus Lüssing (1):
      bridge: fix igmpv3 / mldv2 report parsing

Luis Henriques (1):
      zram: fix possible use after free in zcomp_create()

Marcelo Ricardo Leitner (2):
      vxlan: re-ignore EADDRINUSE from igmp_join
      sctp: fix race on protocol/netns initialization

Michael S. Tsirkin (1):
      macvtap: fix TUNSETSNDBUF values > 64k

Richard Laing (1):
      net/ipv6: Correct PIM6 mrt_lock handling

Roopa Prabhu (1):
      ipv6: fix multipath route replace error recovery

Russell King (1):
      net: fec: clear receive interrupts before processing a packet

Stas Sergeev (3):
      net: phy: fixed_phy: handle link-down case
      of_mdio: add new DT property 'managed' to specify the PHY management type
      mvneta: use inband status only when explicitly enabled

WANG Cong (2):
      cls_u32: complete the check for non-forced case in u32_destroy()
      net: revert "net_sched: move tp->root allocation into fw_init()"

Wilson Kok (1):
      fib_rules: fix fib rule dumps across multiple skbs

huaibin Wang (1):
      ip6_gre: release cached dst on tunnel removal


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2015-10-03 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 12:03 Greg KH [this message]
2015-10-03 12:03 ` Linux 4.1.10 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=20151003120307.GA15164@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.