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.9.4
Date: Sun, 15 Jan 2017 13:57:20 +0100	[thread overview]
Message-ID: <20170115125720.GA12221@kroah.com> (raw)

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

I'm announcing the release of the 4.9.4 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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

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

 Makefile                                                |    2 
 arch/arm/configs/qcom_defconfig                         |    4 
 arch/arm/mach-omap2/Makefile                            |    2 
 arch/arm/mach-omap2/board-generic.c                     |    2 
 arch/arm/mach-omap2/common.h                            |   38 +++++--
 arch/arm/mach-omap2/io.c                                |    3 
 arch/arm/mach-omap2/omap-mpuss-lowpower.c               |   37 +++++--
 arch/arm/mach-omap2/omap4-sar-layout.h                  |    2 
 arch/arm/mach-omap2/timer.c                             |    9 -
 arch/arm/mach-pxa/pxa25x.c                              |    2 
 arch/arm/mach-zynq/common.c                             |    2 
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts        |    7 -
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi               |    2 
 arch/arm64/boot/dts/mediatek/mt8173.dtsi                |    3 
 arch/powerpc/kernel/misc_32.S                           |    2 
 arch/x86/net/bpf_jit_comp.c                             |    2 
 drivers/bus/arm-ccn.c                                   |    5 
 drivers/clk/clkdev.c                                    |    8 +
 drivers/gpu/drm/i915/i915_drv.h                         |    2 
 drivers/gpu/drm/i915/intel_display.c                    |   31 +----
 drivers/gpu/drm/i915/intel_pm.c                         |   75 ++++++++++++++
 drivers/hid/hid-cypress.c                               |    3 
 drivers/net/dsa/bcm_sf2.c                               |   11 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c       |   27 +++--
 drivers/net/ethernet/mellanox/mlx5/core/en_rx_am.c      |    7 -
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c       |    2 
 drivers/net/ethernet/mellanox/mlx5/core/main.c          |   15 ++
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c       |   23 ++--
 drivers/net/usb/r8152.c                                 |   80 ++++++++++++---
 drivers/net/vrf.c                                       |   13 ++
 drivers/net/wireless/realtek/rtlwifi/base.c             |    8 -
 drivers/net/wireless/realtek/rtlwifi/core.c             |    9 -
 drivers/net/wireless/realtek/rtlwifi/pci.c              |   14 --
 drivers/net/wireless/realtek/rtlwifi/ps.c               |   36 +++++-
 drivers/net/wireless/realtek/rtlwifi/usb.c              |    1 
 drivers/spi/spi-orion.c                                 |   83 ++++++++++------
 include/linux/netdevice.h                               |    9 +
 net/core/dev.c                                          |    4 
 net/core/drop_monitor.c                                 |   39 +++++--
 net/core/flow_dissector.c                               |    5 
 net/core/rtnetlink.c                                    |    6 +
 net/core/sock.c                                         |    6 -
 net/dsa/dsa2.c                                          |   11 +-
 net/ipv4/fib_frontend.c                                 |    2 
 net/ipv4/fib_semantics.c                                |    9 +
 net/ipv4/igmp.c                                         |    7 +
 net/ipv4/ip_sockglue.c                                  |   10 +
 net/ipv4/route.c                                        |    3 
 net/ipv6/datagram.c                                     |    2 
 net/ipv6/ip6_offload.c                                  |    1 
 net/ipv6/raw.c                                          |    6 -
 net/sched/cls_api.c                                     |    4 
 net/sched/cls_flower.c                                  |    4 
 net/sctp/socket.c                                       |    5 
 net/sunrpc/xprtrdma/svc_rdma_backchannel.c              |    1 
 sound/firewire/tascam/tascam-stream.c                   |    2 
 sound/usb/quirks.c                                      |    1 
 tools/virtio/linux/compiler.h                           |    2 
 59 files changed, 507 insertions(+), 205 deletions(-)

Alexander Duyck (1):
      ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules

Andrea Merello (1):
      ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED

Andreas Färber (1):
      ARM64: dts: bcm2835: Fix bcm2837 compatible string

Anna, Suman (1):
      net: add the AF_QIPCRTR entries to family name tables

Chuck Lever (1):
      svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm

Daniel Borkmann (2):
      net, sched: fix soft lockup in tc_classify
      bpf: change back to orig prog on too many passes

