All of 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,
	stable@vger.kernel.org
Subject: [ 00/74] 3.10.10-stable review
Date: Mon, 26 Aug 2013 18:07:58 -0700	[thread overview]
Message-ID: <20130827010424.535365435@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 3.10.10 release.
There are 74 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 Aug 29 01:03:56 UTC 2013.
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.10-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.10-rc1

Kent Overstreet <koverstreet@google.com>
    bcache: FUA fixes

Kumar Amit Mehta <gmate.amit@gmail.com>
    md: bcache: io.c: fix a potential NULL pointer dereference

Tomas Winkler <tomas.winkler@intel.com>
    mei: me: fix waiting for hw ready

Tomas Winkler <tomas.winkler@intel.com>
    mei: don't have to clean the state on power up

Tomas Winkler <tomas.winkler@intel.com>
    mei: me: fix reset state machine

David Vrabel <david.vrabel@citrix.com>
    x86/xen: do not identity map UNUSABLE regions in the machine E820

Radu Caragea <sinaelgl@gmail.com>
    x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member

Linus Torvalds <torvalds@linux-foundation.org>
    Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"

Roland Dreier <roland@purestorage.com>
    SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal

Anton Blanchard <anton@samba.org>
    SCSI: lpfc: Don't force CONFIG_GENERIC_CSUM on

Martin Peschke <mpeschke@linux.vnet.ibm.com>
    SCSI: zfcp: fix schedule-inside-lock in scsi_device list loops

Martin Peschke <mpeschke@linux.vnet.ibm.com>
    SCSI: zfcp: fix lock imbalance by reworking request queue locking

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: pcie: disable L1 Active after pci_enable_device

Stanislaw Gruszka <sgruszka@redhat.com>
    iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULL

Terry Suereth <terry.suereth@gmail.com>
    libata: apply behavioral quirks to sil3826 PMP

Dan Carpenter <dan.carpenter@oracle.com>
    Hostap: copying wrong data prism2_ioctl_giwaplist()

Anthony Foiani <anthony.foiani@gmail.com>
    sata_fsl: save irqs while coalescing

Anatolij Gustschin <agust@denx.de>
    usb: phy: fix build breakage

Daniel Drake <dsd@laptop.org>
    drivers/platform/olpc/olpc-ec.c: initialise earlier

Vyacheslav Dubeyko <slava@dubeyko.com>
    nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection

Vyacheslav Dubeyko <slava@dubeyko.com>
    nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error

Wladislav Wiebe <wladislav.kw@gmail.com>
    of: fdt: fix memory initialization for expanded DT

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Invalidate TLBs for the rings after a reset

Rafał Miłecki <zajec5@gmail.com>
    drm/radeon: fix WREG32_OR macro setting bits in a register

Christian König <christian.koenig@amd.com>
    drm/radeon: fix UVD message buffer validation

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon/r7xx: fix copy paste typo in golden register setup

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: bug-fix NULL pointer dereference on failed attach

Nicolas Pitre <nicolas.pitre@linaro.org>
    ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help text

Will Deacon <will.deacon@arm.com>
    arm64: perf: fix event validation for software group leaders

Will Deacon <will.deacon@arm.com>
    arm64: perf: fix array out of bounds access in armpmu_map_hw_event()

Nicolas Ferre <nicolas.ferre@atmel.com>
    ARM: at91/DT: fix at91sam9n12ek memory node

Sekhar Nori <nsekhar@ti.com>
    ARM: davinci: nand: specify ecc strength

David Vrabel <david.vrabel@citrix.com>
    xen/events: mask events when changing their VCPU binding

David Vrabel <david.vrabel@citrix.com>
    xen/events: initialize local per-cpu mask for all possible events

Daniel Drake <dsd@laptop.org>
    x86: Don't clear olpc_ofw_header when sentinel is detected

Dan Carpenter <dan.carpenter@oracle.com>
    VFS: collect_mounts() should return an ERR_PTR

Jussi Kivilinna <jussi.kivilinna@iki.fi>
    zd1201: do not use stack as URB transfer_buffer

Joern Rennecke <joern.rennecke@embecosm.com>
    ARC: [lib] strchr breakage in Big-endian configuration

