---------------------------------
NOTE:
This is the LAST 3.11.x kernel I will be releasing. Everyone should
be moving to the 3.12.x series at this point in time. After this
kernel is released, 3.11 will be end-of-life.
---------------------------------
This is the start of the stable review cycle for the 3.11.10 release.
There are 36 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 Nov 28 18:08:16 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.11.10-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.11.10-rc1
Kees Cook <[email protected]>
exec/ptrace: fix get_dumpable() incorrect tests
Mimi Zohar <[email protected]>
Revert "ima: policy for RAMFS"
Hans de Goede <[email protected]>
Bluetooth: revert: "Bluetooth: Add missing reset_resume dev_pm_ops"
Stanislaw Gruszka <[email protected]>
rt2x00: fix HT TX descriptor settings regression
Gabor Juhos <[email protected]>
rt2x00: rt2800lib: fix VGC adjustment for RT5592
Stanislaw Gruszka <[email protected]>
rt2x00: check if device is still available on rt2x00mac_flush()
Felix Fietkau <[email protected]>
rt2x00: fix a crash bug in the HT descriptor handling fix
K. Y. Srinivasan <[email protected]>
Drivers: hv: vmbus: Fix a bug in channel rescind code
Ian Abbott <[email protected]>
staging: comedi: avoid memleak for subdevice private
Rashika Kheria <[email protected]>
Staging: zram: Fix access of NULL pointer
Rafael J. Wysocki <[email protected]>
ACPI / hotplug: Do not execute "insert in progress" _OST
Rafael J. Wysocki <[email protected]>
ACPI / hotplug: Fix handle_root_bridge_removal()
Aaron Lu <[email protected]>
ACPI / video: Quirk initial backlight level 0
Puneet Kumar <[email protected]>
ACPI / EC: Ensure lock is acquired before accessing ec struct members
Steven Rostedt <[email protected]>
perf/ftrace: Fix paranoid level for enabling function tracer
Bjorn Helgaas <[email protected]>
PCI: Support PCIe Capability Slot registers only for ports with slots
Bjorn Helgaas <[email protected]>
PCI: Remove PCIe Capability version checks
Bjorn Helgaas <[email protected]>
PCI: Allow PCIe Capability link-related register access for switches
Peter Zijlstra <[email protected]>
sched, idle: Fix the idle polling state logic
Andy Adamson <[email protected]>
SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult
Takashi Iwai <[email protected]>
thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32
Ben Skeggs <[email protected]>
drm/nvc0-/gr: fix a number of missing explicit array terminators...
Greg Thelen <[email protected]>
ipc,shm: fix shm_file deletion races
Jesper Nilsson <[email protected]>
ipc,shm: correct error return value in shmctl (SHM_UNLOCK)
hahnjo <[email protected]>
alx: Reset phy speed after resume
Markus Pargmann <[email protected]>
can: c_can: Fix RX message handling, handle lost message before EOB
Herbert Xu <[email protected]>
crypto: s390 - Fix aes-cbc IV corruption
Neil Horman <[email protected]>
crypto: ansi_cprng - Fix off by one error in non-block size request
Josef Bacik <[email protected]>
Btrfs: relocate csums properly with prealloc extents
Olivier Sobrie <[email protected]>
can: kvaser_usb: fix usb endpoints detection
Johan Hovold <[email protected]>
USB: mos7840: fix tiocmget error handling
Bob Moore <[email protected]>
ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field.
Bob Moore <[email protected]>
ACPICA: Return error if DerefOf resolves to a null package element.
Mahesh Rajashekhara <[email protected]>
aacraid: prevent invalid pointer dereference
Dan Carpenter <[email protected]>
libertas: potential oops in debugfs
Bob Moore <[email protected]>
ACPICA: DeRefOf operator: Update to fully resolve FieldUnit and BufferField
refs.
-------------
Diffstat:
Makefile | 4 +-
arch/ia64/include/asm/processor.h | 2 +-
arch/s390/crypto/aes_s390.c | 19 ++-
arch/x86/kernel/process.c | 6 +-
crypto/ansi_cprng.c | 4 +-
drivers/acpi/acpica/exoparg1.c | 48 +++++-
drivers/acpi/acpica/exstore.c | 166 +++++++++++++--------
drivers/acpi/ec.c | 3 +-
drivers/acpi/pci_root.c | 5 +-
drivers/acpi/processor_idle.c | 46 ++----
drivers/acpi/scan.c | 2 -
drivers/acpi/video.c | 2 +-
drivers/bluetooth/btusb.c | 1 -
.../gpu/drm/nouveau/core/engine/graph/ctxnvc1.c | 4 +
.../gpu/drm/nouveau/core/engine/graph/ctxnvd7.c | 1 +
.../gpu/drm/nouveau/core/engine/graph/ctxnvd9.c | 1 +
drivers/hv/channel_mgmt.c | 5 +-
drivers/idle/intel_idle.c | 2 +-
drivers/net/can/c_can/c_can.c | 6 +-
drivers/net/can/usb/kvaser_usb.c | 20 ++-
drivers/net/ethernet/atheros/alx/main.c | 3 +
drivers/net/wireless/libertas/debugfs.c | 6 +-
drivers/net/wireless/rt2x00/rt2800lib.c | 11 +-
drivers/net/wireless/rt2x00/rt2x00dev.c | 3 +-
drivers/net/wireless/rt2x00/rt2x00lib.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00mac.c | 7 +-
drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
drivers/pci/access.c | 19 +--
drivers/platform/x86/thinkpad_acpi.c | 7 +-
drivers/scsi/aacraid/commctrl.c | 3 +-
drivers/staging/comedi/comedi_fops.c | 5 +-
drivers/staging/zram/zram_drv.c | 6 +-
drivers/usb/serial/mos7840.c | 4 +
fs/btrfs/relocation.c | 18 ++-
fs/exec.c | 6 +
include/linux/binfmts.h | 3 -
include/linux/sched.h | 82 +++++++++-
include/linux/thread_info.h | 2 +
ipc/shm.c | 37 ++++-
kernel/cpu/idle.c | 9 +-
kernel/ptrace.c | 3 +-
kernel/trace/trace_event_perf.c | 2 +-
net/sunrpc/clnt.c | 2 +-
security/integrity/ima/ima_policy.c | 1 -
44 files changed, 396 insertions(+), 196 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/