[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131113031250.GA7938@kroah.com>
Date: Wed, 13 Nov 2013 12:12:50 +0900
From: Greg KH <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc: lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.10.19
I'm announcing the release of the 3.10.19 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/arc/mm/fault.c | 6
arch/parisc/kernel/head.S | 4
arch/um/kernel/exitcode.c | 4
arch/x86/kernel/apic/x2apic_uv_x.c | 2
arch/xtensa/kernel/signal.c | 2
drivers/ata/libata-eh.c | 6
drivers/clk/versatile/clk-icst.c | 2
drivers/cpufreq/intel_pstate.c | 7
drivers/gpu/drm/drm_drv.c | 9 +
drivers/gpu/drm/radeon/atombios_encoders.c | 2
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 17 +-
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 2
drivers/md/bcache/request.c | 2
drivers/md/md.c | 5
drivers/md/raid1.c | 1
drivers/md/raid10.c | 1
drivers/md/raid5.c | 20 ++
drivers/net/can/at91_can.c | 4
drivers/net/can/flexcan.c | 14 +
drivers/net/wireless/ath/ath9k/main.c | 23 +-
drivers/net/wireless/iwlwifi/iwl-6000.c | 6
drivers/net/wireless/iwlwifi/iwl-config.h | 1
drivers/net/wireless/iwlwifi/pcie/drv.c | 10 +
drivers/net/wireless/mwifiex/main.c | 6
drivers/net/wireless/rtlwifi/rtl8192cu/trx.c | 3
drivers/ntb/ntb_hw.c | 41 ++++-
drivers/ntb/ntb_hw.h | 16 ++
drivers/ntb/ntb_regs.h | 4
drivers/ntb/ntb_transport.c | 17 --
drivers/scsi/aacraid/linit.c | 2
drivers/scsi/sd.c | 2
drivers/staging/bcm/Bcmchar.c | 1
drivers/staging/ozwpan/ozcdev.c | 3
drivers/staging/sb105x/sb_pci_mp.c | 2
drivers/staging/wlags49_h2/wl_priv.c | 9 -
drivers/target/target_core_pscsi.c | 8 -
drivers/uio/uio.c | 41 +++--
drivers/usb/core/quirks.c | 6
drivers/usb/serial/ftdi_sio.c | 1
drivers/usb/serial/ftdi_sio_ids.h | 6
drivers/usb/serial/option.c | 216 +++++++++++++++++++++++++++
drivers/usb/storage/scsiglue.c | 5
drivers/usb/storage/unusual_devs.h | 7
drivers/vhost/scsi.c | 2
drivers/video/au1100fb.c | 28 ---
drivers/video/au1200fb.c | 27 ---
fs/ecryptfs/keystore.c | 3
fs/jfs/jfs_inode.c | 3
fs/seq_file.c | 2
include/linux/usb_usual.h | 4
include/uapi/drm/drm_mode.h | 2
kernel/cgroup.c | 6
kernel/time/clockevents.c | 65 ++++++--
lib/scatterlist.c | 3
mm/huge_memory.c | 70 ++++++--
mm/memory.c | 54 ++----
mm/migrate.c | 19 +-
mm/mprotect.c | 2
mm/pagewalk.c | 2
mm/vmalloc.c | 6
net/mac80211/cfg.c | 2
net/mac80211/ieee80211_i.h | 3
net/mac80211/rx.c | 3
net/mac80211/scan.c | 19 ++
net/mac80211/status.c | 3
net/mac80211/tx.c | 3
net/mac80211/util.c | 4
net/wireless/ibss.c | 3
scripts/kallsyms.c | 12 +
scripts/link-vmlinux.sh | 2
sound/core/pcm.c | 4
sound/pci/hda/hda_codec.c | 4
sound/pci/hda/hda_generic.c | 4
sound/pci/hda/patch_realtek.c | 1
sound/soc/codecs/wm_hubs.c | 1
sound/soc/soc-dapm.c | 2
77 files changed, 680 insertions(+), 236 deletions(-)
Aaron Lu (1):
SCSI: sd: call blk_pm_runtime_init before add_disk
Al Viro (2):
au1100fb: VM_IO is set by io_remap_pfn_range()
au1200fb: io_remap_pfn_range() sets VM_IO
Alex Deucher (1):
drm/radeon/atom: workaround vbios bug in transmitter table on rs780
Amitkumar Karwar (1):
mwifiex: fix SDIO interrupt lost issue
Anjana V Kumar (1):
cgroup: fix to break the while loop in cgroup_attach_task() correctly
Baruch Siach (1):
xtensa: don't use alternate signal stack on threads
Bian Yu (1):
md: avoid deadlock when md_set_badblocks.
Bruno Randolf (1):
cfg80211: fix warning when using WEXT for IBSS
Chen LinX (1):
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chris Wilson (2):
drm: Prevent overwriting from userspace underallocating core ioctl structs
drm: Pad drm_mode_get_connector to 64-bit boundary
Dan Carpenter (6):
staging: ozwpan: prevent overflow in oz_cdev_write()
Staging: bcm: info leak in ioctl
Staging: sb105x: info leak in mp_get_count()
staging: wlags49_h2: buffer overflow setting station name
uml: check length in exitcode_proc_write()
aacraid: missing capable() check in compat ioctl
Dave Kleikamp (1):
jfs: fix error path in ialloc
Dirk Brandewie (1):
cpufreq / intel_pstate: Fix max_perf_pct on resume
Emmanuel Grumbach (2):
mac80211: correctly close cancelled scans
iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 series
Fangxiaozhi (Franko) (1):
USB: support new huawei devices in option.c
Felix Fietkau (4):
mac80211: drop spoofed packets in ad-hoc mode
mac80211: use sta_info_get_bss() for nl80211 tx and client probing
mac80211: update sta->last_rx on acked tx frames
ath9k: fix tx queue scheduling after channel changes
Geyslan G. Bem (1):
ecryptfs: Fix memory leakage in keystore.c
Greg Kroah-Hartman (1):
Linux 3.10.19
Gu Zheng (1):
seq_file: always update file->f_pos in seq_lseek()
Gwendal Grignou (1):
libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures
Helge Deller (1):
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
Johannes Berg (1):
mac80211: fix crash if bitrate calculation goes wrong
Jon Mason (4):
NTB: Add Error Handling in ntb_device_setup
NTB: Correct Number of Scratch Pad Registers
NTB: Correct USD/DSD Identification
NTB: Correct debugfs to work with more than 1 NTB Device
Jonathan Austin (1):
clk: fixup argument order when setting VCO parameters
Kent Overstreet (1):
bcache: Fixed incorrect order of arguments to bio_alloc_bioset()
Linus Torvalds (1):
Fix a few incorrectly checked [io_]remap_pfn_range() calls
Lukasz Dorau (1):
md: Fix skipping recovery for read-only arrays.
Marc Kleine-Budde (3):
can: at91-can: fix device to driver data mapping for platform devices
can: flexcan: fix mx28 detection by rearanging OF match table
can: flexcan: flexcan_chip_start: fix regression, mark one MB for TX and abort pending TX
Mark Cave-Ayland (1):
rtlwifi: rtl8192cu: Fix error in pointer arithmetic
Mel Gorman (6):
mm: numa: Do not account for a hinting fault if we raced
mm: Wait for THP migrations to complete during NUMA hinting faults
mm: Prevent parallel splits during THP migration
mm: numa: Sanitize task_numa_fault() callsites
mm: Close races between THP migration and PMD numa clearing
mm: Account for a THP NUMA hinting update as one PTE update
Ming Lei (2):
scripts/kallsyms: filter symbols not in kernel address space
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Nicholas Bellinger (1):
vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
Oliver Neukum (3):
usb-storage: add quirk for mandatory READ_CAPACITY_16
USB: quirks.c: add one device that cannot deal with suspension
USB: quirks: add touchscreen that is dazzeled by remote wakeup
Russ Anderson (1):
x86: Update UV3 hub revision ID
Russell King (1):
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
Shaohua Li (2):
raid5: set bio bi_vcnt 0 for discard request
raid5: avoid finding "discard" stripe
Takashi Iwai (5):
ALSA: hda - Add missing initial vmaster hook at build_controls callback
ALSA: hda - Fix unbalanced runtime PM refcount after S3/S4
ALSA: hda - Add a fixup for ASUS N76VZ
ASoC: wm_hubs: Add missing break in hp_supply_event()
ASoC: dapm: Fix source list debugfs outputs
Thomas Gleixner (1):
clockevents: Sanitize ticks to nsec conversion
Thomas Hellstrom (2):
drm/vmwgfx: Don't put resources with invalid id's on lru list
drm/vmwgfx: Don't kill clients on VT switch
Uwe Kleine-König (2):
mm: make generic_access_phys available for modules
uio: provide vm access to UIO_MEM_PHYS maps
Vineet Gupta (1):
ARC: Incorrect mm reference used in vmalloc fault handler
Wei Yongjun (1):
target/pscsi: fix return value check
Zhang Yanfei (1):
mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()
Алексей Крамаренко (1):
USB: serial: ftdi_sio: add id for Z3X Box device
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists