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.7.1
Date: Tue, 16 Aug 2016 22:05:13 +0200 [thread overview]
Message-ID: <20160816200513.GB9110@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6088 bytes --]
I'm announcing the release of the 4.7.1 kernel.
All users of the 4.7 kernel series must upgrade.
The updated 4.7.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.7.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/cpu-freq/pcc-cpufreq.txt | 4 -
Makefile | 2
arch/arm/kernel/sys_oabi-compat.c | 8 +++
arch/mips/kernel/scall64-n32.S | 2
arch/mips/kernel/scall64-o32.S | 2
arch/x86/entry/syscalls/syscall_32.tbl | 2
arch/x86/include/asm/microcode.h | 2
arch/x86/kernel/cpu/microcode/core.c | 3 -
arch/x86/mm/init.c | 7 ---
arch/x86/power/hibernate_asm_64.S | 4 -
block/genhd.c | 1
crypto/gcm.c | 4 +
crypto/scatterwalk.c | 3 -
drivers/char/random.c | 13 +++--
drivers/cpufreq/pcc-cpufreq.c | 2
drivers/infiniband/hw/hfi1/Kconfig | 1
drivers/net/bonding/bond_main.c | 11 ++++
drivers/net/ethernet/qlogic/qed/qed_spq.c | 7 +--
drivers/net/macsec.c | 3 -
drivers/tty/serial/mvebu-uart.c | 2
fs/dcache.c | 7 ++-
fs/ext4/balloc.c | 3 +
fs/ext4/extents.c | 12 ++++-
fs/ext4/inode.c | 35 ++++++++++++---
fs/ext4/mballoc.c | 17 +------
fs/ext4/super.c | 17 +++++++
fs/fuse/file.c | 24 ++++++++++
fs/fuse/inode.c | 2
fs/inode.c | 8 +--
fs/ioctl.c | 1
ipc/msg.c | 2
ipc/sem.c | 12 ++---
lib/radix-tree.c | 14 ++++--
mm/memcontrol.c | 68 ++++++++++++++++++++++++------
mm/mempool.c | 18 +------
net/bridge/br_input.c | 8 +++
net/ipv4/tcp_output.c | 3 -
net/ipv4/udp.c | 4 -
net/ipv6/addrconf.c | 4 +
net/ipv6/udp.c | 4 -
net/irda/af_irda.c | 7 ++-
net/sctp/input.c | 2
net/sctp/inqueue.c | 2
net/sctp/socket.c | 1
security/apparmor/apparmorfs.c | 1
45 files changed, 244 insertions(+), 115 deletions(-)
Alexey Kuznetsov (1):
fuse: fsync() did not return IO errors
Andreas Herrmann (1):
Revert "cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latency"
Bart Van Assche (1):
IB/hfi1: Disable by default
Beniamino Galvani (1):
macsec: ensure rx_sa is set when validation is disabled
Borislav Petkov (1):
x86/microcode: Fix suspend to RAM with builtin microcode
Daniel Borkmann (1):
udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skb
Dave Weinstein (1):
arm: oabi compat: add missing access checks
David Howells (2):
KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspace
x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace
Fabian Frederick (1):
sysv, ipc: fix security-layer leaking
Greg Kroah-Hartman (1):
Linux 4.7.1
Herbert Xu (2):
crypto: gcm - Filter out async ghash if necessary
crypto: scatterwalk - Fix test in scatterwalk_done
Ido Schimmel (1):
bridge: Fix incorrect re-injection of LLDP packets
Jan Kara (1):
ext4: fix deadlock during page writeback
John Johansen (1):
apparmor: fix ref count leak when profile sha1 hash is read
Josh Poimboeuf (1):
x86/power/64: Fix hibernation return address corruption
Manish Chopra (1):
qed: Fix setting/clearing bit in completion bitmap
Marcelo Ricardo Leitner (1):
sctp: fix BH handling on socket backlog
Mark Bloch (1):
net/bonding: Enforce active-backup policy for IPoIB bonds
Maxim Patlasov (1):
fuse: fuse_flush must check mapping->flags for errors
Michal Hocko (1):
Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"
Mike Manning (1):
net: ipv6: Always leave anycast and multicast groups on link down
Miklos Szeredi (1):
vfs: fix deadlock in file_remove_privs() on overlayfs
Scott Bauer (1):
vfs: ioctl: prevent double-fetch in dedupe ioctl
Soheil Hassas Yeganeh (1):
tcp: consider recv buf for the initial window scale
Theodore Ts'o (2):
random: strengthen input validation for RNDADDTOENTCNT
ext4: validate s_reserved_gdt_blocks on mount
Thomas Petazzoni (1):
serial: mvebu-uart: free the IRQ in ->shutdown()
Vegard Nossum (8):
ext4: verify extent header depth
net/irda: fix NULL pointer dereference on memory allocation failure
net/sctp: terminate rhashtable walk correctly
block: fix use-after-free in seq file
ext4: check for extents that wrap around
ext4: don't call ext4_should_journal_data() on the journal inode
ext4: short-cut orphan cleanup on error
ext4: fix reference counting bug on block allocation error
Vladimir Davydov (3):
mm: memcontrol: fix swap counter leak on swapout from offline cgroup
mm: memcontrol: fix memcg id ref counter on swap charge move
radix-tree: account nodes to memcg only if explicitly requested
Wei Fang (2):
fuse: fix wrong assignment of ->flags in fuse_send_init()
fs/dcache.c: avoid soft-lockup in dput()
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2016-08-16 20:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 20:05 Greg KH [this message]
2016-08-16 20:05 ` Linux 4.7.1 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=20160816200513.GB9110@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.