lkml.org 
[lkml]   [2016]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.7.6
I'm announcing the release of the 4.7.6 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

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

Makefile | 9 -
arch/arc/Makefile | 4
arch/arm/crypto/aes-ce-glue.c | 2
arch/arm64/crypto/aes-glue.c | 2
arch/arm64/kernel/smp.c | 14 -
arch/mips/Kconfig.debug | 36 -----
arch/mips/Makefile | 4
arch/mips/include/asm/asmmacro.h | 1
arch/mips/include/asm/mach-paravirt/kernel-entry-init.h | 2
arch/mips/kernel/mips-r2-to-r6-emul.c | 2
arch/mips/kernel/process.c | 8 -
arch/mips/kernel/smp.c | 7
arch/mips/kernel/vdso.c | 8 -
arch/x86/mm/pageattr.c | 21 +-
arch/x86/platform/efi/efi_64.c | 2
crypto/blkcipher.c | 3
crypto/echainiv.c | 115 +++-------------
drivers/gpu/drm/qxl/qxl_draw.c | 2
drivers/i2c/busses/i2c-eg20t.c | 18 +-
drivers/i2c/busses/i2c-qup.c | 3
drivers/i2c/muxes/i2c-mux-pca954x.c | 2
drivers/infiniband/hw/cxgb4/cm.c | 12 +
drivers/irqchip/irq-mips-gic.c | 105 ++++++--------
drivers/mtd/maps/pmcmsp-flash.c | 6
drivers/mtd/maps/sa1100-flash.c | 4
drivers/mtd/nand/mxc_nand.c | 2
drivers/mtd/spi-nor/spi-nor.c | 2
drivers/net/can/flexcan.c | 13 +
drivers/net/can/ifi_canfd/ifi_canfd.c | 11 +
drivers/net/ethernet/intel/igb/igb_ptp.c | 26 +++
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 19 +-
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 19 +-
drivers/power/max17042_battery.c | 15 +-
drivers/power/reset/hisi-reboot.c | 5
drivers/power/tps65217_charger.c | 1
drivers/rtc/rtc-ds1307.c | 28 +++
drivers/soc/tegra/pmc.c | 8 +
fs/autofs4/expire.c | 55 +++++--
fs/btrfs/ioctl.c | 12 +
fs/ceph/file.c | 12 -
fs/ceph/ioctl.c | 2
fs/configfs/file.c | 1
fs/hostfs/hostfs_kern.c | 7
fs/notify/fanotify/fanotify.c | 13 -
fs/notify/fanotify/fanotify_user.c | 36 +++--
fs/notify/group.c | 19 ++
fs/notify/notification.c | 23 ---
fs/ocfs2/cluster/tcp_internal.h | 5
fs/ocfs2/dlm/dlmconvert.c | 12 -
fs/ocfs2/file.c | 34 +++-
fs/reiserfs/ibalance.c | 3
fs/xfs/xfs_buf.c | 2
include/linux/ceph/libceph.h | 3
include/linux/ceph/osdmap.h | 5
include/linux/fsnotify_backend.h | 6
include/linux/pagemap.h | 38 ++---
include/linux/reset.h | 4
kernel/cgroup.c | 6
kernel/power/hibernate.c | 4
kernel/power/snapshot.c | 10 -
kernel/trace/Makefile | 4
kernel/trace/trace.c | 29 ++--
mm/kasan/kasan.c | 4
mm/kasan/quarantine.c | 9 -
mm/memcontrol.c | 31 +++-
mm/page_io.c | 3
mm/swapfile.c | 1
mm/vmscan.c | 19 --
net/ceph/osd_client.c | 2
net/core/sock.c | 5
net/mac80211/agg-rx.c | 8 -
net/mac80211/agg-tx.c | 3
net/wireless/nl80211.c | 2
scripts/Makefile.ubsan | 4
scripts/package/builddeb | 6
security/keys/encrypted-keys/encrypted.c | 11 -
76 files changed, 539 insertions(+), 455 deletions(-)

Al Viro (2):
fix fault_in_multipages_...() on architectures with no-op access_ok()
fix memory leaks in tracing_buffers_splice_read()

Alexander Duyck (2):
ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
ixgbe: Re-enable ability to toggle VLAN filtering

Alexander Potapenko (1):
kasan: avoid overflowing quarantine size on low memory systems

Andrey Ryabinin (1):
mm/kasan: don't reduce quarantine in atomic contexts

Ard Biesheuvel (2):
crypto: arm64/aes-ctr - fix NULL dereference in tail processing
crypto: arm/aes-ctr - fix NULL dereference in tail processing

