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.104
Date: Tue, 5 Dec 2017 15:04:49 +0100 [thread overview]
Message-ID: <20171205140449.GA21479@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4792 bytes --]
I'm announcing the release of the 4.4.104 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/boot/dts/logicpd-torpedo-37xx-devkit.dts | 2
arch/x86/include/asm/efi.h | 26 ++++
arch/x86/kvm/svm.c | 2
arch/x86/kvm/vmx.c | 2
arch/x86/kvm/x86.c | 5
arch/x86/mm/pageattr.c | 17 --
arch/x86/platform/efi/efi-bgrt.c | 39 ++----
arch/x86/platform/efi/efi.c | 39 ++----
arch/x86/platform/efi/efi_32.c | 5
arch/x86/platform/efi/efi_64.c | 137 ++++++++++++++++------
arch/x86/platform/efi/efi_stub_64.S | 43 ------
drivers/firmware/efi/efi.c | 32 -----
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 38 ++----
drivers/gpu/drm/i915/intel_i2c.c | 4
drivers/gpu/drm/panel/panel-simple.c | 2
drivers/gpu/drm/radeon/atombios_dp.c | 38 ++----
drivers/gpu/drm/radeon/radeon_fb.c | 1
drivers/md/bcache/alloc.c | 2
drivers/md/bcache/extents.c | 2
drivers/md/bcache/journal.c | 2
drivers/misc/eeprom/at24.c | 6
drivers/mmc/core/bus.c | 3
drivers/mtd/nand/nand_base.c | 9 -
fs/btrfs/extent-tree.c | 14 +-
fs/nfs/dir.c | 3
fs/nfsd/nfs4state.c | 114 ++++++++++++------
include/linux/netlink.h | 2
include/net/genetlink.h | 2
include/uapi/linux/bcache.h | 2
mm/huge_memory.c | 14 --
mm/madvise.c | 4
net/netlink/af_netlink.c | 4
net/netlink/genetlink.c | 16 ++
net/xfrm/xfrm_user.c | 25 ++--
35 files changed, 372 insertions(+), 286 deletions(-)
Adam Ford (1):
ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio
Adrian Hunter (1):
mmc: core: Do not leave the block driver in a suspended state
Alex Deucher (1):
Revert "drm/radeon: dont switch vt on suspend"
Brent Taylor (1):
mtd: nand: Fix writing mtdoops to nand flash.
Greg Kroah-Hartman (1):
Linux 4.4.104
Heiner Kallweit (1):
eeprom: at24: check at24_read/write arguments
Herbert Xu (1):
ipsec: Fix aborted xfrm policy dump crash
Huacai Chen (1):
bcache: Fix building error on MIPS
Jonathan Liu (1):
drm/panel: simple: Add missing panel_simple_unprepare() calls
Josef Bacik (1):
btrfs: clear space cache inode generation always
Kirill A. Shutemov (1):
mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
Liran Alon (2):
KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
KVM: x86: Exit to user-mode on #UD intercept when emulator requires
Matt Fleming (4):
x86/mm/pat: Ensure cpa->pfn only contains page frame numbers
x86/efi: Hoist page table switching code into efi_call_virt()
x86/efi: Build our own page table structures
x86/efi-bgrt: Replace early_memremap() with memremap()
NeilBrown (1):
NFS: revalidate "." etc correctly on "open".
Oleg Drokin (1):
nfsd: Make init_open_stateid() a bit more whole
Paolo Bonzini (1):
KVM: x86: inject exceptions produced by x86_decode_insn
Roman Kapl (1):
drm/radeon: fix atombios on big endian
Sai Praneeth (1):
x86/efi-bgrt: Fix kernel panic when mapping BGRT data
Tom Herbert (1):
netlink: add a start callback for starting a netlink dump
Trond Myklebust (2):
nfsd: Fix stateid races between OPEN and CLOSE
nfsd: Fix another OPEN stateid race
Ville Syrjälä (2):
drm/i915: Don't try indexed reads to alternate slave addresses
drm/i915: Prevent zero length "index" write
chenjie (1):
mm/madvise.c: fix madvise() infinite loop under special circumstances
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-12-05 14:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 14:04 Greg KH [this message]
2017-12-05 14:04 ` 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=20171205140449.GA21479@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
all inboxes | Powered by JetHome®