I'm announcing the release of the 3.14.36 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/arc/include/asm/processor.h | 9 - arch/arc/kernel/stacktrace.c | 6 arch/mips/kvm/trace.h | 6 arch/x86/kernel/entry_64.S | 13 + arch/x86/kvm/emulate.c | 3 drivers/acpi/video.c | 11 + drivers/clk/clk-gate.c | 2 drivers/clk/sunxi/clk-factors.c | 2 drivers/clk/sunxi/clk-factors.h | 1 drivers/clk/sunxi/clk-sunxi.c | 1 drivers/clk/zynq/clkc.c | 1 drivers/firmware/efi/runtime-map.c | 2 drivers/gpu/drm/radeon/cik.c | 37 +--- drivers/gpu/drm/radeon/kv_dpm.c | 17 +- drivers/gpu/drm/radeon/ni.c | 8 - drivers/gpu/drm/radeon/r600_dpm.c | 2 drivers/gpu/drm/radeon/radeon_atombios.c | 1 drivers/hid/hid-input.c | 17 ++ drivers/iio/adc/mcp3422.c | 17 -- drivers/iio/dac/ad5686.c | 2 drivers/iio/imu/adis16400_core.c | 3 drivers/infiniband/core/ucma.c | 3 drivers/infiniband/core/uverbs_cmd.c | 9 - drivers/infiniband/hw/mlx4/main.c | 10 - drivers/infiniband/hw/qib/qib.h | 9 - drivers/infiniband/hw/qib/qib_eeprom.c | 181 ----------------------- drivers/infiniband/hw/qib/qib_iba6120.c | 2 drivers/infiniband/hw/qib/qib_iba7220.c | 2 drivers/infiniband/hw/qib/qib_iba7322.c | 2 drivers/infiniband/hw/qib/qib_init.c | 1 drivers/infiniband/hw/qib/qib_sysfs.c | 24 --- drivers/input/tablet/wacom_wac.c | 6 drivers/md/dm-io.c | 6 drivers/md/dm-raid1.c | 9 + drivers/md/dm-snap.c | 4 drivers/md/dm.c | 27 +-- drivers/misc/mei/init.c | 2 drivers/net/macvtap.c | 7 drivers/net/phy/phy.c | 23 ++- drivers/net/team/team.c | 10 - drivers/net/usb/plusb.c | 5 drivers/net/wireless/ath/ath5k/reset.c | 2 drivers/net/wireless/ath/ath6kl/hif.h | 4 drivers/net/wireless/ath/ath6kl/sdio.c | 2 drivers/scsi/be2iscsi/be_main.c | 1 drivers/scsi/sg.c | 6 drivers/staging/comedi/comedi_compat32.c | 12 + drivers/staging/comedi/drivers/cb_pcidas64.c | 122 +++++++++------- drivers/staging/iio/adc/mxs-lradc.c | 204 +++++++++++++-------------- drivers/target/target_core_pr.c | 25 +-- drivers/target/target_core_sbc.c | 15 + drivers/tty/tty_io.c | 4 drivers/tty/tty_ioctl.c | 12 + drivers/usb/core/devio.c | 2 drivers/usb/dwc3/dwc3-omap.c | 30 +++ drivers/usb/host/xhci-ring.c | 10 + drivers/usb/host/xhci.h | 8 - drivers/usb/serial/bus.c | 13 + drivers/usb/serial/cp210x.c | 2 drivers/usb/serial/ftdi_sio.c | 19 ++ drivers/usb/serial/ftdi_sio_ids.h | 23 +++ drivers/usb/serial/generic.c | 5 drivers/usb/serial/mxuport.c | 3 fs/autofs4/dev-ioctl.c | 8 - fs/btrfs/file.c | 56 +++---- fs/btrfs/inode.c | 1 fs/btrfs/tree-log.c | 2 fs/debugfs/inode.c | 34 ++-- fs/nfs/delegation.c | 2 fs/nilfs2/btree.c | 47 +++++- fs/proc/generic.c | 12 - fs/proc/inode.c | 21 ++ fs/proc/internal.h | 1 include/target/target_core_base.h | 2 include/trace/events/kmem.h | 7 mm/compaction.c | 2 mm/hugetlb.c | 26 +++ mm/memory.c | 2 mm/mmap.c | 4 mm/nommu.c | 4 mm/page_alloc.c | 12 - net/compat.c | 9 - net/core/dev.c | 2 net/core/gen_stats.c | 15 + net/core/pktgen.c | 16 +- net/core/rtnetlink.c | 24 +-- net/ipv4/ip_fragment.c | 11 - net/ipv4/ip_output.c | 3 net/ipv4/ping.c | 13 + net/ipv6/ip6_output.c | 3 net/ipv6/ping.c | 5 net/ipv6/route.c | 2 net/irda/ircomm/ircomm_tty.c | 4 net/mac80211/tx.c | 1 net/sched/ematch.c | 1 net/sunrpc/cache.c | 2 sound/core/pcm_native.c | 2 sound/pci/hda/hda_intel.c | 2 sound/pci/hda/patch_sigmatel.c | 17 ++ sound/soc/omap/omap-pcm.c | 2 101 files changed, 767 insertions(+), 639 deletions(-) Al Viro (4): autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation debugfs: leave freeing a symlink body until inode eviction procfs: fix race between symlink removals and traversals sunrpc: fix braino in ->poll() Alan Stern (1): USB: usbfs: don't leak kernel data in siginfo Aleksander Morgado (1): xhci: fix reporting of 0-sized URBs in control endpoint Alex Deucher (4): drm/radeon: only enable kv/kb dpm interrupts once v3 drm/radeon: fix voltage setup on hawaii drm/radeon: use drm_mode_vrefresh() rather than mode->vrefresh drm/radeon: fix 1 RB harvest config setup for TN/RL Alexander Drozdov (2): ipv4: ip_check_defrag should correctly check return value of skb_copy_bits ipv4: ip_check_defrag should not assume that skb_network_offset is zero Alexander Usyskin (1): mei: make device disabled on stop unconditionally Andy Lutomirski (1): x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization Angelo Compagnucci (1): iio:adc:mcp3422 Fix incorrect scales table Ben Shelton (1): usb: plusb: Add support for National Instruments host-to-host cable Catalin Marinas (1): net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg Chen-Yu Tsai (1): clk: sunxi: Support factor clocks with N factor starting not from 0 Chris Wilson (1): ACPI / video: Load the module even if ACPI is disabled Christian König (1): drm/radeon: workaround for CP HW bug on CIK Dan Carpenter (1): efi: Small leak on error in runtime map code Daniel Borkmann (1): rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY Darrick J. Wong (1): dm io: reject unsupported DISCARD requests with EOPNOTSUPP David Herrmann (1): HID: input: fix confusion on conflicting mappings David Sterba (1): btrfs: fix lost return value due to variable shadowing Eric Dumazet (1): macvtap: make sure neighbour code can push ethernet header Filipe Manana (1): Btrfs: fix data loss in the fast fsync path George Cherian (1): usb: dwc3: dwc3-omap: Fix disable IRQ Grazvydas Ignotas (1): mm/memory.c: actually remap enough memory Greg Kroah-Hartman (1): Linux 3.14.36 Guenter Roeck (1): net: phy: Fix verification of EEE support in phy_init_eee Hans de Goede (1): sunxi: clk: Set sun6i-pll1 n_start = 1 Ian Abbott (2): staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back staging: comedi: cb_pcidas64: fix incorrect AI range code handling Ignacy Gawędzki (2): gen_stats.c: Duplicate xstats buffer for later use ematch: Fix auto-loading of ematch modules. Ilya Nelkenbaum (1): IB/core: When marshaling ucma path from user-space, clear unused fields James Hogan (1): KVM: MIPS: Fix trace event to save PC directly Jason Gerecke (1): HID: wacom: Report ABS_MISC event for Cintiq Companion Hybrid Jiri Kosina (1): HID: fixup the conflicting keyboard mappings quirk Jiri Pirko (2): team: fix possible null pointer dereference in team_handle_frame team: don't traverse port list using rcu in team_set_mac_address Jiri Slaby (1): tty: fix up atime/mtime mess, take four Johan Hovold (6): USB: mxuport: fix null deref when used as a console net: irda: fix wait_until_sent poll timeout USB: serial: fix infinite wait_until_sent timeout TTY: fix tty_wait_until_sent on 64-bit machines USB: serial: fix potential use-after-free after failed probe USB: serial: fix tty-device error handling at probe Joonsoo Kim (1): mm/compaction: fix wrong order check in compact_finished() Jouni Malinen (1): mac80211: Send EAPOL frames at lowest rate Kalle Valo (1): ath6kl: fix struct hif_scatter_req list handling Kristina Martšenko (4): iio: mxs-lradc: separate touchscreen and buffer virtual channels iio: mxs-lradc: make ADC reads not disable touchscreen interrupts iio: mxs-lradc: make ADC reads not unschedule touchscreen conversions iio: mxs-lradc: only update the buffer when its conversions have finished Lorenzo Colitti (1): net: ping: Return EAFNOSUPPORT when appropriate. Mark Glover (1): USB: ftdi_sio: add PIDs for Actisense USB devices Martin KaFai Lau (1): ipv6: fix ipv6_cow_metrics for non DST_HOST case Mathias Nyman (1): xhci: Allocate correct amount of scratchpad buffers Matthew Thode (1): net: reject creation of netdev names with colons Max Mansfield (1): usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards Michal Kubeček (1): udp: only allow UFO for packets from SOCK_DGRAM sockets Michiel vd Garde (1): USB: serial: cp210x: Adding Seletek device id's Mikulas Patocka (3): dm mirror: do not degrade the mirror on discard error dm: fix a race condition in dm_get_md dm snapshot: fix a possible invalid memory access on unload Minh Duc Tran (1): fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit. Mitko Haralanov (1): IB/qib: Do not write EEPROM Moshe Lazer (1): IB/core: Fix deadlock on uverbs modify_qp error flow Naoya Horiguchi (2): mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection mm/hugetlb: add migration entry check in __unmap_hugepage_range Nicholas Bellinger (3): target: Fix PR_APTPL_BUF_LEN buffer size limitation target: Add missing WRITE_SAME end-of-device sanity check target: Check for LBA + sectors wrap-around in sbc_parse_cdb Or Gerlitz (1): IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach Paolo Bonzini (1): KVM: emulate: fix CMPXCHG8B on 32-bit hosts Peter Ujfalusi (1): ASoC: omap-pcm: Correct dma mask Quentin Casasnovas (1): Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. Rasmus Villemoes (1): iio: imu: adis16400: Fix sign extension Roman Gushchin (2): mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() Ryusuke Konishi (1): nilfs2: fix potential memory overrun on inode Sabrina Dubroca (1): pktgen: fix UDP checksum computation Sergei Shtylyov (1): clk-gate: fix bit # check in clk_register_gate() Sergey Ryazanov (1): ath5k: fix spontaneus AR5312 freezes Soren Brinkmann (1): clk: zynq: Force CPU_2X clock to be ungated Stefan Wahren (1): iio: mxs-lradc: fix iio channel map regression Takashi Iwai (3): ALSA: pcm: Don't leave PREPARED state after draining ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec ALSA: hda - Disable runtime PM for Panther Point again Tony Battersby (1): sg: fix read() error reporting Trond Myklebust (1): NFSv4: Don't call put_rpccred() under the rcu_read_lock() Urs Fässler (1): iio: ad5686: fix optional reference voltage declaration Vineet Gupta (1): ARC: Fix KSTK_ESP() Vlastimil Babka (1): mm: when stealing freepages, also take pages created by splitting buddy page WANG Cong (1): rtnetlink: call ->dellink on failure when ->newlink exists
Attachment:
pgpZPk4mJrV1U.pgp
Description: PGP signature