Arnd Bergmann (1):
ceph: fix symbol versioning for ceph_monc_do_statfs

Arvind Yadav (1):
power: reset: hisi-reboot: Unmap region obtained by of_iomap

Ashish Samant (1):
ocfs2: fix start offset to ocfs2_zero_range_for_truncate()

Beni Lev (1):
iwlwifi: mvm: update TX queue before making a copy of the skb

Brian Foster (1):
xfs: prevent dropping ioend completions during buftarg wait

Brian Norris (1):
mtd: spi-nor: fix wrong "fully unlocked" test

Dan Carpenter (4):
mtd: maps: sa1100-flash: potential NULL dereference
mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
qxl: check for kmap failures
hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()

David Daney (1):
arm64: Call numa_store_cpu_info() earlier.

Fabio Estevam (1):
can: flexcan: fix resume function

Greg Kroah-Hartman (1):
Linux 4.7.6

Herbert Xu (3):
crypto: skcipher - Fix blkcipher walk OOM crash
crypto: echainiv - Replace chaining with multiplication
KEYS: Fix skcipher IV clobbering

Huacai Chen (1):
MIPS: Add a missing ".set pop" in an early commit

Hugh Dickins (1):
mm: delete unnecessary and unsafe init_tlb_ubc()

Ian Kent (1):
autofs: use dentry flags to block walks during expire

Ilya Dryomov (1):
libceph: add an ONSTACK initializer for oids

James Hogan (1):
MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs

James Morse (1):
PM / hibernate: Fix rtree_next_node() to avoid walking off list ends

Jan Kara (2):
fsnotify: add a way to stop queueing events on group shutdown
fanotify: fix list corruption in fanotify_get_response()

Jeff Mahoney (2):
reiserfs: fix "new_insert_key may be used uninitialized ..."
btrfs: ensure that file descriptor used with subvol ioctls is a dir

Johannes Berg (2):
mac80211: reject TSPEC TIDs (TSIDs) for aggregation
nl80211: validate number of probe response CSA counters

Johannes Weiner (2):
mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
cgroup: duplicate cgroup reference when cloning sockets

John Youn (1):
reset: Return -ENOTSUPP when not configured

Jon Hunter (1):
soc/tegra: pmc: Don't probe PMC if early initialisation fails

Joseph Qi (1):
ocfs2/dlm: fix race between convert and migration

Junxiao Bi (1):
Revert "ocfs2: bump up o2cb network protocol version"

Keerthy (1):
rtc: ds1307: Fix relying on reset value for weekday

Kshitiz Gupta (1):
igb: fix adjusting PTP timestamps for Tx/Rx latency

Linus Torvalds (2):
Disable "maybe-uninitialized" warning globally
Disable "frame-address" warning

Lothar Waßmann (1):
mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functions

Marcin Nowakowski (1):
MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)

Marek Vasut (1):
net: can: ifi: Configure transmitter delay

Matt Fleming (2):
x86/efi: Only map RAM into EFI page tables if in mixed-mode
x86/mm/pat: Prevent hang during boot when mapping pages

Matt Redfearn (2):
MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
MIPS: paravirt: Fix undefined reference to smp_bootstrap

Paul Burton (3):
irqchip/mips-gic: Fix local interrupts
MIPS: Fix pre-r6 emulation FPU initialisation
MIPS: Remove compact branch policy Kconfig entries

Peter Rosin (1):
i2c: mux: pca954x: retry updating the mux selection on failure

Phil Turnbull (2):
configfs: Return -EFBIG from configfs_write_bin_file.
ceph: Correctly return NXIO errors from ceph_llseek

Santosh Shilimkar (1):
mm: fix the page_swap_info() BUG_ON check

Steve Wise (1):
iw_cxgb4: stop MPA_REPLY timer when disconnecting

Steven Rostedt (1):
Makefile: Mute warning for __builtin_return_address(>0) for tracing only

Steven Rostedt (Red Hat) (1):
tracing: Move mutex to protect against resetting of seq data

Sudeep Holla (1):
i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended

Sven Van Asbroeck (1):
power: supply: max17042_battery: fix model download bug.

Thomas Garnier (1):
PM / hibernate: Restore processor state before using per-CPU variables

Wei Yongjun (2):
libceph: fix return value check in alloc_msg_with_page_vector()
power_supply: tps65217-charger: fix missing platform_set_drvdata()

Wilfried Klaebe (1):
builddeb: really include objtool binary in headers package

Yadi.hu (1):
i2c-eg20t: fix race between i2c init and interrupt enable

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2016-09-30 10:58    [W:0.037 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site