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.98
Date: Wed, 15 Nov 2017 17:21:19 +0100 [thread overview]
Message-ID: <20171115162119.GA2057@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8319 bytes --]
I'm announcing the release of the 4.4.98 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 | 2
arch/arm/configs/omap2plus_defconfig | 1
arch/arm/kernel/traps.c | 28 +++---
arch/mips/ar7/platform.c | 5 +
arch/mips/ar7/prom.c | 2
arch/mips/include/asm/mips-cm.h | 4
arch/mips/kernel/process.c | 4
arch/mips/kernel/smp.c | 29 ++++--
arch/mips/mm/uasm-micromips.c | 2
arch/powerpc/boot/dts/fsl/kmcoge4.dts | 4
arch/powerpc/kvm/book3s_hv_rm_xics.c | 5 -
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 1
arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 12 +-
arch/x86/include/asm/uaccess.h | 14 ++-
arch/x86/oprofile/op_model_ppro.c | 4
crypto/asymmetric_keys/pkcs7_parser.c | 2
drivers/block/rbd.c | 4
drivers/crypto/vmx/aes_ctr.c | 6 +
drivers/gpu/drm/drm_drv.c | 2
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2
drivers/iio/trigger/iio-trig-interrupt.c | 8 -
drivers/iio/trigger/iio-trig-sysfs.c | 2
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2
drivers/input/keyboard/mpr121_touchkey.c | 24 +++--
drivers/input/mouse/elan_i2c_core.c | 1
drivers/iommu/arm-smmu-v3.c | 10 --
drivers/media/i2c/adv7604.c | 3
drivers/net/can/c_can/c_can_pci.c | 1
drivers/net/can/c_can/c_can_platform.c | 1
drivers/net/can/sun4i_can.c | 12 ++
drivers/net/usb/cdc_ncm.c | 28 ++++++
drivers/net/usb/huawei_cdc_ncm.c | 6 +
drivers/net/xen-netback/netback.c | 6 -
drivers/pci/host/pci-mvebu.c | 101 +++++++++++++---------
drivers/platform/x86/hp-wmi.c | 60 ++++++++-----
drivers/s390/net/qeth_core.h | 1
drivers/s390/net/qeth_core_main.c | 21 +++-
drivers/s390/net/qeth_l2_main.c | 15 ---
drivers/s390/net/qeth_l3_main.c | 15 ---
drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 4
drivers/tty/serial/sh-sci.c | 17 +--
drivers/usb/core/hcd.c | 1
drivers/video/fbdev/pmag-ba-fb.c | 2
include/linux/phy.h | 8 -
include/linux/preempt.h | 21 ++--
include/linux/usb/cdc_ncm.h | 1
include/sound/seq_kernel.h | 3
kernel/workqueue_internal.h | 3
lib/asn1_decoder.c | 4
lib/test_firmware.c | 11 +-
net/dsa/Kconfig | 5 -
net/ipv4/ah4.c | 3
net/netfilter/nft_meta.c | 28 +++++-
security/keys/trusted.c | 71 +++++++--------
sound/core/seq/oss/seq_oss_midi.c | 4
sound/core/seq/oss/seq_oss_readq.c | 29 ++++++
sound/core/seq/oss/seq_oss_readq.h | 2
tools/testing/selftests/firmware/fw_filesystem.sh | 10 +-
tools/testing/selftests/firmware/fw_userhelper.sh | 28 +++++-
59 files changed, 451 insertions(+), 254 deletions(-)
Akinobu Mita (2):
Input: mpr121 - handle multiple bits change of status register
Input: mpr121 - set missing event capability
Alison Schofield (1):
iio: trigger: free trigger resource correctly
Andrey Ryabinin (1):
crypto: x86/sha1-mb - fix panic due to unaligned access
Borislav Petkov (1):
x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
Brian Norris (2):
test: firmware_class: report errors properly on failure
selftests: firmware: add empty string and async tests
Carlo Caione (3):
platform/x86: hp-wmi: Fix detection for dock and tablet mode
platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_state
platform/x86: hp-wmi: Do not shadow error values
Colin Ian King (1):
PKCS#7: fix unitialized boolean 'want'
Enrico Mioso (1):
cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
Eric Biggers (3):
KEYS: trusted: sanitize all key material
KEYS: trusted: fix writing past end of buffer in trusted_read()
KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]
Feras Daoud (1):
IB/ipoib: Change list_del to list_del_init in the tx object
Gerhard Bertelsmann (1):
can: sun4i: handle overrun in RX FIFO
Gilad Ben-Yossef (1):
IPsec: do not ignore crypto err in ah4 input
Greg Kroah-Hartman (1):
Linux 4.4.98
Gustavo A. R. Silva (1):
MIPS: microMIPS: Fix incorrect mask in insn_table_MM
Ilya Dryomov (1):
rbd: use GFP_NOIO for parent stat and data requests
Jason Gunthorpe (1):
PCI: mvebu: Handle changes to the bridge windows while enabled
Jonas Gorski (1):
MIPS: AR7: Defer registration of GPIO
Juergen Gross (1):
xen/netback: set default upper limit of tx/rx queues to 8
Julian Wiedmann (1):
s390/qeth: issue STARTLAN as first IPA command
Kai-Heng Feng (1):
Input: elan_i2c - add ELAN060C to the ACPI table
Lars-Peter Clausen (1):
adv7604: Initialize drive strength to default when using DT
Laurent Pinchart (1):
serial: sh-sci: Fix register offsets for the IRDA serial port
Li Bin (1):
workqueue: Fix NULL pointer dereference
Li Zhong (2):
KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
crypto: vmx - disable preemption to enable vsx in aes_ctr.c
Liping Zhang (1):
netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
Luis R. Rodriguez (2):
selftests: firmware: send expected errors to /dev/null
tools: firmware: check for distro fallback udev cancel rule
Maciej W. Rozycki (1):
video: fbdev: pmag-ba-fb: Remove bad `__init' annotation
Mark Rutland (1):
ARM: 8720/1: ensure dump_instr() checks addr_limit
Matija Glavinic Pecotic (1):
MIPS: Fix race on setting and getting cpu_online_mask
Matt Redfearn (2):
MIPS: SMP: Use a completion event to signal CPU up
MIPS: SMP: Fix deadlock & online race
Nate Watterson (1):
iommu/arm-smmu-v3: Clear prior settings when updating STEs
Noralf Trønnes (1):
drm: drm_minor_register(): Clean up debugfs on failure
Oswald Buddenhagen (1):
MIPS: AR7: Ensure that serial ports are properly set up
Paul Burton (1):
MIPS: Fix CM region target definitions
Peter Zijlstra (1):
x86/uaccess, sched/preempt: Verify access_ok() context
Richard Schütz (1):
can: c_can: don't indicate triple sampling support for D_CAN
Sinclair Yeh (1):
drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue
Takashi Iwai (2):
ALSA: seq: Fix OSS sysex delivery in OSS emulation
ALSA: seq: Avoid invalid lockdep class warning
Tony Lindgren (1):
ARM: omap2plus_defconfig: Fix probe errors on UARTs 5 and 6
Valentin Longchamp (1):
powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
Vivien Didelot (1):
net: dsa: select NET_SWITCHDEV
Volodymyr Bendiuga (1):
phy: increase size of MII_BUS_ID_SIZE and bus_id
William wu (1):
usb: hcd: initialize hcd->flags to 0 when rm hcd
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-11-15 16:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 16:21 Greg KH [this message]
2017-11-15 16:21 ` Linux 4.4.98 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=20171115162119.GA2057@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.