Daniel Jurgens (1):
      net/mlx5: Cancel recovery work in remove flow

Dave Jones (1):
      ipv6: handle -EFAULT from skb_copy_bits

David Ahern (6):
      net: vrf: Fix NAT within a VRF
      net: vrf: Drop conntrack data after pass through VRF device on Tx
      net: ipv4: dst for local input routes should use l3mdev if relevant
      net: vrf: Add missing Rx counters
      net: ipv4: Fix multipath selection with vrf
      net: vrf: do not allow table id 0

Dennis Kadioglu (1):
      ALSA: usb-audio: Add a quirk for Plantronics BT600

Eli Cohen (1):
      net/mlx5: Avoid shadowing numa_node

Eric Dumazet (1):
      gro: use min_t() in skb_gro_reset_offset()

Florian Fainelli (4):
      net: stmmac: Fix race between stmmac_drv_probe and stmmac_open
      net: dsa: bcm_sf2: Do not clobber b53_switch_ops
      net: dsa: bcm_sf2: Utilize nested MDIO read/write
      net: dsa: Ensure validity of dst->ds[0]

Geert Uytterhoeven (1):
      ARM: 8631/1: clkdev: Detect errors in clk_hw_register_clkdev() for mass registration

Gil Rockah (1):
      net/mlx5e: Remove WARN_ONCE from adaptive moderation code

Greg Kroah-Hartman (2):
      HID: hid-cypress: validate length of report
      Linux 4.9.4

Grygorii Strashko (1):
      ARM: omap2+: am437x: rollback to use omap3_gptimer_timer_init()

Herbert Xu (2):
      gro: Enter slow-path if there is no tailroom
      gro: Disable frag0 optimization on IPv6 ext headers

Ian Kumlien (1):
      flow_dissector: Update pptp handling to avoid null pointer deref.

Imre Deak (1):
      drm/i915/gen9: Fix PCODE polling during CDCLK change notification

Kyle Roeschley (1):
      ARM: zynq: Reserve correct amount of non-DMA RAM

Larry Finger (3):
      powerpc: Fix build warning on 32-bit PPC
      rtlwifi: Fix enter/exit power_save
      rtlwifi: rtl_usb: Fix missing entry in USB driver's private data

Maor Gottlieb (1):
      net/mlx5: Mask destination mac value in ethtool steering rules

Mark Rutland (1):
      tools/virtio: fix READ_ONCE()

Mathias Krause (1):
      rtnl: stats - add missing netlink message size checks

Matthias Brugger (1):
      arm64: dts: mt8173: Fix auxadc node

Michal Tesar (1):
      igmp: Make igmp group member RFC 3376 compliant

Mohamad Haj Yahia (1):
      net/mlx5: Prevent setting multicast macs for VFs

Neil Armstrong (1):
      ARM: qcom_defconfig: Fix MDM9515 LCC and GCC config

Noa Osherovich (1):
      net/mlx5: Check FW limitations on log_max_qp before setting it

Paul Blakey (1):
      net/sched: cls_flower: Fix missing addr_type in classify

Reiter Wolfgang (2):
      drop_monitor: add missing call to genlmsg_end
      drop_monitor: consider inserted data in genlmsg_end

Robert Jarzmik (1):
      ARM: pxa: fix pxa25x interrupt init

Saeed Mahameed (2):
      net/mlx5e: Don't sync netdev state when not registered
      net/mlx5e: Disable netdev after close

Takashi Sakamoto (1):
      ALSA: firewire-tascam: Fix to handle error from initialization of stream data

Thomas Gleixner (1):
      bus: arm-ccn: Prevent hotplug callback leak

Tony Lindgren (3):
      ARM: OMAP5: Fix mpuss_early_init
      ARM: OMAP5: Fix build for PM code
      ARM: OMAP4+: Fix bad fallthrough for cpuidle

Uwe Kleine-König (1):
      spi: mvebu: fix baudrate calculation for armada variant

Wei Zhang (1):
      net: fix incorrect original ingress device index in PKTINFO

Willem de Bruijn (1):
      inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets

Xin Long (1):
      sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null

hayeswang (2):
      r8152: split rtl8152_suspend function
      r8152: fix rx issue for runtime suspend


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

             reply	other threads:[~2017-01-15 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 12:57 Greg KH [this message]
2017-01-15 12:57 ` Linux 4.9.4 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=20170115125720.GA12221@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.