From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.10.48
Date: Wed, 9 Jul 2014 12:36:53 -0700 [thread overview]
Message-ID: <20140709193653.GA16367@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 7854 bytes --]
I'm announcing the release of the 3.10.48 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/arm/mach-omap2/mux.c | 6 +-
arch/arm64/kernel/entry.S | 1
arch/unicore32/mm/alignment.c | 1
arch/x86/include/asm/kvm_host.h | 4 -
drivers/block/rbd.c | 19 +++++++
drivers/gpu/drm/radeon/atombios_crtc.c | 48 ++++++++++--------
drivers/gpu/drm/radeon/atombios_dp.c | 17 +++++-
drivers/gpu/drm/radeon/atombios_encoders.c | 5 +
drivers/gpu/drm/radeon/radeon_connectors.c | 2
drivers/gpu/drm/radeon/radeon_cs.c | 6 ++
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 1
drivers/hwmon/ina2xx.c | 7 +-
drivers/iio/inkern.c | 6 +-
drivers/irqchip/spear-shirq.c | 2
drivers/md/dm-thin.c | 3 -
drivers/md/md.c | 13 +++++
drivers/mmc/host/rtsx_pci_sdmmc.c | 3 +
drivers/mtd/nand/fsl_elbc_nand.c | 14 +++++
drivers/mtd/nand/omap2.c | 2
drivers/net/wireless/b43/xmit.c | 10 ++-
drivers/net/wireless/iwlwifi/pcie/trans.c | 26 ++++++----
drivers/net/wireless/rt2x00/rt2500pci.c | 7 ++
drivers/net/wireless/rt2x00/rt2x00.h | 1
drivers/net/wireless/rt2x00/rt2x00dev.c | 24 ++++++++-
drivers/net/wireless/rt2x00/rt2x00mac.c | 2
drivers/scsi/ibmvscsi/ibmvscsi.c | 13 ++++-
drivers/scsi/sym53c8xx_2/sym_hipd.c | 4 +
drivers/scsi/virtio_scsi.c | 26 +++++++++-
drivers/tty/serial/8250/8250_dw.c | 74 ++++++++++++++++++++++-------
drivers/usb/gadget/f_fs.c | 12 ++--
drivers/usb/host/xhci-ring.c | 2
drivers/usb/host/xhci.c | 10 ++-
drivers/usb/serial/ftdi_sio.c | 7 +-
drivers/usb/serial/option.c | 26 +++++++---
drivers/video/fb-puv3.c | 2
fs/cifs/cifs_unicode.c | 7 +-
fs/ext4/indirect.c | 20 ++++++-
fs/nfsd/nfs4proc.c | 9 ---
fs/nfsd/nfs4xdr.c | 13 ++++-
kernel/trace/trace.c | 2
mm/hugetlb.c | 71 ++++++++++++++++-----------
mm/mempolicy.c | 46 +++++++-----------
net/bluetooth/hci_conn.c | 2
net/bluetooth/hci_event.c | 7 +-
net/bluetooth/mgmt.c | 7 ++
net/mac80211/debugfs_netdev.c | 6 --
net/mac80211/sta_info.c | 1
sound/usb/pcm.c | 3 -
tools/usb/ffs-test.c | 4 -
50 files changed, 429 insertions(+), 177 deletions(-)
Adam Thomson (1):
iio: of_iio_channel_get_by_name() returns non-null pointers for error legs
Alex Deucher (4):
drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi
drm/radeon: fix typo in radeon_connector_is_dp12_capable()
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
drm/radeon/atom: fix dithering on certain panels
Alex Elder (1):
rbd: use reference counts for image requests
Arik Nemtsov (1):
mac80211: don't check netdev state for debugfs read/write
Bjørn Mork (1):
usb: option: add/modify Olivetti Olicard modems
Brian King (2):
ibmvscsi: Abort init sequence during error recovery
ibmvscsi: Add memory barriers for send / receive
Chen Gang (1):
arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error
ChiaHao (1):
arm64: Bug fix in stack alignment exception
David R. Piegdon (1):
ARM: OMAP2+: Fix parser-bug in platform muxing code
Emmanuel Grumbach (1):
iwlwifi: pcie: try to get ownership several times
Fabio Baltieri (1):
hwmon: (ina2xx) Cast to s16 on shunt and current regs
Felix Fietkau (1):
mac80211: fix a memory leak on sta rate selection table
Greg Kroah-Hartman (1):
Linux 3.10.48
Hugh Dickins (1):
mm: fix crashes from mbind() merging vmas
Ilya Dryomov (1):
rbd: handle parent_overlap on writes correctly
J. Bruce Fields (1):
nfsd: fix rare symlink decoding bug
James Hogan (1):
serial: 8250_dw: Fix LCR workaround regression
Jan Kara (2):
ext4: Fix buffer double free in ext4_alloc_branch()
ext4: Fix hole punching for files with indirect blocks
Johan Hedberg (3):
Bluetooth: Fix SSP acceptor just-works confirmation without MITM
Bluetooth: Fix check for connection encryption
Bluetooth: Fix locking of hdev when calling into SMP code
Johan Hovold (1):
USB: ftdi_sio: fix null deref at port probe
Lukas Czerner (1):
dm thin: update discard_granularity to reflect the thin-pool blocksize
Marek Olšák (1):
drm/radeon: don't allow RADEON_GEM_DOMAIN_CPU for command submission
Mathias Nyman (1):
xhci: correct burst count field for isoc transfers on 1.0 xhci hosts
Michal Nazarewicz (2):
usb: gadget: f_fs: fix NULL pointer dereference when there are no strings
tools: ffs-test: fix header values endianess
Micky Ching (1):
mmc: rtsx: add R1-no-CRC mmc command type handle
Mikulas Patocka (1):
sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue
Nadav Amit (1):
KVM: x86: Increase the number of fixed MTRR regs to 10
Naoya Horiguchi (1):
hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry
NeilBrown (1):
md: flush writes before starting a recovery.
Oliver Neukum (1):
USB: option: add device ID for SpeedUp SU9800 usb 3g modem
Paolo Bonzini (3):
virtio-scsi: avoid cancelling uninitialized work items
virtio-scsi: fix various bad behavior on aborted requests
KVM: x86: preserve the high 32-bits of the PAT register
Pekon Gupta (1):
mtd: eLBC NAND: fix subpage write support
Rafał Miłecki (1):
b43: fix frequency reported on G-PHY with /new/ firmware
Sander Eikelenboom (1):
ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined
Stanislaw Gruszka (2):
rt2x00: disable TKIP on USB
rt2x00: fix rfkill regression on rt2500pci
Steve French (1):
CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option
Steven Rostedt (Red Hat) (1):
tracing: Remove ftrace_stop/start() from reading the trace file
Thomas Gleixner (1):
irqchip: spear_shirq: Fix interrupt offset
Thomas Hellstrom (1):
drm/vmwgfx: Fix incorrect write to read-only register v2:
Tim Gardner (1):
ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()
Tim Kryger (2):
serial: 8250_dw: Report CTS asserted for auto flow
serial: 8250_dw: Improve unwritable LCR workaround
Wang, Yu (1):
xhci: Fix runtime suspended xhci from blocking system suspend.
Zhichuang SUN (1):
drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap
pekon gupta (1):
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-07-09 19:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-09 19:36 Greg KH [this message]
2014-07-09 19:37 ` Linux 3.10.48 Greg KH
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=20140709193653.GA16367@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.