[tip:x86/vdso] x86/vdso: Fix the x86 vdso2c tool includes

2015-03-31 Thread tip-bot for Tommi Kyntola
Commit-ID: 0a4f59d6e09ef16fbb7d213cfa1bf472c7845fda Gitweb: http://git.kernel.org/tip/0a4f59d6e09ef16fbb7d213cfa1bf472c7845fda Author: Tommi Kyntola AuthorDate: Fri, 27 Mar 2015 11:48:16 -0700 Committer: Ingo Molnar CommitDate: Tue, 31 Mar 2015 10:45:14 +0200 x86/vdso: Fix the x86

[tip:x86/vdso] x86/vdso: Fix the x86 vdso2c tool includes

2015-03-31 Thread tip-bot for Tommi Kyntola
Commit-ID: 0a4f59d6e09ef16fbb7d213cfa1bf472c7845fda Gitweb: http://git.kernel.org/tip/0a4f59d6e09ef16fbb7d213cfa1bf472c7845fda Author: Tommi Kyntola tommi.kynt...@gmail.com AuthorDate: Fri, 27 Mar 2015 11:48:16 -0700 Committer: Ingo Molnar mi...@kernel.org CommitDate: Tue, 31 Mar 2015 10

[PATCH] x86,vdso: fix the x86 vdso2c tool includes

2015-02-16 Thread Tommi Kyntola
The build-time tool arch/x86/vdso/vdso2c.c includes , but cannot find it, unless the build host happens to provide it. It should be reading the uapi linux/elf.h This build regression came along with the vdso2c between 3.15 and 3.16. Signed-off-by: Tommi Kyntola --- arch/x86/vdso/Makefile | 2

[PATCH] x86,vdso: fix the x86 vdso2c tool includes

2015-02-16 Thread Tommi Kyntola
The build-time tool arch/x86/vdso/vdso2c.c includes linux/elf.h, but cannot find it, unless the build host happens to provide it. It should be reading the uapi linux/elf.h This build regression came along with the vdso2c between 3.15 and 3.16. Signed-off-by: Tommi Kyntola tommi.kynt

[RFC][PATCH] intel8x0: revert regression that broke sounds after S3 suspend

2007-02-28 Thread Tommi Kyntola
The regression in 2.6.19-rc3 (namely 30b35399ceb2398d05837863476dcb12f12f3a82, "[ALSA] Various fixes for suspend/resume of ALSA PCI drivers"), broke HP nw8000 speaker sounds after S3 suspend (headphones still worked). Removing this line makes the sounds work again... Signed-off

[PATCH] acpi: fan after suspend-to-mem fix

2007-02-28 Thread Tommi Kyntola
acpi_fan_suspend should probably set state to ACPI_D3, rather than ACPI_D0. With this change the fan works after S3 suspend atleast on HP nw8000 laptop, for which the suspended fan has been broken since sword-and-stone. Signed-off-by: Tommi Kyntola <[EMAIL PROTECTED]> --- Why this was A

[PATCH] acpi: fan after suspend-to-mem fix

2007-02-28 Thread Tommi Kyntola
acpi_fan_suspend should probably set state to ACPI_D3, rather than ACPI_D0. With this change the fan works after S3 suspend atleast on HP nw8000 laptop, for which the suspended fan has been broken since sword-and-stone. Signed-off-by: Tommi Kyntola [EMAIL PROTECTED] --- Why this was ACPI_D0

[RFC][PATCH] intel8x0: revert regression that broke sounds after S3 suspend

2007-02-28 Thread Tommi Kyntola
The regression in 2.6.19-rc3 (namely 30b35399ceb2398d05837863476dcb12f12f3a82, [ALSA] Various fixes for suspend/resume of ALSA PCI drivers), broke HP nw8000 speaker sounds after S3 suspend (headphones still worked). Removing this line makes the sounds work again... Signed-off-by: Tommi Kyntola