I'm announcing the release of the 3.14.66 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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/um/drivers/mconsole_kern.c | 2 - arch/x86/include/asm/apic.h | 2 - arch/x86/kernel/cpu/perf_event.h | 3 + arch/x86/kernel/cpu/perf_event_intel.c | 2 + arch/x86/kernel/cpu/perf_event_intel_ds.c | 24 +++++++++++-- arch/x86/kernel/ioport.c | 12 ++++-- arch/x86/kvm/i8254.c | 12 +++--- arch/x86/kvm/vmx.c | 1 arch/xtensa/kernel/head.S | 2 - arch/xtensa/platforms/iss/console.c | 10 +++-- drivers/bluetooth/ath3k.c | 8 ++++ drivers/bluetooth/btusb.c | 4 ++ drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 36 +++++++++++++++++++ drivers/crypto/ccp/ccp-crypto-sha.c | 40 ++++++++++++++++++++++ drivers/crypto/ccp/ccp-crypto.h | 22 ++++++++++++ drivers/edac/amd64_edac.c | 2 - drivers/gpu/drm/radeon/atombios_encoders.c | 6 ++- drivers/hid/hid-core.c | 1 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++--- drivers/input/misc/ims-pcu.c | 4 ++ drivers/input/misc/powermate.c | 3 + drivers/md/bcache/super.c | 3 + drivers/md/multipath.c | 4 +- drivers/md/raid5.c | 4 +- drivers/media/i2c/adv7511.c | 21 ++++++++--- drivers/media/pci/bt8xx/bttv-driver.c | 26 +++++++++++--- drivers/media/pci/saa7134/saa7134-video.c | 18 ++++++--- drivers/media/usb/pwc/pwc-if.c | 6 +++ drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 21 ++++------- drivers/mtd/onenand/onenand_base.c | 3 + drivers/net/irda/irtty-sir.c | 10 ----- drivers/net/rionet.c | 4 +- drivers/pci/probe.c | 14 +++++++ drivers/scsi/aacraid/commsup.c | 9 +++- drivers/scsi/be2iscsi/be_main.c | 1 drivers/scsi/ipr.c | 10 +++-- drivers/scsi/sg.c | 3 + drivers/target/target_core_tmr.c | 1 drivers/target/target_core_transport.c | 2 - drivers/tty/serial/8250/8250_core.c | 18 +++------ drivers/usb/class/cdc-acm.c | 3 + drivers/usb/core/driver.c | 6 ++- drivers/usb/core/hub.c | 16 ++++++-- drivers/usb/misc/iowarrior.c | 6 +++ drivers/usb/serial/Kconfig | 1 drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/cypress_m8.c | 11 ++---- drivers/usb/serial/digi_acceleport.c | 19 ++++++++++ drivers/usb/serial/ftdi_sio.c | 4 ++ drivers/usb/serial/ftdi_sio_ids.h | 8 ++++ drivers/usb/serial/mct_u232.c | 9 ++++ drivers/usb/serial/option.c | 2 + drivers/usb/serial/usb-serial-simple.c | 10 +++++ drivers/watchdog/rc32434_wdt.c | 2 - fs/coredump.c | 30 ++++++++++++++-- fs/fhandle.c | 2 - fs/jbd2/journal.c | 17 ++++++--- fs/ocfs2/dlm/dlmconvert.c | 24 ++++++++++++- fs/ocfs2/dlm/dlmrecovery.c | 1 fs/open.c | 6 +-- fs/splice.c | 3 + fs/xfs/xfs_attr_list.c | 19 +++++----- include/linux/fs.h | 2 - include/linux/kernel.h | 6 +-- include/linux/pci.h | 1 kernel/sched/core.c | 1 kernel/sched/sched.h | 13 +++++++ kernel/sysctl_binary.c | 2 - kernel/trace/trace.c | 5 ++ kernel/trace/trace_irqsoff.c | 8 +++- kernel/trace/trace_printk.c | 3 + scripts/coccinelle/iterators/use_after_iter.cocci | 2 - scripts/package/mkspec | 8 ++-- sound/pci/hda/patch_cirrus.c | 8 +++- sound/pci/intel8x0.c | 1 sound/usb/clock.c | 2 + sound/usb/endpoint.c | 3 + sound/usb/mixer_quirks.c | 4 ++ sound/usb/pcm.c | 2 + sound/usb/quirks.c | 26 +++++++++----- sound/usb/stream.c | 6 ++- virt/kvm/kvm_main.c | 21 ++++++----- 83 files changed, 566 insertions(+), 170 deletions(-) Aaro Koskinen (1): mtd: onenand: fix deadlock in onenand_block_markbad Andi Kleen (1): perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere Andy Lutomirski (1): x86/iopl: Fix iopl capability check on Xen PV Anton Staaf (1): USB: serial: add Google simple serial SubClass support Aurelien Jacquiot (1): rapidio/rionet: fix deadlock on SMP Bjorn Helgaas (1): PCI: Disable IO/MEM decoding for devices with non-compliant BARs Bjørn Mork (1): USB: option: add "D-Link DWM-221 B1" device id Dan Carpenter (1): EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr() Dave Jones (1): x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() Dmitry Tunin (4): Bluetooth: btusb: Add new AR3012 ID 13d3:3395 Bluetooth: btusb: Add a new AR3012 ID 04ca:3014 Bluetooth: btusb: Add a new AR3012 ID 13d3:3472 Bluetooth: Add new AR3012 ID 0489:e095 Douglas Gilbert (1): sg: fix dxferp in from_to case Eric Wheeler (1): bcache: fix cache_set_flush() NULL pointer dereference on OOM Gabriel Krisman Bertazi (1): ipr: Fix regression when loading firmware Grazvydas Ignotas (1): HID: logitech: fix Dual Action gamepad support Greg Kroah-Hartman (1): Linux 3.14.66 Hans Verkuil (1): adv7511: TX_EDID_PRESENT is still 1 after a disconnect Hans de Goede (3): pwc: Add USB id for Philips Spc880nc webcam saa7134: Fix bytesperline not being set correctly for planar formats bttv: Width must be a multiple of 16 when capturing planar formats Himanshu Madhani (1): target: Fix target_release_cmd_kref shutdown comp leak Insu Yun (1): ipr: Fix out-of-bounds null overwrite Jann Horn (1): fs/coredump: prevent fsuid=0 dumps into user-controlled directories Jes Sorensen (1): md/raid5: Compare apples to apples (or sectors to sectors) Jiri Kosina (1): kbuild/mkspec: fix grub2 installkernel issue Jiri Olsa (1): perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2 Joseph Qi (2): ocfs2/dlm: fix race between convert and recovery ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list Josh Boyer (3): USB: iowarrior: fix oops with malicious USB descriptors USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices Input: powermate - fix oops with malicious USB descriptors Julia Lawall (1): scripts/coccinelle: modernize & Mario Kleiner (1): drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards. Martyn Welch (1): USB: serial: cp210x: Adding GE Healthcare Device ID Mateusz Guzik (1): xfs: fix two memory leaks in xfs_attr_list.c error paths Maurizio Lombardi (1): be2iscsi: set the boot_kset pointer to NULL in case of failure Max Filippov (2): xtensa: ISS: don't hang if stdin EOF is reached xtensa: clear all DBREAKC registers on start Michael S. Tsirkin (1): watchdog: rc32434_wdt: fix ioctl error handling Ming Lei (1): md: multipath: don't hardcopy bio in .make_request path Nicholas Bellinger (1): target: Drop incorrect ABORT_TASK put for completed commands OGAWA Hirofumi (1): jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path Oliver Neukum (8): usb: retry reset if a device times out usb: hub: fix a typo in hub_port_init() leading to wrong logic USB: cdc-acm: more sanity checking USB: usb_driver_claim_interface: add sanity checking USB: mct_u232: add sanity checking in probe USB: digi_acceleport: do sanity checking for the number of ports USB: cypress_m8: add endpoint sanity check Input: ims-pcu - sanity check against missing interfaces Paolo Bonzini (2): KVM: fix spin_lock_init order on x86 KVM: VMX: avoid guest hang on invalid invept instruction Peter Hurley (1): net: irda: Fix use-after-free in irtty_open() Rabin Vincent (1): splice: handle zero nr_pages in splice_to_pipe() Radim Krčmář (1): KVM: i8254: change PIT discard tick policy Raghava Aditya Renukunta (1): aacraid: Fix memory leak in aac_fib_map_free Sebastian Frias (1): 8250: use callbacks to access UART_DLL/UART_DLM Steven Rostedt (Red Hat) (3): tracing: Have preempt(irqs)off trace preempt disabled functions tracing: Fix crash from reading trace_pipe with sendfile tracing: Fix trace_printk() to print when not using bprintk() Takashi Iwai (4): ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk() ALSA: usb-audio: Add sanity checks for endpoint accesses ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk() ALSA: hda - Fix unconditional GPIO toggle via automute Thomas Gleixner (1): sched/cputime: Fix steal time accounting vs. CPU hotplug Tiffany Lin (1): media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32 Tom Lendacky (4): crypto: ccp - Add hash state import and export support crypto: ccp - Limit the amount of information exported crypto: ccp - Don't assume export/import areas are aligned crypto: ccp - memset request context to zero during import Vittorio Gambaletta (VittGam) (1): ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41. Vladis Dronov (2): ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_stream() call Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
Attachment:
signature.asc
Description: PGP signature