Linux 3.10.7

From: Greg KH
Date: Thu Aug 15 2013 - 02:08:46 EST


I'm announcing the release of the 3.10.7 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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/mips/Kconfig | 2
arch/mips/include/asm/io.h | 5 +
arch/powerpc/Kconfig | 2
arch/powerpc/include/asm/processor.h | 4
arch/powerpc/include/asm/reg.h | 31 ++++---
arch/powerpc/include/asm/switch_to.h | 9 ++
arch/powerpc/kernel/asm-offsets.c | 3
arch/powerpc/kernel/entry_64.S | 36 ++++++--
arch/powerpc/kernel/exceptions-64s.S | 5 -
arch/powerpc/kernel/process.c | 10 ++
arch/powerpc/kernel/tm.S | 20 ++++
arch/powerpc/kernel/traps.c | 58 +++++++------
drivers/acpi/proc.c | 8 +
drivers/base/regmap/regcache.c | 3
drivers/char/virtio_console.c | 70 +++++++++++-----
drivers/cpufreq/cpufreq_conservative.c | 20 ++--
drivers/cpufreq/cpufreq_governor.c | 8 -
drivers/cpufreq/cpufreq_governor.h | 4
drivers/cpufreq/cpufreq_ondemand.c | 20 ++--
drivers/cpufreq/loongson2_cpufreq.c | 11 +-
drivers/gpu/drm/ast/ast_ttm.c | 1
drivers/gpu/drm/cirrus/cirrus_ttm.c | 1
drivers/gpu/drm/drm_irq.c | 5 -
drivers/gpu/drm/i915/i915_dma.c | 1
drivers/gpu/drm/i915/intel_pm.c | 2
drivers/gpu/drm/mgag200/mgag200_ttm.c | 1
drivers/gpu/drm/radeon/evergreen.c | 6 -
drivers/gpu/drm/radeon/ni.c | 6 -
drivers/gpu/drm/radeon/r600.c | 31 +++++--
drivers/gpu/drm/radeon/r600_hdmi.c | 12 ++
drivers/gpu/drm/radeon/radeon.h | 2
drivers/gpu/drm/radeon/radeon_asic.h | 2
drivers/gpu/drm/radeon/radeon_fence.c | 2
drivers/gpu/drm/radeon/radeon_uvd.c | 50 ++++++++---
drivers/gpu/drm/radeon/rv770.c | 7 +
drivers/gpu/drm/radeon/si.c | 9 +-
drivers/hwmon/adt7470.c | 2
drivers/i2c/busses/i2c-mxs.c | 2
drivers/media/usb/em28xx/em28xx-i2c.c | 2
drivers/mtd/nand/Kconfig | 2
drivers/scsi/megaraid/megaraid_sas_base.c | 20 +++-
drivers/scsi/nsp32.c | 2
drivers/scsi/scsi.c | 3
drivers/scsi/virtio_scsi.c | 2
drivers/staging/zcache/zcache-main.c | 6 -
drivers/staging/zram/zram_drv.c | 2
drivers/usb/core/hub.c | 5 -
fs/btrfs/tree-log.c | 5 -
fs/cifs/cifsencrypt.c | 2
fs/cifs/cifsglob.h | 1
fs/cifs/connect.c | 7 -
fs/cifs/readdir.c | 8 +
fs/cifs/sess.c | 6 -
fs/debugfs/inode.c | 69 +++++-----------
fs/ext4/extents.c | 2
fs/ext4/ialloc.c | 10 +-
fs/ext4/ioctl.c | 6 -
fs/ext4/super.c | 20 ++++
fs/lockd/clntlock.c | 13 ++-
fs/lockd/clntproc.c | 5 -
fs/reiserfs/procfs.c | 99 ++++-------------------
fs/reiserfs/super.c | 3
include/linux/ftrace_event.h | 10 +-
include/linux/regmap.h | 1
include/linux/sunrpc/sched.h | 1
kernel/trace/trace.c | 128 +++++++++++++++++++-----------
kernel/trace/trace_irqsoff.c | 4
net/sunrpc/clnt.c | 4
net/sunrpc/netns.h | 1
net/sunrpc/rpcb_clnt.c | 48 ++++++++---
sound/usb/6fire/comm.c | 38 +++++++-
sound/usb/6fire/comm.h | 2
sound/usb/endpoint.c | 13 +--
74 files changed, 633 insertions(+), 390 deletions(-)

Aaro Koskinen (1):
cpufreq: loongson2: fix regression related to clock management