Chuck Anderson <chuck.anderson@oracle.com>
    xen/smp: initialize IPI vectors before marking CPU online

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    ftrace: Check module functions being traced on reload

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    tracing/uprobes: Fail to unregister if probe event files are in use

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    tracing/kprobes: Fail to unregister if probe event files are in use

Oleg Nesterov <oleg@redhat.com>
    tracing: trace_remove_event_call() should fail if call/file is in use

Oleg Nesterov <oleg@redhat.com>
    tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private

Oleg Nesterov <oleg@redhat.com>
    tracing: Introduce remove_event_file_dir()

Oleg Nesterov <oleg@redhat.com>
    tracing: Change f_start() to take event_mutex and verify i_private != NULL

Oleg Nesterov <oleg@redhat.com>
    tracing: Change event_filter_read/write to verify i_private != NULL

Oleg Nesterov <oleg@redhat.com>
    tracing: Change event_enable/disable_read() to verify i_private != NULL

Oleg Nesterov <oleg@redhat.com>
    tracing: Turn event/id->i_private into call->event.type

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    ftrace: Add check for NULL regs if ops has SAVE_REGS set

Oleg Nesterov <oleg@redhat.com>
    tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()

Oleg Nesterov <oleg@redhat.com>
    tracing: Change tracing_entries_fops to rely on tracing_get_cpu()

Oleg Nesterov <oleg@redhat.com>
    tracing: Change tracing_stats_fops to rely on tracing_get_cpu()

Oleg Nesterov <oleg@redhat.com>
    tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()

Oleg Nesterov <oleg@redhat.com>
    tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()

Oleg Nesterov <oleg@redhat.com>
    tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()

Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
    tracing/kprobe: Wait for disabling all running kprobe handlers

Namhyung Kim <namhyung.kim@lge.com>
    tracing: Do not call kmem_cache_free() on allocation failure

Johannes Berg <johannes.berg@intel.com>
    iwlwifi: mvm: adjust firmware D3 configuration API

Johannes Berg <johannes.berg@intel.com>
    iwlwifi: bump required firmware API version for 3160/7260

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: unregister leds when registration failed

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: take the seqno from packet if transmit failed

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: don't set the MCAST queue in STA's queue list

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: properly tell the fw that a STA is awake

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: fix MCAST in AP mode

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: correctly configure MCAST in AP mode

Samuel Ortiz <sameo@linux.intel.com>
    NFC: llcp: Fix non blocking sockets connections

Nicolas Ferre <nicolas.ferre@atmel.com>
    ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one

Vineet Gupta <Vineet.Gupta1@synopsys.com>
    ARC: gdbserver breakage in Big-Endian configuration #2

Vineet Gupta <Vineet.Gupta1@synopsys.com>
    ARC: gdbserver breakage in Big-Endian configuration #1

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    ACPI: Try harder to resolve _ADR collisions for bridges

Jeff Wu <zlinuxkernel@gmail.com>
    ACPI: add _STA evaluation at do_acpi_find_child()

Johannes Berg <johannes.berg@intel.com>
    mac80211: don't wait for TX status forever

Dominik Dingel <dingel@linux.vnet.ibm.com>
    KVM: s390: move kvm_guest_enter,exit closer to sie


-------------

