LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, satoru.takeuchi@gmail.com,
shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.10 00/62] 3.10.72-stable review
Date: Mon, 16 Mar 2015 15:09:17 +0100 [thread overview]
Message-ID: <20150316140933.139548981@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.10.72 release.
There are 62 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Wed Mar 18 14:09:11 UTC 2015.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.72-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 3.10.72-rc1
Sergey Ryazanov <ryazanov.s.a@gmail.com>
ath5k: fix spontaneus AR5312 freezes
Chris Wilson <chris@chris-wilson.co.uk>
ACPI / video: Load the module even if ACPI is disabled
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: fix 1 RB harvest config setup for TN/RL
Fernando Soto <fsoto@bluecatnetworks.com>
Drivers: hv: vmbus: incorrect device name is printed when child device is unregistered
Jiri Kosina <jkosina@suse.cz>
HID: fixup the conflicting keyboard mappings quirk
David Herrmann <dh.herrmann@gmail.com>
HID: input: fix confusion on conflicting mappings
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: cb_pcidas64: fix incorrect AI range code handling
Mikulas Patocka <mpatocka@redhat.com>
dm snapshot: fix a possible invalid memory access on unload
Mikulas Patocka <mpatocka@redhat.com>
dm: fix a race condition in dm_get_md
Darrick J. Wong <darrick.wong@oracle.com>
dm io: reject unsupported DISCARD requests with EOPNOTSUPP
Mikulas Patocka <mpatocka@redhat.com>
dm mirror: do not degrade the mirror on discard error
Ian Abbott <abbotti@mev.co.uk>
staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back
Chen-Yu Tsai <wens@csie.org>
clk: sunxi: Support factor clocks with N factor starting not from 0
Minh Duc Tran <MinhDuc.Tran@Emulex.Com>
fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
nilfs2: fix potential memory overrun on inode
Mitko Haralanov <mitko.haralanov@intel.com>
IB/qib: Do not write EEPROM
Tony Battersby <tonyb@cybernetics.com>
sg: fix read() error reporting
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec
Takashi Iwai <tiwai@suse.de>
ALSA: pcm: Don't leave PREPARED state after draining
Jiri Slaby <jslaby@suse.cz>
tty: fix up atime/mtime mess, take four
Al Viro <viro@ZenIV.linux.org.uk>
sunrpc: fix braino in ->poll()
Al Viro <viro@zeniv.linux.org.uk>
procfs: fix race between symlink removals and traversals
Al Viro <viro@zeniv.linux.org.uk>
debugfs: leave freeing a symlink body until inode eviction
Al Viro <viro@zeniv.linux.org.uk>
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Johan Hovold <johan@kernel.org>
USB: serial: fix potential use-after-free after failed probe
Johan Hovold <johan@kernel.org>
TTY: fix tty_wait_until_sent on 64-bit machines
Johan Hovold <johan@kernel.org>
USB: serial: fix infinite wait_until_sent timeout
Johan Hovold <johan@kernel.org>
net: irda: fix wait_until_sent poll timeout
Aleksander Morgado <aleksander@aleksander.es>
xhci: fix reporting of 0-sized URBs in control endpoint
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: Allocate correct amount of scratchpad buffers
Max Mansfield <max.m.mansfield@gmail.com>
usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards
Alan Stern <stern@rowland.harvard.edu>
USB: usbfs: don't leak kernel data in siginfo
Michiel vd Garde <mgparser@gmail.com>
USB: serial: cp210x: Adding Seletek device id's
James Hogan <james.hogan@imgtec.com>
KVM: MIPS: Fix trace event to save PC directly
Paolo Bonzini <pbonzini@redhat.com>
KVM: emulate: fix CMPXCHG8B on 32-bit hosts
Quentin Casasnovas <quentin.casasnovas@oracle.com>
Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.
Filipe Manana <fdmanana@suse.com>
Btrfs: fix data loss in the fast fsync path
David Sterba <dsterba@suse.cz>
btrfs: fix lost return value due to variable shadowing
Rasmus Villemoes <linux@rasmusvillemoes.dk>
iio: imu: adis16400: Fix sign extension
Andy Lutomirski <luto@amacapital.net>
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Michael Scott <michael.scott@linaro.org>
PM / QoS: remove duplicate call to pm_qos_update_target
Nicholas Bellinger <nab@linux-iscsi.org>
target: Check for LBA + sectors wrap-around in sbc_parse_cdb
Grazvydas Ignotas <notasas@gmail.com>
mm/memory.c: actually remap enough memory
Joonsoo Kim <iamjoonsoo.kim@lge.com>
mm/compaction: fix wrong order check in compact_finished()
Roman Gushchin <klamm@yandex-team.ru>
mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()
Roman Gushchin <klamm@yandex-team.ru>
mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
mm/hugetlb: add migration entry check in __unmap_hugepage_range
Jiri Pirko <jiri@resnulli.us>
team: don't traverse port list using rcu in team_set_mac_address
Michal Kubeček <mkubecek@suse.cz>
udp: only allow UFO for packets from SOCK_DGRAM sockets
Ben Shelton <ben.shelton@ni.com>
usb: plusb: Add support for National Instruments host-to-host cable
Eric Dumazet <edumazet@google.com>
macvtap: make sure neighbour code can push ethernet header
Catalin Marinas <catalin.marinas@arm.com>
net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg
Jiri Pirko <jiri@resnulli.us>
team: fix possible null pointer dereference in team_handle_frame
Matthew Thode <mthode@mthode.org>
net: reject creation of netdev names with colons
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
ematch: Fix auto-loading of ematch modules.
Guenter Roeck <linux@roeck-us.net>
net: phy: Fix verification of EEE support in phy_init_eee
Alexander Drozdov <al.drozdov@gmail.com>
ipv4: ip_check_defrag should not assume that skb_network_offset is zero
Alexander Drozdov <al.drozdov@gmail.com>
ipv4: ip_check_defrag should correctly check return value of skb_copy_bits
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
gen_stats.c: Duplicate xstats buffer for later use
WANG Cong <xiyou.wangcong@gmail.com>
rtnetlink: call ->dellink on failure when ->newlink exists
Martin KaFai Lau <kafai@fb.com>
ipv6: fix ipv6_cow_metrics for non DST_HOST case
Daniel Borkmann <daniel@iogearbox.net>
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
-------------
Diffstat:
Makefile | 4 +-
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/sunxi/clk-factors.c | 2 +-
drivers/clk/sunxi/clk-factors.h | 1 +
drivers/gpu/drm/radeon/ni.c | 8 +-
drivers/hid/hid-input.c | 17 +++
drivers/hv/vmbus_drv.c | 8 +-
drivers/iio/imu/adis16400_core.c | 3 +-
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/md/dm-io.c | 6 +
drivers/md/dm-raid1.c | 9 ++
drivers/md/dm-snap.c | 4 +-
drivers/md/dm.c | 27 ++--
drivers/net/macvtap.c | 7 +-
drivers/net/phy/phy.c | 24 +++-
drivers/net/team/team.c | 10 +-
drivers/net/usb/plusb.c | 5 +
drivers/net/wireless/ath/ath5k/reset.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/target/target_core_sbc.c | 3 +-
drivers/tty/tty_io.c | 4 +-
drivers/tty/tty_ioctl.c | 12 +-
drivers/usb/core/devio.c | 2 +
drivers/usb/host/xhci-ring.c | 10 +-
drivers/usb/host/xhci.h | 8 +-
drivers/usb/serial/bus.c | 2 +-
drivers/usb/serial/cp210x.c | 2 +
drivers/usb/serial/ftdi_sio.c | 2 +
drivers/usb/serial/ftdi_sio_ids.h | 3 +
drivers/usb/serial/generic.c | 5 +-
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/nilfs2/btree.c | 47 ++++++-
fs/proc/generic.c | 12 --
fs/proc/inode.c | 21 ++++
fs/proc/internal.h | 1 +
kernel/power/qos.c | 6 -
mm/compaction.c | 2 +-
mm/hugetlb.c | 5 +-
mm/memory.c | 2 +-
mm/mmap.c | 4 +-
mm/nommu.c | 4 +-
net/compat.c | 9 --
net/core/dev.c | 2 +-
net/core/gen_stats.c | 15 ++-
net/core/rtnetlink.c | 24 ++--
net/ipv4/ip_fragment.c | 11 +-
net/ipv4/ip_output.c | 3 +-
net/ipv6/ip6_output.c | 3 +-
net/ipv6/route.c | 2 +-
net/irda/ircomm/ircomm_tty.c | 4 +-
net/sched/ematch.c | 1 +
net/sunrpc/cache.c | 2 +-
sound/core/pcm_native.c | 2 +
sound/pci/hda/patch_sigmatel.c | 17 ++-
70 files changed, 438 insertions(+), 447 deletions(-)
next reply other threads:[~2015-03-16 14:43 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-16 14:09 Greg Kroah-Hartman [this message]
2015-03-16 14:09 ` [PATCH 3.10 01/62] rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 02/62] ipv6: fix ipv6_cow_metrics for non DST_HOST case Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 03/62] rtnetlink: call ->dellink on failure when ->newlink exists Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 05/62] ipv4: ip_check_defrag should correctly check return value of skb_copy_bits Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 06/62] ipv4: ip_check_defrag should not assume that skb_network_offset is zero Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 07/62] net: phy: Fix verification of EEE support in phy_init_eee Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 09/62] net: reject creation of netdev names with colons Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 10/62] team: fix possible null pointer dereference in team_handle_frame Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 11/62] net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 12/62] macvtap: make sure neighbour code can push ethernet header Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 13/62] usb: plusb: Add support for National Instruments host-to-host cable Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 14/62] udp: only allow UFO for packets from SOCK_DGRAM sockets Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 15/62] team: dont traverse port list using rcu in team_set_mac_address Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 16/62] mm/hugetlb: add migration entry check in __unmap_hugepage_range Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 17/62] mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 18/62] mm/nommu.c: " Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 19/62] mm/compaction: fix wrong order check in compact_finished() Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 20/62] mm/memory.c: actually remap enough memory Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 21/62] target: Check for LBA + sectors wrap-around in sbc_parse_cdb Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 22/62] PM / QoS: remove duplicate call to pm_qos_update_target Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 23/62] x86/asm/entry/64: Remove a bogus ret_from_fork optimization Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 24/62] iio: imu: adis16400: Fix sign extension Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 25/62] btrfs: fix lost return value due to variable shadowing Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 26/62] Btrfs: fix data loss in the fast fsync path Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 27/62] Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 28/62] KVM: emulate: fix CMPXCHG8B on 32-bit hosts Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 29/62] KVM: MIPS: Fix trace event to save PC directly Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 30/62] USB: serial: cp210x: Adding Seletek device ids Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 31/62] USB: usbfs: dont leak kernel data in siginfo Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 32/62] usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boards Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 33/62] xhci: Allocate correct amount of scratchpad buffers Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 34/62] xhci: fix reporting of 0-sized URBs in control endpoint Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 35/62] net: irda: fix wait_until_sent poll timeout Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 36/62] USB: serial: fix infinite wait_until_sent timeout Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 37/62] TTY: fix tty_wait_until_sent on 64-bit machines Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 38/62] USB: serial: fix potential use-after-free after failed probe Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 39/62] autofs4 copy_dev_ioctl(): keep the value of ->size wed used for allocation Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 40/62] debugfs: leave freeing a symlink body until inode eviction Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 41/62] procfs: fix race between symlink removals and traversals Greg Kroah-Hartman
2015-03-16 14:09 ` [PATCH 3.10 42/62] sunrpc: fix braino in ->poll() Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 43/62] tty: fix up atime/mtime mess, take four Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 44/62] ALSA: pcm: Dont leave PREPARED state after draining Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 45/62] ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codec Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 46/62] sg: fix read() error reporting Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 47/62] IB/qib: Do not write EEPROM Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 48/62] nilfs2: fix potential memory overrun on inode Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 49/62] fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 50/62] clk: sunxi: Support factor clocks with N factor starting not from 0 Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 51/62] staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 52/62] dm mirror: do not degrade the mirror on discard error Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 53/62] dm io: reject unsupported DISCARD requests with EOPNOTSUPP Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 54/62] dm: fix a race condition in dm_get_md Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 55/62] dm snapshot: fix a possible invalid memory access on unload Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 56/62] staging: comedi: cb_pcidas64: fix incorrect AI range code handling Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 57/62] HID: input: fix confusion on conflicting mappings Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 58/62] HID: fixup the conflicting keyboard mappings quirk Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 60/62] drm/radeon: fix 1 RB harvest config setup for TN/RL Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 61/62] ACPI / video: Load the module even if ACPI is disabled Greg Kroah-Hartman
2015-03-16 14:10 ` [PATCH 3.10 62/62] ath5k: fix spontaneus AR5312 freezes Greg Kroah-Hartman
2015-03-16 19:57 ` [PATCH 3.10 00/62] 3.10.72-stable review Guenter Roeck
2015-03-17 17:01 ` Masanari Iida
2015-03-17 20:44 ` Greg Kroah-Hartman
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=20150316140933.139548981@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=satoru.takeuchi@gmail.com \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--subject='Re: [PATCH 3.10 00/62] 3.10.72-stable review' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).