Al Viro (1):
reiserfs: fix deadlock in umount

Alban Browaeys (1):
media: em28xx: fix assignment of the eeprom data

Alex Deucher (2):
drm/radeon: select audio dto based on encoder id for DCE3
drm/radeon: always program the MC on startup

Alexander Z Lam (2):
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
tracing: Fix reset of time stamps during trace_clock changes

Amit Shah (5):
virtio: console: fix race with port unplug and open/close
virtio: console: fix race in port_fops_open() and port unplug
virtio: console: clean up port data immediately at time of unplug
virtio: console: fix raising SIGIO after port unplug
virtio: console: return -ENODEV on all read operations after unplug

Andrew Vagin (1):
tracing: Fix fields of struct trace_iterator that are zeroed by mistake

Anton Blanchard (1):
powerpc: On POWERNV enable PPC_DENORMALISATION by default

Arnd Bergmann (2):
SCSI: nsp32: use mdelay instead of large udelay constants
mtd: omap2: allow bulding as a module

Asias He (1):
virtio-scsi: Fix virtqueue affinity setup

Chen Gang (1):
cifs: extend the buffer length enought for sprintf() using

Christian König (3):
drm/radeon: stop sending invalid UVD destroy msg
drm/radeon: fix halting UVD
drm/radeon: only save UVD bo when we have open handles

Clemens Ladisch (1):
ALSA: usb-audio: do not trust too-big wMaxPacketSize values

Curt Brune (1):
hwmon: (adt7470) Fix incorrect return code check

Dave Airlie (1):
drm/ast: invalidate page tables when pinning a BO

Egbert Eich (1):
drm/mgag200: Invalidate page tables when pinning a BO

Eric Sandeen (1):
ext4: destroy ext4_es_cachep on module unload

Fabio Estevam (1):
i2c: i2c-mxs: Use DMA mode even for small transfers

Greg Kroah-Hartman (1):
Linux 3.10.7

Jani Nikula (1):
drm/i915: initialize gt_lock early with other spin locks

Jeff Layton (1):
cifs: don't instantiate new dentries in readdir for inodes that need to be revalidated immediately

Josef Bacik (1):
Btrfs: release both paths before logging dir/changed extents

Julius Werner (1):
usb: core: don't try to reset_device() a port that got just disconnected

Jussi Kivilinna (1):
ALSA: 6fire: fix DMA issues with URB transfer_buffer usage

Lars-Peter Clausen (1):
regmap: cache: Make sure to sync the last register in a block

Markos Chandras (1):
MIPS: Expose missing pci_io{map,unmap} declarations

Martin K. Petersen (1):
SCSI: Don't attempt to send extended INQUIRY command if skip_vpd_pages is set

Mateusz Krawczuk (1):
regmap: Add missing header for !CONFIG_REGMAP stubs

Michael Neuling (5):
powerpc: Fix hypervisor facility unavaliable vector number
powerpc: Rework setting up H/FSCR bit definitions
powerpc: Fix context switch DSCR on POWER8
powerpc: Save the TAR register earlier
powerpc/tm: Fix context switching TAR, PPR and DSCR SPRs

Michal Srb (1):
drm/cirrus: Invalidate page tables when pinning a BO

Michel Dänzer (1):
drm: Don't pass negative delta to ktime_sub_ns()

Oleg Nesterov (1):
debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)

Piotr Sarna (2):
staging: zcache: fix "zcache=" kernel parameter
ext4: fix mount/remount error messages for incompatible mount options

Rafael J. Wysocki (1):
ACPI / PM: Walk physical_node_list under physical_node_lock

Sergey Senozhatsky (1):
zram: allow request end to coincide with disksize

Steven Rostedt (Red Hat) (1):
tracing: Use flag buffer_disabled for irqsoff tracer

Sumit.Saxena@xxxxxxx (1):
SCSI: megaraid_sas: megaraid_sas driver init fails in kdump kernel

Theodore Ts'o (4):
ext4: make sure group number is bumped after a inode allocation race
ext4: fix retry handling in ext4_ext_truncate()
ext4: allow the mount options nodelalloc and data=journal
ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT

Trond Myklebust (3):
LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargs
SUNRPC: Don't auto-disconnect from the local rpcbind socket
SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister

Viresh Kumar (1):
cpufreq: rename ignore_nice as ignore_nice_load

Yoshihiro YUNOMAE (2):
virtio/console: Quit from splice_write if pipe->nrbufs is 0
virtio/console: Add pipe_lock/unlock for splice_write

Attachment: signature.asc
Description: Digital signature