Diffstat:

 Makefile                                      |   4 +-
 arch/arc/include/asm/ptrace.h                 |   2 +
 arch/arc/include/asm/syscall.h                |   5 +-
 arch/arc/kernel/entry.S                       |   4 +-
 arch/arc/lib/strchr-700.S                     |  10 ++
 arch/arm/boot/dts/at91sam9n12ek.dts           |   4 +-
 arch/arm/boot/dts/at91sam9x5.dtsi             |   2 +-
 arch/arm/mach-davinci/board-dm355-leopard.c   |   1 +
 arch/arm/mach-davinci/board-dm644x-evm.c      |   1 +
 arch/arm/mach-davinci/board-dm646x-evm.c      |   1 +
 arch/arm/mach-davinci/board-neuros-osd2.c     |   1 +
 arch/arm/mm/Kconfig                           |   9 +-
 arch/arm64/kernel/perf_event.c                |  10 +-
 arch/s390/kvm/kvm-s390.c                      |  21 ++-
 arch/x86/include/asm/bootparam_utils.h        |   4 +-
 arch/x86/kernel/sys_x86_64.c                  |   2 +-
 arch/x86/mm/mmap.c                            |   8 +-
 arch/x86/xen/setup.c                          |  22 +++
 arch/x86/xen/smp.c                            |  11 +-
 drivers/acpi/glue.c                           |  95 ++++++++++--
 drivers/ata/libata-pmp.c                      |  12 +-
 drivers/ata/sata_fsl.c                        |   5 +-
 drivers/gpu/drm/i915/i915_reg.h               |   2 +
 drivers/gpu/drm/i915/intel_ringbuffer.c       |  12 ++
 drivers/gpu/drm/radeon/radeon.h               |   2 +-
 drivers/gpu/drm/radeon/radeon_uvd.c           |   8 ++
 drivers/gpu/drm/radeon/rv770.c                |  12 +-
 drivers/md/bcache/btree.c                     |  23 ++-
 drivers/md/bcache/io.c                        |   2 +
 drivers/md/bcache/journal.c                   |   2 +-
 drivers/md/bcache/request.c                   |  13 +-
 drivers/misc/mei/hw-me.c                      |  14 +-
 drivers/misc/mei/init.c                       |   3 +-
 drivers/net/wireless/hostap/hostap_ioctl.c    |   4 +-
 drivers/net/wireless/iwlwifi/dvm/mac80211.c   |   5 +-
 drivers/net/wireless/iwlwifi/iwl-7000.c       |  12 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api-d3.h  |   4 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api-mac.h |   8 +-
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c   |  11 +-
 drivers/net/wireless/iwlwifi/mvm/mac80211.c   |   6 +-
 drivers/net/wireless/iwlwifi/mvm/mvm.h        |   1 +
 drivers/net/wireless/iwlwifi/mvm/sta.c        |  11 +-
 drivers/net/wireless/iwlwifi/mvm/tx.c         |   6 +-
 drivers/net/wireless/iwlwifi/pcie/trans.c     |  10 +-
 drivers/net/wireless/zd1201.c                 |   4 +-
 drivers/of/fdt.c                              |   2 +
 drivers/pci/pci-acpi.c                        |  15 +-
 drivers/platform/olpc/olpc-ec.c               |   2 +-
 drivers/s390/scsi/zfcp_erp.c                  |  29 +++-
 drivers/s390/scsi/zfcp_qdio.c                 |   8 +-
 drivers/scsi/Kconfig                          |   1 -
 drivers/staging/comedi/drivers.c              |   2 +-
 drivers/usb/phy/phy-fsl-usb.h                 |   2 +-
 drivers/usb/phy/phy-fsm-usb.c                 |   2 +-
 drivers/xen/events.c                          |  13 +-
 fs/bio.c                                      |  20 ++-
 fs/namespace.c                                |   2 +-
 fs/nilfs2/segbuf.c                            |   5 +-
 include/acpi/acpi_bus.h                       |   6 +-
 include/linux/ftrace_event.h                  |   2 +-
 include/linux/mm_types.h                      |   1 +
 include/linux/sched.h                         |   1 -
 include/linux/wait.h                          |  57 ++++++++
 kernel/trace/ftrace.c                         |  89 ++++++++++--
 kernel/trace/trace.c                          | 173 +++++++++++-----------
 kernel/trace/trace_events.c                   | 198 ++++++++++++++++----------
 kernel/trace/trace_events_filter.c            |  17 +--
 kernel/trace/trace_kprobe.c                   |  42 ++++--
 kernel/trace/trace_uprobe.c                   |  51 +++++--
 net/mac80211/mlme.c                           |  15 +-
 net/nfc/llcp.h                                |   1 +
 net/nfc/llcp_sock.c                           |   8 +-
 72 files changed, 811 insertions(+), 362 deletions(-)



             reply	other threads:[~2013-08-27  1:07 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27  1:07 Greg Kroah-Hartman [this message]
2013-08-27  1:07 ` [ 01/74] KVM: s390: move kvm_guest_enter,exit closer to sie Greg Kroah-Hartman
2013-08-27  1:08 ` [ 02/74] mac80211: dont wait for TX status forever Greg Kroah-Hartman
2013-08-27  1:08 ` [ 03/74] ACPI: add _STA evaluation at do_acpi_find_child() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 04/74] ACPI: Try harder to resolve _ADR collisions for bridges Greg Kroah-Hartman
2013-08-27  1:08 ` [ 05/74] ARC: gdbserver breakage in Big-Endian configuration #1 Greg Kroah-Hartman
2013-08-27  1:08 ` [ 06/74] ARC: gdbserver breakage in Big-Endian configuration #2 Greg Kroah-Hartman
2013-08-27  1:08 ` [ 07/74] ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one Greg Kroah-Hartman
2013-08-27  1:08 ` [ 08/74] NFC: llcp: Fix non blocking sockets connections Greg Kroah-Hartman
2013-08-27  1:08 ` [ 09/74] iwlwifi: mvm: correctly configure MCAST in AP mode Greg Kroah-Hartman
2013-08-27  1:08 ` [ 10/74] iwlwifi: mvm: fix " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 11/74] iwlwifi: mvm: properly tell the fw that a STA is awake Greg Kroah-Hartman
2013-08-27  1:08 ` [ 12/74] iwlwifi: mvm: dont set the MCAST queue in STAs queue list Greg Kroah-Hartman
2013-08-27  1:08 ` [ 13/74] iwlwifi: mvm: take the seqno from packet if transmit failed Greg Kroah-Hartman
2013-08-27  1:08 ` [ 14/74] iwlwifi: mvm: unregister leds when registration failed Greg Kroah-Hartman
2013-08-27  1:08 ` [ 15/74] iwlwifi: bump required firmware API version for 3160/7260 Greg Kroah-Hartman
2013-08-27  1:08 ` [ 16/74] iwlwifi: mvm: adjust firmware D3 configuration API Greg Kroah-Hartman
2013-08-27  1:08 ` [ 17/74] tracing: Do not call kmem_cache_free() on allocation failure Greg Kroah-Hartman
2013-08-27  1:08 ` [ 18/74] tracing/kprobe: Wait for disabling all running kprobe handlers Greg Kroah-Hartman
2013-08-27  1:08 ` [ 19/74] tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 20/74] tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 21/74] tracing: Change tracing_buffers_fops " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 22/74] tracing: Change tracing_stats_fops " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 23/74] tracing: Change tracing_entries_fops " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 24/74] tracing: Change tracing_fops/snapshot_fops " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 25/74] ftrace: Add check for NULL regs if ops has SAVE_REGS set Greg Kroah-Hartman
2013-08-27  1:08 ` [ 26/74] tracing: Turn event/id->i_private into call->event.type Greg Kroah-Hartman
2013-08-27  1:08 ` [ 27/74] tracing: Change event_enable/disable_read() to verify i_private != NULL Greg Kroah-Hartman
2013-08-27  1:08 ` [ 28/74] tracing: Change event_filter_read/write " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 29/74] tracing: Change f_start() to take event_mutex and " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 30/74] tracing: Introduce remove_event_file_dir() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 31/74] tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private Greg Kroah-Hartman
2013-08-27  1:08 ` [ 32/74] tracing: trace_remove_event_call() should fail if call/file is in use Greg Kroah-Hartman
2013-08-27  1:08 ` [ 33/74] tracing/kprobes: Fail to unregister if probe event files are " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 34/74] tracing/uprobes: " Greg Kroah-Hartman
2013-08-27  1:08 ` [ 35/74] ftrace: Check module functions being traced on reload Greg Kroah-Hartman
2013-08-27  1:08 ` [ 36/74] xen/smp: initialize IPI vectors before marking CPU online Greg Kroah-Hartman
2013-08-27  1:08 ` [ 37/74] ARC: [lib] strchr breakage in Big-endian configuration Greg Kroah-Hartman
2013-08-27  1:08 ` [ 38/74] zd1201: do not use stack as URB transfer_buffer Greg Kroah-Hartman
2013-08-27  1:08 ` [ 39/74] VFS: collect_mounts() should return an ERR_PTR Greg Kroah-Hartman
2013-08-27  1:08 ` [ 40/74] x86: Dont clear olpc_ofw_header when sentinel is detected Greg Kroah-Hartman
2013-08-27  1:08 ` [ 41/74] xen/events: initialize local per-cpu mask for all possible events Greg Kroah-Hartman
2013-08-27  1:08 ` [ 42/74] xen/events: mask events when changing their VCPU binding Greg Kroah-Hartman
2013-08-27  1:08 ` [ 43/74] ARM: davinci: nand: specify ecc strength Greg Kroah-Hartman
2013-08-27  1:08 ` [ 44/74] ARM: at91/DT: fix at91sam9n12ek memory node Greg Kroah-Hartman
2013-08-27  1:08 ` [ 45/74] arm64: perf: fix array out of bounds access in armpmu_map_hw_event() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 46/74] arm64: perf: fix event validation for software group leaders Greg Kroah-Hartman
2013-08-27  1:08 ` [ 47/74] ARM: 7816/1: CONFIG_KUSER_HELPERS: fix help text Greg Kroah-Hartman
2013-08-27  1:08 ` [ 48/74] staging: comedi: bug-fix NULL pointer dereference on failed attach Greg Kroah-Hartman
2013-08-27  1:08 ` [ 49/74] drm/radeon/r7xx: fix copy paste typo in golden register setup Greg Kroah-Hartman
2013-08-27  1:08 ` [ 50/74] drm/radeon: fix UVD message buffer validation Greg Kroah-Hartman
2013-08-27  1:08 ` [ 51/74] drm/radeon: fix WREG32_OR macro setting bits in a register Greg Kroah-Hartman
2013-08-27  1:08 ` [ 52/74] drm/i915: Invalidate TLBs for the rings after a reset Greg Kroah-Hartman
2013-08-27  1:08 ` [ 53/74] of: fdt: fix memory initialization for expanded DT Greg Kroah-Hartman
2013-08-27  1:08 ` [ 54/74] nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error Greg Kroah-Hartman
2013-08-27  1:08 ` [ 55/74] nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection Greg Kroah-Hartman
2013-08-27  1:08 ` [ 56/74] drivers/platform/olpc/olpc-ec.c: initialise earlier Greg Kroah-Hartman
2013-08-27  1:08 ` [ 57/74] usb: phy: fix build breakage Greg Kroah-Hartman
2013-08-27  1:08 ` [ 58/74] sata_fsl: save irqs while coalescing Greg Kroah-Hartman
2013-08-27  1:08 ` [ 59/74] Hostap: copying wrong data prism2_ioctl_giwaplist() Greg Kroah-Hartman
2013-08-27  1:08 ` [ 60/74] libata: apply behavioral quirks to sil3826 PMP Greg Kroah-Hartman
2013-08-27  1:08 ` [ 61/74] iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULL Greg Kroah-Hartman
2013-08-27  1:09 ` [ 62/74] iwlwifi: pcie: disable L1 Active after pci_enable_device Greg Kroah-Hartman
2013-08-27  1:09 ` [ 63/74] SCSI: zfcp: fix lock imbalance by reworking request queue locking Greg Kroah-Hartman
2013-08-27  1:09 ` [ 64/74] SCSI: zfcp: fix schedule-inside-lock in scsi_device list loops Greg Kroah-Hartman
2013-08-27  1:09 ` [ 65/74] SCSI: lpfc: Dont force CONFIG_GENERIC_CSUM on Greg Kroah-Hartman
2013-08-27  1:09 ` [ 66/74] SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signal Greg Kroah-Hartman
2013-08-27  1:09 ` [ 67/74] Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction" Greg Kroah-Hartman
2013-08-27  1:09 ` [ 68/74] x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member Greg Kroah-Hartman
2013-08-27  1:09 ` [ 69/74] x86/xen: do not identity map UNUSABLE regions in the machine E820 Greg Kroah-Hartman
2013-08-27  1:09 ` [ 70/74] mei: me: fix reset state machine Greg Kroah-Hartman
2013-08-27  1:09 ` [ 71/74] mei: dont have to clean the state on power up Greg Kroah-Hartman
2013-08-27  1:09 ` [ 72/74] mei: me: fix waiting for hw ready Greg Kroah-Hartman
2013-08-27  1:09 ` [ 73/74] md: bcache: io.c: fix a potential NULL pointer dereference Greg Kroah-Hartman
2013-08-27  1:09 ` [ 74/74] bcache: FUA fixes Greg Kroah-Hartman
2013-08-27  4:31 ` [ 00/74] 3.10.10-stable review Guenter Roeck
2013-08-27 22:27   ` Greg Kroah-Hartman
2013-08-27 20:41 ` Shuah Khan
2013-08-27 22:27   ` 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=20130827010424.535365435@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --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.