Re: [PATCH 3.10 00/65] 3.10.77-stable review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/02/2015 01:03 PM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 3.10.77 release.
> There are 65 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 Mon May  4 19:00:04 UTC 2015.
> 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.77-rc1.gz
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Greg,

Could you please double-check the above commit in your patch.
I see

arch/x86/kernel/process.c

I don't see arch/x86/include/asm/mwait.h in

patch-3.10.77-rc1.gz patch.
Missing from the diffstat below.

I am comparing it with
http://www.spinics.net/lists/stable-commits/msg43642.html

I still don't know why my test system doesn't boot with

patch-3.10.77-rc1

thanks,
-- Shuah

> 
> Len Brown <len.brown@xxxxxxxxx>
>     sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance
> 

> 
> -------------
> 
> Diffstat:
> 
>  Makefile                                           |  4 +-
>  arch/arm/include/asm/elf.h                         |  2 +-
>  arch/arm/mach-s3c64xx/crag6410.h                   |  1 +
>  arch/arm/mach-s3c64xx/mach-crag6410.c              |  1 +
>  arch/arm64/include/asm/timex.h                     |  6 +-
>  arch/arm64/kernel/time.c                           |  6 --
>  arch/c6x/kernel/time.c                             |  2 +-
>  arch/mips/power/hibernate.S                        |  3 +-
>  arch/powerpc/perf/callchain.c                      |  2 +-
>  arch/s390/kernel/suspend.c                         |  4 ++
>  arch/s390/kvm/priv.c                               |  1 +
>  arch/x86/kernel/process.c                          | 49 ++++++++++++++++
>  arch/xtensa/Kconfig                                | 30 ++++++++++
>  arch/xtensa/include/uapi/asm/unistd.h              |  2 +-
>  arch/xtensa/platforms/xtfpga/Makefile              |  3 +-
>  .../platforms/xtfpga/include/platform/hardware.h   |  3 -
>  .../xtensa/platforms/xtfpga/include/platform/lcd.h | 15 +++++
>  arch/xtensa/platforms/xtfpga/lcd.c                 | 55 +++++++++++-------
>  drivers/gpio/gpio-mvebu.c                          | 24 +++++---
>  drivers/gpu/drm/i915/i915_reg.h                    |  1 +
>  drivers/gpu/drm/i915/intel_i2c.c                   | 66 ++++++++++++++++++----
>  drivers/gpu/drm/radeon/atombios_crtc.c             |  8 ++-
>  drivers/hv/channel.c                               |  7 ++-
>  drivers/i2c/i2c-core.c                             |  3 +
>  drivers/infiniband/core/umem.c                     |  7 ++-
>  drivers/infiniband/hw/mlx4/qp.c                    |  3 +-
>  drivers/input/mouse/elantech.c                     | 22 ++++++++
>  drivers/input/mouse/elantech.h                     |  1 +
>  drivers/media/usb/stk1160/stk1160-v4l.c            | 17 +++++-
>  drivers/memstick/core/mspro_block.c                |  3 +-
>  drivers/mtd/ubi/attach.c                           |  2 +-
>  drivers/mtd/ubi/cdev.c                             |  2 +-
>  drivers/mtd/ubi/eba.c                              |  3 +-
>  drivers/mtd/ubi/wl.c                               |  2 +-
>  drivers/net/ethernet/intel/e1000/e1000_main.c      | 10 +++-
>  drivers/net/wireless/rtlwifi/rtl8192cu/sw.c        |  2 +
>  drivers/net/wireless/ti/wl18xx/debugfs.c           |  2 +-
>  drivers/net/wireless/ti/wlcore/debugfs.h           |  4 +-
>  drivers/parport/Kconfig                            |  4 +-
>  drivers/power/lp8788-charger.c                     |  4 +-
>  drivers/scsi/mvsas/mv_sas.c                        |  5 +-
>  drivers/scsi/storvsc_drv.c                         | 15 ++---
>  drivers/spi/spidev.c                               |  5 +-
>  drivers/usb/class/cdc-wdm.c                        | 12 ++--
>  drivers/usb/core/hub.c                             |  4 +-
>  drivers/usb/gadget/composite.c                     |  2 +-
>  drivers/usb/host/isp116x-hcd.c                     |  2 +-
>  drivers/usb/host/r8a66597-hcd.c                    |  2 +-
>  drivers/usb/host/sl811-hcd.c                       |  2 +-
>  drivers/usb/host/xhci-ring.c                       |  2 +-
>  drivers/usb/phy/phy.c                              |  4 +-
>  drivers/video/console/Kconfig                      |  5 +-
>  fs/binfmt_elf.c                                    |  9 ++-
>  fs/btrfs/extent-tree.c                             |  5 +-
>  fs/btrfs/ioctl.c                                   |  5 ++
>  fs/ext4/namei.c                                    | 20 ++++---
>  fs/namei.c                                         |  6 +-
>  include/acpi/actypes.h                             | 20 +++++++
>  include/acpi/platform/acenv.h                      |  1 +
>  include/linux/usb.h                                | 26 +++++++++
>  kernel/ptrace.c                                    | 20 +++++++
>  kernel/softirq.c                                   |  6 +-
>  kernel/trace/ring_buffer.c                         | 11 ++--
>  kernel/trace/trace_functions_graph.c               |  8 ++-
>  lib/string.c                                       |  2 +-
>  net/ipv4/ip_forward.c                              |  3 +
>  net/ipv4/tcp_output.c                              | 64 ++++++++++++++-------
>  sound/pci/emu10k1/emuproc.c                        | 12 ----
>  tools/power/x86/turbostat/Makefile                 |  6 +-
>  virt/kvm/kvm_main.c                                |  4 +-
>  70 files changed, 509 insertions(+), 165 deletions(-)
> 
> 


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@xxxxxxxxxxxxxxx | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]