mirror of https://lore.kernel.org/lkml/
 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 3.4.77
Date: Wed, 15 Jan 2014 15:42:37 -0800	[thread overview]
Message-ID: <20140115234237.GB14618@kroah.com> (raw)

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

I'm announcing the release of the 3.4.77 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.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/kernel/traps.c                           |    8 +++
 arch/arm/mach-shmobile/board-mackerel.c           |    4 -
 arch/x86/include/asm/fpu-internal.h               |   13 +++--
 drivers/net/ethernet/broadcom/tg3.c               |    3 +
 drivers/net/ethernet/calxeda/xgmac.c              |    2 
 drivers/net/ethernet/ibm/ehea/ehea_main.c         |    2 
 drivers/net/ethernet/tehuti/tehuti.c              |    1 
 drivers/net/ethernet/xilinx/ll_temac_main.c       |    2 
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c |    2 
 drivers/net/hamradio/hdlcdrv.c                    |    2 
 drivers/net/hamradio/yam.c                        |    1 
 drivers/net/hyperv/netvsc_drv.c                   |    1 
 drivers/net/macvtap.c                             |   20 +++------
 drivers/net/tun.c                                 |    2 
 include/linux/net.h                               |    2 
 include/linux/netdevice.h                         |    9 ++++
 kernel/sched/core.c                               |    9 +++-
 kernel/sched/fair.c                               |   48 +++++++++++++++-------
 kernel/sched/sched.h                              |    3 -
 net/8021q/vlan_dev.c                              |   19 ++++++++
 net/bridge/br_multicast.c                         |    4 -
 net/core/drop_monitor.c                           |    1 
 net/core/sock.c                                   |    2 
 net/ipv4/inet_diag.c                              |   16 +++++++
 net/ipv6/route.c                                  |    8 ---
 net/llc/af_llc.c                                  |    5 +-
 net/rds/ib.c                                      |    3 -
 net/rds/ib_send.c                                 |    5 --
 net/rose/af_rose.c                                |   16 +------
 net/unix/af_unix.c                                |   16 +++++--
 31 files changed, 152 insertions(+), 79 deletions(-)

Ben Segall (3):
      sched: Fix race on toggling cfs_bandwidth_used
      sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
      sched: Fix hrtimer_cancel()/rq->lock deadlock

Changli Gao (1):
      net: drop_monitor: fix the value of maxattr

Curt Brune (1):
      bridge: use spin_lock_bh() in br_multicast_set_hash_max

Daniel Borkmann (2):
      net: inet_diag: zero out uninitialized idiag_{src,dst} fields
      net: llc: fix use after free in llc_ui_recvmsg

David S. Miller (1):
      vlan: Fix header ops passthru when doing TX VLAN offload.

Eric Dumazet (1):
      net: do not pretend FRAGLIST support

Florian Westphal (1):
      net: rose: restore old recvmsg behavior

Greg Kroah-Hartman (1):
      Linux 3.4.77

Hannes Frederic Sowa (1):
      ipv6: don't count addrconf generated routes against gc limit

Jason Wang (2):
      macvtap: signal truncated packets
      netvsc: don't flush peers notifying work during setting mtu

Laurent Pinchart (1):
      ARM: shmobile: mackerel: Fix coherent DMA mask

Linus Torvalds (1):
      x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround

Nat Gurumoorthy (1):
      tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0

Paul Turner (1):
      sched: Guarantee new group-entities always have weight

Russell King (1):
      ARM: fix "bad mode in ... handler" message for undefined instructions

Salva Peiró (1):
      hamradio/yam: fix info leak in ioctl

Sasha Levin (3):
      net: unix: allow set_peek_off to fail
      net: unix: allow bind to fail on mutex lock
      rds: prevent dereference of a NULL device

Venkat Venkatsubra (1):
      rds: prevent BUG_ON triggered on congestion update to loopback

Vlad Yasevich (1):
      macvtap: Do not double-count received packets

Wenliang Fan (1):
      drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()

Zhi Yong Wu (2):
      macvtap: update file current position
      tun: update file current position


[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2014-01-15 23:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 23:42 Greg KH [this message]
2014-01-15 23:42 ` 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=20140115234237.GB14618@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome