Re: Common boot/shutdown issues with the latest 2.6.37 (Mostly Asus laptops)

2011-02-04 Thread Rafael J. Wysocki
On Friday, February 04, 2011, Ozan Çağlayan wrote: > Cuma 04 Şubat 2011 günü (saat 00:51:31) Rafael J. Wysocki şunları yazmıştı: > > > Hmm. Are those boxes uniprocessor running SMP kernels? > > The kernel is SMP. > > ASUS X61S is > CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz steppin

Re: [PATCH] embedded 1288 fcbga arrandale cpu not detected in ips module - no gpu turbo

2011-02-04 Thread Jesse Barnes
On Fri, 4 Feb 2011 15:55:30 +0100 "Koerber, Philip (GE Intelligent Platforms)" wrote: > Dear Kernel Maintainers, > > I have observed, that on our SBC's the GPU turbo mode doesn't work. This > happens only to those with embedded Arrandale (1288 FCBGA package) standard > voltage (35W) CPU's. The

[PATCH] embedded 1288 fcbga arrandale cpu not detected in ips module - no gpu turbo

2011-02-04 Thread Koerber, Philip (GE Intelligent Platforms)
Dear Kernel Maintainers, I have observed, that on our SBC's the GPU turbo mode doesn't work. This happens only to those with embedded Arrandale (1288 FCBGA package) standard voltage (35W) CPU's. These CPU's do not have there an letter whereas the Mobile CPU has an M. So there seems to be a need

[PATCH 00/20] world-writable files in sysfs and debugfs

2011-02-04 Thread Vasiliy Kulikov
The search was made with trivial shell commands: find | xargs grep S_IWUGO find | xargs grep S_IWOTH I didn't precisely investigate how exactly one may damage the system/hardware because of issues number, maybe the harm is very limited in case of some of these drivers. One suspicious file is ./s

Re: [PATCH 15/20] platform: x86: asus_acpi: world-writable procfs files

2011-02-04 Thread Corentin Chary
Acked-By: Corentin Chary Anyway, the driver is deprecated and will be removed someday. -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 16/20] platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files

2011-02-04 Thread Vasiliy Kulikov
Don't allow everybody to change WMI settings. Signed-off-by: Vasiliy Kulikov --- Compile tested only. drivers/platform/x86/tc1100-wmi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/tc1100-wmi.c b/drivers/platform/x86/tc1100-wmi.c index 1fe0f1f

[PATCH 14/20] platform: x86: acer-wmi: world-writable sysfs threeg file

2011-02-04 Thread Vasiliy Kulikov
Don't allow everybody to write to hardware registers. Signed-off-by: Vasiliy Kulikov --- Compile tested only. drivers/platform/x86/acer-wmi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index f21eb5

[PATCH 15/20] platform: x86: asus_acpi: world-writable procfs files

2011-02-04 Thread Vasiliy Kulikov
Don't allow everybody to change ACPI settings. The comment says that it is done deliberatelly, however, the comment before disp_proc_write() says that at least one of these setting is experimental. Signed-off-by: Vasiliy Kulikov --- Compile tested only. drivers/platform/x86/asus_acpi.c |8