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.4.23
Date: Fri, 30 Sep 2016 10:56:19 +0200 [thread overview]
Message-ID: <20160930085619.GA31792@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 11698 bytes --]
I'm announcing the release of the 4.4.23 kernel.
All users of the 4.4 kernel series must upgrade.
The updated 4.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.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 | 25 ++-
arch/arm/crypto/aes-ce-glue.c | 2
arch/arm/mach-pxa/idp.c | 3
arch/arm/mach-pxa/xcep.c | 3
arch/arm/mach-realview/core.c | 3
arch/arm/mach-sa1100/pleb.c | 2
arch/arm64/crypto/aes-glue.c | 2
arch/blackfin/mach-bf561/boards/cm_bf561.c | 3
arch/blackfin/mach-bf561/boards/ezkit.c | 3
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 -
crypto/blkcipher.c | 3
crypto/echainiv.c | 115 +++-------------
drivers/gpu/drm/nouveau/nvkm/engine/pm/nv40.c | 6
drivers/gpu/drm/qxl/qxl_draw.c | 2
drivers/i2c/busses/i2c-eg20t.c | 18 +-
drivers/i2c/busses/i2c-qup.c | 3
drivers/iio/industrialio-core.c | 9 -
drivers/iommu/dmar.c | 3
drivers/iommu/intel-iommu.c | 3
drivers/media/platform/am437x/am437x-vpfe.c | 2
drivers/mtd/maps/pmcmsp-flash.c | 6
drivers/mtd/maps/sa1100-flash.c | 4
drivers/net/bonding/bond_main.c | 7
drivers/net/can/flexcan.c | 13 +
drivers/net/dsa/bcm_sf2.h | 2
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 85 +++++++----
drivers/net/ethernet/smsc/smc91x.c | 7
drivers/net/ethernet/smsc/smc91x.h | 65 ++++++---
drivers/net/phy/phy.c | 6
drivers/net/wireless/ath/ath9k/init.c | 4
drivers/net/wireless/iwlegacy/3945.c | 3
drivers/net/wireless/iwlwifi/dvm/calib.c | 2
drivers/power/max17042_battery.c | 15 +-
drivers/power/reset/hisi-reboot.c | 5
drivers/power/tps65217_charger.c | 1
drivers/pwm/core.c | 2
drivers/scsi/megaraid/megaraid_sas_base.c | 10 -
drivers/staging/iio/adc/ad7192.c | 2
fs/autofs4/autofs_i.h | 8 -
fs/autofs4/expire.c | 80 ++++++-----
fs/autofs4/root.c | 2
fs/btrfs/ioctl.c | 12 +
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/dlm/dlmconvert.c | 12 -
fs/ocfs2/file.c | 34 +++-
fs/reiserfs/ibalance.c | 3
fs/xfs/xfs_buf.c | 2
include/linux/fsnotify_backend.h | 6
include/linux/kernel.h | 36 ++---
include/linux/netdevice.h | 1
include/linux/pagemap.h | 38 ++---
include/linux/smc91x.h | 10 +
include/net/af_unix.h | 2
include/net/tcp.h | 2
kernel/cpuset.c | 2
kernel/power/hibernate.c | 4
kernel/power/snapshot.c | 10 -
kernel/trace/Makefile | 4
kernel/trace/trace.c | 29 ++--
mm/vmscan.c | 19 --
net/bridge/br_multicast.c | 2
net/caif/cfpkt_skbuff.c | 2
net/core/dev.c | 16 ++
net/ipv4/fib_trie.c | 8 -
net/ipv4/ip_vti.c | 31 ++++
net/ipv4/tcp_ipv4.c | 8 -
net/ipv4/tcp_yeah.c | 2
net/ipv6/ping.c | 9 -
net/ipv6/tcp_ipv6.c | 8 -
net/irda/iriap.c | 8 -
net/tipc/socket.c | 3
net/unix/af_unix.c | 107 ++++++--------
net/wireless/nl80211.c | 2
84 files changed, 625 insertions(+), 512 deletions(-)
Al Viro (3):
autofs races
fix fault_in_multipages_...() on architectures with no-op access_ok()
fix memory leaks in tracing_buffers_splice_read()
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 (8):
Fix build warning in kernel/cpuset.c
Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHES
gcov: disable -Wmaybe-uninitialized warning
net: caif: fix misleading indentation
am437x-vfpe: fix typo in vpfe_get_app_input_index
ath9k: fix misleading indentation
iwlegacy: avoid warning about missing braces
nouveau: fix nv40_perfctr_next() cleanup regression
Artem Germanov (1):
tcp: cwnd does not increase in TCP YeAH
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()
Brian Foster (1):
xfs: prevent dropping ioend completions during buftarg wait
Colin Ian King (1):
Staging: iio: adc: fix indent on break statement
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()
Dave Jones (1):
ipv6: release dst in ping_v6_sendmsg
David Forster (1):
ipv4: panic in leaf_walk_rcu due to stale node pointer
Davide Caratti (1):
bridge: re-introduce 'fix parsing of MLDv2 reports'
Eric Dumazet (2):
tcp: fix use after free in tcp_xmit_retransmit_queue()
tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
Fabio Estevam (1):
can: flexcan: fix resume function
Florian Fainelli (1):
net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
Greg Kroah-Hartman (1):
Linux 4.4.23
Herbert Xu (2):
crypto: skcipher - Fix blkcipher walk OOM crash
crypto: echainiv - Replace chaining with multiplication
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
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 (1):
nl80211: validate number of probe response CSA counters
Joseph Qi (1):
ocfs2/dlm: fix race between convert and migration
Josh Poimboeuf (1):
tools: Support relative directory path for 'O='
Lance Richardson (1):
vti: flush x-netns xfrm cache when vti interface is removed
Linus Torvalds (5):
Disable "maybe-uninitialized" warning globally
Disable "frame-address" warning
Add braces to avoid "ambiguous ‘else’" compiler warnings
Revert "af_unix: Fix splice-bind deadlock"
af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'
Mahesh Bandewar (1):
bonding: Fix bonding crash
Marcin Nowakowski (1):
MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
Matt Redfearn (2):
MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
MIPS: paravirt: Fix undefined reference to smp_bootstrap
Maurizio Lombardi (1):
megaraid: fix null pointer check in megasas_detach_one().
Michal Marek (1):
kbuild: Do not run modules_install and install in paralel
Michal Nazarewicz (1):
include/linux/kernel.h: change abs() macro so it uses consistent return type
Paul Blakey (1):
net/mlx5: Added missing check of msg length in verifying its signature
Paul Burton (2):
MIPS: Fix pre-r6 emulation FPU initialisation
MIPS: Remove compact branch policy Kconfig entries
Robert Jarzmik (1):
kbuild: forbid kernel directory to contain spaces and colons
Russell King (1):
net: smc91x: fix SMC accesses
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.
Thierry Reding (1):
pwm: Mark all devices as "might sleep"
Thomas Garnier (1):
PM / hibernate: Restore processor state before using per-CPU variables
Vegard Nossum (2):
net/irda: handle iriap_register_lsap() allocation failure
tipc: fix NULL pointer dereference in shutdown()
Wang YanQing (1):
Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
Wei Yongjun (1):
power_supply: tps65217-charger: fix missing platform_set_drvdata()
Xander Huff (1):
Revert "phy: IRQ cannot be shared"
Yadi.hu (1):
i2c-eg20t: fix race between i2c init and interrupt enable
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next reply other threads:[~2016-09-30 8:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-30 8:56 Greg KH [this message]
2016-09-30 8:56 ` Linux 4.4.23 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=20160930085619.GA31792@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.