linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ 00/10] 3.2.8-stable review
@ 2012-02-24  0:05 Greg KH
  2012-02-24  0:02 ` [ 01/10] i387: math_state_restore() isnt called from asm Greg KH
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Greg KH @ 2012-02-24  0:05 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds, akpm, alan

Note, this is a "special" review cycle, only containing a single, large
bugfix for the reported floating point problem reported by some wireless
users.  It would be VERY good if anyone running a x86-32 machine and a
wireless driver test this out to verify that it works properly.

This is the start of the stable review cycle for the 3.2.8 release.
There are 10 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 Sun Feb 26 00:00:00 UTC 2012.
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.2.8-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
 Makefile                           |    4 +-
 arch/x86/include/asm/i387.h        |  284 +++++++++++++++++++++++++++++-------
 arch/x86/include/asm/processor.h   |    1 +
 arch/x86/include/asm/thread_info.h |    2 -
 arch/x86/kernel/process_32.c       |   25 +---
 arch/x86/kernel/process_64.c       |   29 +---
 arch/x86/kernel/traps.c            |   41 +++--
 arch/x86/kernel/xsave.c            |   12 +-
 arch/x86/kvm/vmx.c                 |    2 +-
 9 files changed, 270 insertions(+), 130 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-02-24  0:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  0:05 [ 00/10] 3.2.8-stable review Greg KH
2012-02-24  0:02 ` [ 01/10] i387: math_state_restore() isnt called from asm Greg KH
2012-02-24  0:02 ` [ 02/10] i387: make irq_fpu_usable() tests more robust Greg KH
2012-02-24  0:02 ` [ 03/10] i387: fix sense of sanity check Greg KH
2012-02-24  0:02 ` [ 04/10] i387: fix x86-64 preemption-unsafe user stack save/restore Greg KH
2012-02-24  0:02 ` [ 05/10] i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers Greg KH
2012-02-24  0:02 ` [ 06/10] i387: dont ever touch TS_USEDFPU directly, use helper functions Greg KH
2012-02-24  0:02 ` [ 07/10] i387: do not preload FPU state at task switch time Greg KH
2012-02-24  0:02 ` [ 08/10] i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore Greg KH
2012-02-24  0:02 ` [ 09/10] i387: move TS_USEDFPU flag from thread_info to task_struct Greg KH
2012-02-24  0:02 ` [ 10/10] i387: re-introduce FPU state preloading at context switch time Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).