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.4 00/88] 3.4.93-stable review
Date: Mon, 9 Jun 2014 17:24:10 -0700 [thread overview]
Message-ID: <20140610002424.500996570@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.4.93 release.
There are 88 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 Thu Jun 12 00:24:06 UTC 2014.
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.4.93-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.4.93-rc1
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back.
zhenzhong.duan <zhenzhong.duan@oracle.com>
xen: populate correct number of pages when across mem boundary (v2)
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/balloon: Subtract from xen_released_pages the count that is populated.
David Vrabel <dvrabel@cantab.net>
xen/setup: update VA mapping when releasing memory during setup
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/setup: Combine the two hypercall functions - since they are quite similar.
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: An early bootup variant of set_phys_to_machine
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: Collapse early_alloc_p2m_middle redundant checks.
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: Allow alloc_p2m_middle to call reserve_brk depending on argument
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/p2m: Move code around to allow for better re-usage.
Ley Foon Tan <lftan@altera.com>
tty/serial: Add support for Altera serial port
Stephen Hurd <shurd@broadcom.com>
8250/16?50: Add support for Broadcom TruManage redirected serial port
Scott Ashcroft <scott.ashcroft@talk21.com>
Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards
Ilya Zykov <ilya@ilyx.ru>
tty: Correct tty buffer flush.
Johan Hovold <jhovold@gmail.com>
serial: pch_uart: fix tty-kref leak in rx-error path
Johan Hovold <jhovold@gmail.com>
serial: pch_uart: fix tty-kref leak in dma-rx path
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping
Hannes Reinecke <hare@suse.de>
target: use correct sense code for LUN communication failure
Nicholas Bellinger <nab@linux-iscsi.org>
target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits
Wei Yongjun <yongjun_wei@trendmicro.com.cn>
target/pscsi: fix return value check
Roland Dreier <roland@purestorage.com>
iscsi-target: Always send a response before terminating iSCSI connection
Mike Miller <mike.miller@hp.com>
hpsa: gen8plus Smart Array IDs
Reddy, Sreekanth <Sreekanth.Reddy@lsi.com>
mpt2sas: Fix for issue Missing delay not getting set during system bootup
Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
mpt2sas: Fix for device scan following host reset could get stuck in a infinite loop
Jeff Skirvin <jeffrey.d.skirvin@intel.com>
isci: Fix a race condition in the SSP task management path
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: check passed socket's net matches NFSd superblock's one
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: containerize NFSd filesystem
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass proper net to nfsd_destroy() from NFSd kthreads
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to __write_ports() and down
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to nfsd_set_nrthreads()
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to nfsd_svc()
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to nfsd_create_serv()
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to nfsd_startup() and nfsd_shutdown()
Stanislav Kinsbursky <skinsbursky@parallels.com>
nfsd: pass net to nfsd_init_socks()
Amit Shah <amit.shah@redhat.com>
virtio: console: add locking around c_ovq operations
Amit Shah <amit.shah@redhat.com>
virtio: console: rename cvq_lock to c_ivq_lock
Michael S. Tsirkin <mst@redhat.com>
virtio_console: fix uapi header
Alexander Graf <agraf@suse.de>
virtio-blk: Don't free ida when disk is in use
Will Deacon <will.deacon@arm.com>
virtio: 9p: correctly pass physical address to userspace for high pages
Will Deacon <will.deacon@arm.com>
mm: highmem: export kmap_to_page for modules
Ben Hutchings <ben@decadent.org.uk>
mm: add kmap_to_page()
Asias He <asias@redhat.com>
virtio-blk: Reset device after blk_cleanup_queue()
Asias He <asias@redhat.com>
virtio-blk: Call del_gendisk() before disable guest kick
Asias He <asias@redhat.com>
virtio-blk: Fix hot-unplug race in remove method
Asias He <asias@redhat.com>
virtio_blk: Drop unused request tracking list
Raphael Kubo da Costa <rakuco@FreeBSD.org>
Bluetooth: Add support for BCM20702A0 [0b05, 17cb]
Peng Chen <pengchen@qti.qualcomm.com>
Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.
AceLan Kao <acelan.kao@canonical.com>
Bluetooth: Add support for Atheros [0cf3:e003]
AceLan Kao <acelan.kao@canonical.com>
Bluetooth: Add support for Atheros [0cf3:3121]
Sujith Manoharan <sujith@msujith.org>
Bluetooth: ath3k: Add support for ID 0x13d3/0x3402
Thomas Loo <tloo@saltstorm.net>
Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330]
Cho, Yu-Chen <acho@suse.com>
Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]
Noguchi Kazutosi <linux@scaltinof.net>
Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d]
Sunguk Lee <d3m3vilurr@gmail.com>
Bluetooth: Device 0cf3:3008 should map AR 3012
Josh Boyer <jwboyer@redhat.com>
Bluetooth: Add support for atheros 04ca:3004 device to ath3k
Sergio Cambra <sergio@programatica.es>
Bluetooth device 04ca:3008 should use ath3k
AceLan Kao <acelan.kao@canonical.com>
Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]
AceLan Kao <acelan.kao@canonical.com>
Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]
Daniel Schaal <farbing@web.de>
Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k.
AceLan Kao <acelan.kao@canonical.com>
Bluetooth: Add support for IMC Networks [13d3:3393]
Jeff Cook <jeff@deserettechnology.com>
Bluetooth: Add support for BCM20702A0 [0b05, 17b5]
Jaroslav Resler <resler@cs.cas.cz>
Bluetooth: Add support for BCM20702A0 [04ca, 2003]
Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn
Yevgeniy Melnichuk <yevgeniy.melnichuk@googlemail.com>
Bluetooth: Add support for Sony Vaio T-Series
Michael Gruetzner <mgruetzn@gmx.de>
Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C
Peng Chen <pengchen@qca.qualcomm.com>
Bluetooth: add support for atheros 0489:e057
Giancarlo Formicuccia <giancarlo.formicuccia@gmail.com>
Bluetooth: add support for atheros 0930:0219
Marek Vasut <marex@denx.de>
Bluetooth: Support AR3011 in Acer Iconia Tab W500
Jaganath Kanakkassery <jaganath.k@samsung.com>
Bluetooth: Fix invalid length check in l2cap_information_rsp()
Johan Hedberg <johan.hedberg@intel.com>
Bluetooth: Fix missing length checks for L2CAP signalling PDUs
Andrey Ryabinin <a.ryabinin@samsung.com>
mm: rmap: fix use-after-free in __put_anon_vma
Alan Stern <stern@rowland.harvard.edu>
USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume
Johan Hovold <jhovold@gmail.com>
USB: io_ti: fix firmware download on big-endian machines (part 2)
Alexej Starschenko <starschenko@gmail.com>
USB: serial: option: add support for Novatel E371 PCIe card
George McCollister <george.mccollister@gmail.com>
USB: ftdi_sio: add NovaTech OrionLXm product ID
Takashi Iwai <tiwai@suse.de>
ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup
Ronan Marquet <ronan.marquet@orange.fr>
ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop
Ben Hutchings <ben@decadent.org.uk>
Staging: speakup: Move pasting into a work item
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: delete endpoints from bandwidth list before freeing whole device
NeilBrown <neilb@suse.de>
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
Lai Jiangshan <laijs@cn.fujitsu.com>
sched: Fix hotplug vs. set_cpus_allowed_ptr()
Andrey Ryabinin <a.ryabinin@samsung.com>
ARM: 8051/1: put_user: fix possible data corruption in put_user
Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
mm/memory-failure.c: fix memory leak by race between poison and unpoison
Peter Zijlstra <peterz@infradead.org>
perf: Fix race in removing an event
Peter Zijlstra <peterz@infradead.org>
perf: Limit perf_event_attr::sample_period to 63 bits
Jiri Olsa <jolsa@redhat.com>
perf: Prevent false warning in perf_swevent_add
Steven Rostedt (Red Hat) <rostedt@goodmis.org>
sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check
-------------
Diffstat:
.../devicetree/bindings/tty/serial/of-serial.txt | 3 +
Makefile | 4 +-
arch/arm/include/asm/uaccess.h | 3 +-
arch/x86/include/asm/xen/page.h | 1 +
arch/x86/xen/enlighten.c | 1 -
arch/x86/xen/mmu.c | 23 ---
arch/x86/xen/p2m.c | 198 ++++++++++++++++-----
arch/x86/xen/setup.c | 159 ++++++++++++++---
arch/x86/xen/xen-ops.h | 1 -
drivers/block/virtio_blk.c | 20 +--
drivers/bluetooth/ath3k.c | 39 ++++
drivers/bluetooth/btusb.c | 28 ++-
drivers/char/virtio_console.c | 22 ++-
drivers/md/md.c | 4 +-
drivers/scsi/hpsa.c | 32 +++-
drivers/scsi/isci/task.c | 9 +-
drivers/scsi/mpt2sas/mpt2sas_base.c | 13 +-
drivers/scsi/mpt2sas/mpt2sas_base.h | 3 +
drivers/scsi/mpt2sas/mpt2sas_scsih.c | 126 ++++++++++++-
drivers/staging/speakup/main.c | 1 +
drivers/staging/speakup/selection.c | 38 +++-
drivers/staging/speakup/speakup.h | 1 +
drivers/target/iscsi/iscsi_target_login.c | 8 +-
drivers/target/iscsi/iscsi_target_nego.c | 10 +-
drivers/target/target_core_alua.c | 6 +-
drivers/target/target_core_file.c | 9 +-
drivers/target/target_core_pscsi.c | 8 +-
drivers/target/target_core_transport.c | 5 +-
drivers/tty/serial/8250/8250.c | 36 +++-
drivers/tty/serial/8250/8250.h | 1 +
drivers/tty/serial/8250/8250_pci.c | 55 ++++--
drivers/tty/serial/of_serial.c | 6 +
drivers/tty/serial/pch_uart.c | 5 +-
drivers/tty/tty_buffer.c | 11 +-
drivers/usb/core/driver.c | 9 +-
drivers/usb/core/hub.c | 15 +-
drivers/usb/host/xhci-mem.c | 20 +--
drivers/usb/serial/ftdi_sio.c | 2 +
drivers/usb/serial/ftdi_sio_ids.h | 5 +
drivers/usb/serial/io_ti.c | 2 +-
drivers/usb/serial/io_usbvend.h | 2 +-
drivers/usb/serial/option.c | 2 +
fs/nfsd/nfsctl.c | 62 +++++--
fs/nfsd/nfsd.h | 6 +-
fs/nfsd/nfssvc.c | 41 +++--
include/linux/highmem.h | 7 +
include/linux/pci_ids.h | 1 +
include/linux/serial_core.h | 6 +-
include/linux/sunrpc/svcsock.h | 1 +
include/linux/virtio_console.h | 2 +-
kernel/cpu.c | 6 +-
kernel/events/core.c | 61 ++++---
kernel/sched/core.c | 1 -
kernel/sched/cpupri.c | 3 +-
mm/highmem.c | 13 ++
mm/memory-failure.c | 2 +
mm/rmap.c | 3 +-
net/9p/trans_virtio.c | 3 +-
net/bluetooth/l2cap_core.c | 94 +++++++---
net/sunrpc/svcsock.c | 16 ++
sound/pci/hda/patch_realtek.c | 10 +-
61 files changed, 983 insertions(+), 301 deletions(-)
next reply other threads:[~2014-06-10 0:21 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 0:24 Greg Kroah-Hartman [this message]
2014-06-10 0:24 ` [PATCH 3.4 01/88] sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 02/88] perf: Prevent false warning in perf_swevent_add Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 03/88] perf: Limit perf_event_attr::sample_period to 63 bits Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 04/88] perf: Fix race in removing an event Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 05/88] mm/memory-failure.c: fix memory leak by race between poison and unpoison Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 06/88] ARM: 8051/1: put_user: fix possible data corruption in put_user Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 07/88] sched: Fix hotplug vs. set_cpus_allowed_ptr() Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 08/88] md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync" Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 10/88] Staging: speakup: Move pasting into a work item Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 11/88] ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 12/88] ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 13/88] USB: ftdi_sio: add NovaTech OrionLXm product ID Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 14/88] USB: serial: option: add support for Novatel E371 PCIe card Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 15/88] USB: io_ti: fix firmware download on big-endian machines (part 2) Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 16/88] USB: Avoid runtime suspend loops for HCDs that cant handle suspend/resume Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 17/88] mm: rmap: fix use-after-free in __put_anon_vma Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 18/88] Bluetooth: Fix missing length checks for L2CAP signalling PDUs Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 19/88] Bluetooth: Fix invalid length check in l2cap_information_rsp() Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 20/88] Bluetooth: Support AR3011 in Acer Iconia Tab W500 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 21/88] Bluetooth: add support for atheros 0930:0219 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 22/88] Bluetooth: add support for atheros 0489:e057 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 23/88] Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 24/88] Bluetooth: Add support for Sony Vaio T-Series Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 25/88] Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 26/88] Bluetooth: Add support for BCM20702A0 [04ca, 2003] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 27/88] Bluetooth: Add support for BCM20702A0 [0b05, 17b5] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 28/88] Bluetooth: Add support for IMC Networks [13d3:3393] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 29/88] Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 30/88] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 31/88] Bluetooth: Add support for Foxconn / Hon Hai [0489:e056] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 32/88] Bluetooth device 04ca:3008 should use ath3k Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 33/88] Bluetooth: Add support for atheros 04ca:3004 device to ath3k Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 34/88] Bluetooth: Device 0cf3:3008 should map AR 3012 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 35/88] Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 36/88] Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 37/88] Bluetooth: ath3k: Add support for Fujitsu Lifebook UH5x2 [04c5:1330] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 38/88] Bluetooth: ath3k: Add support for ID 0x13d3/0x3402 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 39/88] Bluetooth: Add support for Atheros [0cf3:3121] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 40/88] Bluetooth: Add support for Atheros [0cf3:e003] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 41/88] Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012 Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 42/88] Bluetooth: Add support for BCM20702A0 [0b05, 17cb] Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 43/88] virtio_blk: Drop unused request tracking list Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 44/88] virtio-blk: Fix hot-unplug race in remove method Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 45/88] virtio-blk: Call del_gendisk() before disable guest kick Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 46/88] virtio-blk: Reset device after blk_cleanup_queue() Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 47/88] mm: add kmap_to_page() Greg Kroah-Hartman
2014-06-10 1:15 ` Hugh Dickins
2014-06-10 1:21 ` Ben Hutchings
2014-06-10 8:04 ` Yijing Wang
2014-06-10 20:50 ` Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 48/88] mm: highmem: export kmap_to_page for modules Greg Kroah-Hartman
2014-06-10 0:24 ` [PATCH 3.4 49/88] virtio: 9p: correctly pass physical address to userspace for high pages Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 50/88] virtio-blk: Dont free ida when disk is in use Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 51/88] virtio_console: fix uapi header Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 52/88] virtio: console: rename cvq_lock to c_ivq_lock Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 53/88] virtio: console: add locking around c_ovq operations Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 54/88] nfsd: pass net to nfsd_init_socks() Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 55/88] nfsd: pass net to nfsd_startup() and nfsd_shutdown() Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 56/88] nfsd: pass net to nfsd_create_serv() Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 57/88] nfsd: pass net to nfsd_svc() Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 58/88] nfsd: pass net to nfsd_set_nrthreads() Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 59/88] nfsd: pass net to __write_ports() and down Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 60/88] nfsd: pass proper net to nfsd_destroy() from NFSd kthreads Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 61/88] nfsd: containerize NFSd filesystem Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 62/88] nfsd: check passed sockets net matches NFSd superblocks one Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 63/88] isci: Fix a race condition in the SSP task management path Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 64/88] mpt2sas: Fix for device scan following host reset could get stuck in a infinite loop Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 65/88] mpt2sas: Fix for issue Missing delay not getting set during system bootup Greg Kroah-Hartman
2014-06-10 1:04 ` Ben Hutchings
2014-06-10 0:25 ` [PATCH 3.4 66/88] hpsa: gen8plus Smart Array IDs Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 67/88] iscsi-target: Always send a response before terminating iSCSI connection Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 68/88] target/pscsi: fix return value check Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 69/88] target: Fix MAINTENANCE_IN service action CDB checks to use lower 5 bits Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 70/88] target: use correct sense code for LUN communication failure Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 71/88] target/file: Fix 32-bit highmem breakage for SGL -> iovec mapping Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 72/88] serial: pch_uart: fix tty-kref leak in dma-rx path Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 73/88] serial: pch_uart: fix tty-kref leak in rx-error path Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 74/88] tty: Correct tty buffer flush Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 75/88] Fix 4 port and add support for 8 port Unknown PCI serial port cards Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 76/88] 8250/16?50: Add support for Broadcom TruManage redirected serial port Greg Kroah-Hartman
2014-06-10 1:05 ` Ben Hutchings
2014-06-10 0:25 ` [PATCH 3.4 77/88] tty/serial: Add support for Altera " Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 78/88] xen/p2m: Move code around to allow for better re-usage Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 79/88] xen/p2m: Allow alloc_p2m_middle to call reserve_brk depending on argument Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 80/88] xen/p2m: Collapse early_alloc_p2m_middle redundant checks Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 81/88] xen/p2m: An early bootup variant of set_phys_to_machine Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 82/88] xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM Greg Kroah-Hartman
2014-06-10 9:07 ` David Vrabel
2014-06-10 9:30 ` Daniel Kiper
2014-06-10 13:18 ` David Vrabel
2014-06-10 18:45 ` Greg Kroah-Hartman
2014-06-10 19:39 ` Daniel Kiper
2014-06-10 20:44 ` Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 83/88] xen/setup: Combine the two hypercall functions - since they are quite similar Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 84/88] xen/setup: update VA mapping when releasing memory during setup Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 85/88] xen/balloon: Subtract from xen_released_pages the count that is populated Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 86/88] xen: populate correct number of pages when across mem boundary (v2) Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 87/88] xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back Greg Kroah-Hartman
2014-06-10 0:25 ` [PATCH 3.4 88/88] xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID Greg Kroah-Hartman
2014-06-10 15:13 ` [PATCH 3.4 00/88] 3.4.93-stable review Guenter Roeck
2014-06-10 18:45 ` 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=20140610002424.500996570@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 \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox