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.9.67
Date: Tue, 5 Dec 2017 15:07:08 +0100 [thread overview]
Message-ID: <20171205140708.GA21957@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6395 bytes --]
I'm announcing the release of the 4.9.67 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/devicetree/bindings/hwmon/jc42.txt | 4
Makefile | 2
arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 8
arch/arm/mach-omap2/pdata-quirks.c | 2
arch/x86/entry/entry_64.S | 10 -
arch/x86/kvm/lapic.c | 12 +
arch/x86/kvm/svm.c | 2
arch/x86/kvm/vmx.c | 2
arch/x86/kvm/x86.c | 5
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 38 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2
drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c | 4
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 3
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/gpu/drm/ttm/ttm_bo_util.c | 1
drivers/hwmon/jc42.c | 21 ++
drivers/i2c/busses/i2c-i801.c | 3
drivers/md/bcache/alloc.c | 2
drivers/md/bcache/extents.c | 2
drivers/md/bcache/journal.c | 2
drivers/mfd/twl4030-power.c | 1
drivers/misc/eeprom/at24.c | 19 ++
drivers/mmc/core/bus.c | 3
drivers/mmc/core/mmc.c | 2
drivers/mmc/core/sd.c | 2
drivers/nvme/host/nvme.h | 2
drivers/nvme/host/pci.c | 2
fs/btrfs/extent-tree.c | 14 -
fs/nfs/dir.c | 3
fs/nfsd/nfs4state.c | 99 ++++++++----
include/linux/mm.h | 1
include/uapi/linux/bcache.h | 2
mm/huge_memory.c | 19 --
mm/hugetlb.c | 8
mm/madvise.c | 4
mm/mmap.c | 8
mm/page_alloc.c | 9 -
41 files changed, 249 insertions(+), 121 deletions(-)
Adam Ford (4):
ARM: dts: LogicPD Torpedo: Fix camera pin mux
ARM: dts: omap3: logicpd-torpedo-37xx-devkit: Fix MMC1 cd-gpio
mfd: twl4030-power: Fix pmic for boards that need vmmc1 on reboot
ARM: OMAP2+: Fix WL1283 Bluetooth Baud Rate
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"
Bartosz Golaszewski (1):
eeprom: at24: correctly set the size for at24mac402
Bastian Stender (1):
mmc: core: prepend 0x to OCR entry in sysfs
Christian König (1):
drm/ttm: once more fix ttm_buffer_object_transfer
Dan Carpenter (2):
drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()
drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()
Dan Williams (1):
mm, hugetlbfs: introduce ->split() to vm_operations_struct
Dr. David Alan Gilbert (2):
KVM: lapic: Split out x2apic ldr calculation
KVM: lapic: Fixup LDR on load in x2apic
Greg Kroah-Hartman (2):
Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"
Linux 4.9.67
Hans de Goede (1):
i2c: i801: Fix Failed to allocate irq -2147483648 error
Heiner Kallweit (2):
eeprom: at24: fix reading from 24MAC402/24MAC602
eeprom: at24: check at24_read/write arguments
Huacai Chen (1):
bcache: Fix building error on MIPS
Jeff Lien (1):
nvme-pci: add quirk for delay before CHK RDY for WDC SN200
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
Mike Kravetz (1):
mm/cma: fix alloc_contig_range ret code/potential leak
Naofumi Honda (1):
nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
NeilBrown (1):
NFS: revalidate "." etc correctly on "open".
Paolo Bonzini (1):
KVM: x86: inject exceptions produced by x86_decode_insn
Peter Griffin (1):
drm/hisilicon: Ensure LDI regs are properly configured.
Peter Rosin (1):
hwmon: (jc42) optionally try to disable the SMBUS timeout
Rex Zhu (1):
drm/amd/pp: fix typecast error in powerplay.
Roman Kapl (1):
drm/radeon: fix atombios on big endian
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:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 14:07 Greg KH [this message]
2017-12-05 14:07 ` Linux 4.9.67 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=20171205140708.GA21957@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.