| From | Subject | Date |
|---|---|---|
| Octavian Purdila | [RFC] [PATCH] tcp_splice_read: do not promote SPLICE_F_NONBL...
This patch stops propagating SPLICE_F_NONBLOCK as O_NONBLOCK to the
underlaying socket. It follows the man page semantic - or at least my
interpretation.
This approach also provides a simple solution to the splice transfer size
problem. Say we have the following common sequence:
splice(socket, pipe);
splice(pipe, file);
Unless we specify SPLICE_F_NONBLOCK, we can't use arbitrarily large size
transfers with the 1st splice since otherwise we will deadlock due to
pipe "fullness". But if w...
| Jun 1, 7:36 pm 2008 |
| akinobu.mita | [patch -v2 23/23] qla2xxx: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Andrew Vasquez <linux-driver@qlogic.com>
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: linux-scsi@vger.kernel.org
---
drivers/scsi/qla2xxx/qla_attr.c | 45 ++++++++--------------------------------
1 file changed, 10 insertions(+), 35 deletions(-)
Index: 2.6-git/drivers/scsi/qla2xxx/qla_attr.c
===================================================================
--- 2.6-git.orig/drivers/scsi/qla2xxx/...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 22/23] ipr: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Brian King <brking@us.ibm.com>
Cc: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
Cc: linux-scsi@vger.kernel.org
---
drivers/scsi/ipr.c | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Index: 2.6-git/drivers/scsi/ipr.c
===================================================================
--- 2.6-git.orig/drivers/scsi/ipr.c
+++ 2.6-git/drivers/scsi/ipr.c
@@ -2455,20 +2455,14 @@ static...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 21/23] s390: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
---
arch/s390/kernel/ipl.c | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
Index: 2.6-git/arch/s390/kernel/ipl.c
===================================================================
--- 2.6-git.orig/arch/s390/kernel/ipl.c
+++ 2.6-git/arch/s390/kernel...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 20/23] s390/cio: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
---
drivers/s390/cio/chp.c | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Index: 2.6-git/drivers/s390/cio/chp.c
===================================================================
--- 2.6-git.orig/drivers/s390/cio/chp.c
+++ 2.6-git/drivers/s390/cio/chp.c
...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 19/23] zorro: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
---
drivers/zorro/zorro-sysfs.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Index: 2.6-git/drivers/zorro/zorro-sysfs.c
===================================================================
--- 2.6-git.orig/drivers/zorro/zorro-sysfs.c
+++ 2.6-git/drivers/zorro/zorro-sysfs.c
@@ -15,6 +15,7 @@
#include <linux/zorro.h>
#include <linux/stat.h>
#include ...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 18/23] aty: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linux-fbdev-devel@lists.sourceforge.net
---
drivers/video/aty/radeon_base.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Index: 2.6-git/drivers/video/aty/radeon_base.c
===================================================================
--- 2.6-git.orig/drivers/video/aty/radeon_base.c
+++ 2.6-git/drivers/video/aty/radeon_base.c
@@ -70,6 +70,7 @@
#inc...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 17/23] acpi: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Len Brown <len.brown@intel.com>
Cc: linux-acpi@vger.kernel.org
---
drivers/acpi/system.c | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
Index: 2.6-git/drivers/acpi/system.c
===================================================================
--- 2.6-git.orig/drivers/acpi/system.c
+++ 2.6-git/drivers/acpi/system.c
@@ -77,7 +77,6 @@ static ssize_t acpi_table_show(struct ko
container_of(bin_attr, s...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 16/23] firmware: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Greg Kroah-Hartman <greg@kroah.com>
---
drivers/base/firmware_class.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Index: 2.6-git/drivers/base/firmware_class.c
===================================================================
--- 2.6-git.orig/drivers/base/firmware_class.c
+++ 2.6-git/drivers/base/firmware_class.c
@@ -17,6 +17,7 @@
#include <linux/bitops.h>
#include <linux/mutex.h>
#i...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 15/23] dell_rbu: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Abhay Salunke <abhay_salunke@dell.com>
---
drivers/firmware/dell_rbu.c | 29 ++++-------------------------
1 file changed, 4 insertions(+), 25 deletions(-)
Index: 2.6-git/drivers/firmware/dell_rbu.c
===================================================================
--- 2.6-git.orig/drivers/firmware/dell_rbu.c
+++ 2.6-git/drivers/firmware/dell_rbu.c
@@ -44,6 +44,7 @@
#include <linux/moduleparam.h>
#include <linux...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 14/23] dcdbas: use memory_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Doug Warzecha <Douglas_Warzecha@dell.com>
---
drivers/firmware/dcdbas.c | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
Index: 2.6-git/drivers/firmware/dcdbas.c
===================================================================
--- 2.6-git.orig/drivers/firmware/dcdbas.c
+++ 2.6-git/drivers/firmware/dcdbas.c
@@ -34,6 +34,7 @@
#include <linux/string.h>
#include <linux/types.h>
#include &...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 13/23] introduce memory_read_from_buffer
This patch introduces memory_read_from_buffer.
The only difference between memory_read_from_buffer and simple_read_from_buffer
is which address space the function copies to.
simple_read_from_buffer copies to user space memory.
memory_read_from_buffer copies to normal memory.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
fs/libfs.c | 18 ++++++++++++++++++
include/linux/fs.h | 5 ++++-
2 files changed, 22 insertions(+), 1 deletion(-)
Index: 2.6-git/fs/libfs.c
...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 12/23] cris: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: dev-etrax@axis.com
---
arch/cris/kernel/profile.c | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
Index: 2.6-git/arch/cris/kernel/profile.c
===================================================================
--- 2.6-git.orig/arch/cris/kernel/profile.c
+++ 2.6-git/arch/cris/kernel/profile.c
@@ -35,19 +35,16 @@ re...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 11/23] airo: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
---
drivers/net/wireless/airo.c | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
Index: 2.6-git/drivers/net/wireless/airo.c
===================================================================
--- 2.6-git.orig/drivers/net/wireless/airo.c
+++ 2.6-git/drivers/net/wireless/airo.c
@@ -4560,22 +4560,13 @@ ...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 10/23] ttusb: use simple_read_from_buffer()
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: v4l-dvb-maintainer@linuxtv.org
---
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
Index: 2.6-git/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
===================================================================
--- 2.6-git.orig/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
+++ 2.6-git/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
@@ -19,6 +19,7...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 09/23] usbmon: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Greg Kroah-Hartman <greg@kroah.com>
---
drivers/usb/mon/mon_stat.c | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
Index: 2.6-git/drivers/usb/mon/mon_stat.c
===================================================================
--- 2.6-git.orig/drivers/usb/mon/mon_stat.c
+++ 2.6-git/drivers/usb/mon/mon_stat.c
@@ -9,6 +9,7 @@
#include <linux/kernel.h>
#include <linux/usb.h>
+#include <...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 08/23] nwflash: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
---
drivers/char/nwflash.c | 31 ++++++++-----------------------
1 file changed, 8 insertions(+), 23 deletions(-)
Index: 2.6-git/drivers/char/nwflash.c
===================================================================
--- 2.6-git.orig/drivers/char/nwflash.c
+++ 2.6-git/drivers/char/nwflash.c
@@ -122,35 +122,20 @@ static int flash_ioctl(struct inode *ino
static ssize_t flash_read(struc...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 07/23] s390: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
---
arch/s390/hypfs/inode.c | 29 ++++++++++-------------------
1 file changed, 10 insertions(+), 19 deletions(-)
Index: 2.6-git/arch/s390/hypfs/inode.c
===================================================================
--- 2.6-git.orig/arch/s390/hypfs/inode.c
+++ 2.6-git/a...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 06/23] s390/vmcp: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
---
drivers/s390/char/vmcp.c | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
Index: 2.6-git/drivers/s390/char/vmcp.c
===================================================================
--- 2.6-git.orig/drivers/s390/char/vmcp.c
+++ 2.6-git/drivers/...
| Jun 1, 7:13 pm 2008 |
| Willy Tarreau | Linux 2.4.36.5
I've just released Linux 2.4.36.5.
The patch and changelog will appear soon at the following locations:
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.4/
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.4/patch-2.4.36.5.bz2
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.4/ChangeLog-2.4.36.5
Git repository:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-v2.4.36.y.git
http://www.kernel.org/pub/scm/linux/kernel/git/stable/linux-v2.4.36.y.git
Git repository through the gitweb inte...
| Jun 1, 7:27 pm 2008 |
| akinobu.mita | [patch -v2 05/23] isdn: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Karsten Keil <kkeil@suse.de>
---
drivers/isdn/hysdn/hysdn_procconf.c | 27 +++++++--------------------
1 file changed, 7 insertions(+), 20 deletions(-)
Index: 2.6-git/drivers/isdn/hysdn/hysdn_procconf.c
===================================================================
--- 2.6-git.orig/drivers/isdn/hysdn/hysdn_procconf.c
+++ 2.6-git/drivers/isdn/hysdn/hysdn_procconf.c
@@ -207,30 +207,17 @@ hysdn_conf_write(struct file ...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 04/23] ipc: use simple_read_from_buffer
Also this patch kills unneccesary trailing NULL character.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
ipc/mqueue.c | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
Index: 2.6-git/ipc/mqueue.c
===================================================================
--- 2.6-git.orig/ipc/mqueue.c
+++ 2.6-git/ipc/mqueue.c
@@ -314,15 +314,11 @@ static int mqueue_unlink(struct inode *d
* through std routines)
*/
static ssize_t mqueue_read_file(s...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 03/23] ocfs2: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <joel.becker@oracle.com>
Cc: ocfs2-devel@oss.oracle.com
---
fs/ocfs2/stack_user.c | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Index: 2.6-git/fs/ocfs2/stack_user.c
===================================================================
--- 2.6-git.orig/fs/ocfs2/stack_user.c
+++ 2.6-git/fs/ocfs2/stack_user.c
@@ -549,26 +549,17 @@ static ssize_t o...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 02/23] binfmt_misc: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
fs/binfmt_misc.c | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
Index: 2.6-git/fs/binfmt_misc.c
===================================================================
--- 2.6-git.orig/fs/binfmt_misc.c
+++ 2.6-git/fs/binfmt_misc.c
@@ -27,6 +27,7 @@
#include <linux/namei.h>
#include <linux/mount.h>
#include <linux/syscalls.h>
+#include <linux/fs.h>
#include <asm/uaccess....
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 01/23] sunrpc: use simple_read_from_buffer
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
---
net/sunrpc/cache.c | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
Index: 2.6-git/net/sunrpc/cache.c
===================================================================
--- 2.6-git.orig/net/sunrpc/cache.c
+++ 2.6-git/net/sunrpc/cache.c
@@ -1271,20 +1271,11 @@ static ssize_t read_flush(struct file *f
{
struct cache_detail *cd = ...
| Jun 1, 7:13 pm 2008 |
| akinobu.mita | [patch -v2 00/23] use simple_read_from_buffer and memory_rea...
(Apologies for resending the patches due to broken email header in
previous posting)
This series of patches is almost trivial replacement except for
introducing memory_read_from_buffer().
The only difference between memory_read_from_buffer() and
simple_read_from_buffer() is which address space the function copies to.
simple_read_from_buffer() copies to user space memory.
memory_read_from_buffer() copies to normal memory.
--
| Jun 1, 7:13 pm 2008 |
| Justin Mattock | BUG kmalloc-2048: Poison overwritten
I received this after the second simultaneous suspend: (I will try and
see if this is re creatable or not)
[ 232.270737] BUG: unable to handle kernel paging request at 6b6b6c6b
[ 232.270743] IP: [<c013f96d>] module_put+0x12/0x2b
[ 232.270750] *pde = 00000000
[ 232.270753] Oops: 0002 [#1] SMP
[ 232.270757] Modules linked in: hci_usb cpufreq_ondemand
cpufreq_performance cpufreq_powersave rfcomm hidp l2cap bluetooth fan
ipmi_watchdog ipmi_msghandler uinput wlan_tkip ieee80211_crypt_tkip
i...
| Jun 1, 7:13 pm 2008 |
| Rafael J. Wysocki | Jun 1, 7:25 pm 2008 | |
| Rogério | [2.6.26-rc4] Problems with rt2x00 USB interface on powerpc
Hi.
I have an iBook G3 600MHz combo (late 2001 model, powerpc) with a USB
wireless card rt2x00 that doesn't work.
I just compiled a fresh 2.6.26-rc4 kernel and it can't get a lease from
the access point, even though it is able to see the access point.
The userland here is Debian unstable (sid) and I can perform some of the
steps in the direction of configuring the interface. For instance, the
following works (I am using wep as the encryption system with other systems
running under Linux, but, ...
| Jun 1, 3:30 pm 2008 |
| Rogério | Re: [2.6.26-rc4] Problems with rt2x00 USB interface on powerpc
Hi there.
I just did some more tests and I would like to report them here.
It seems that we have some problems with the USB card even on ia32:
after it is configured, I have to issue the command "iwconfig wlan0 ap any"
all the time so that I can be able to download anything or even resolve
names.
With a PCMCIA rt2500 adapter, I don't have such problems when running a
stock Ubuntu kernel from Hardy Heron.
So, it seems that the problem is a little deeper than just some
endianness thing to i...
| Jun 1, 6:58 pm 2008 |
| l.nl | Attn winner/e-mail owner
Info:
Do contact MR.L.Freeman,ALLIANCE CLAIMS DEPARTMENT
Tel:+31 647 269 378
Email: staatclaims02@aol.com
For your online prize fund of 1,500,000,00 euro in
regards to computer ballot drawn from the worldwide
web for Internet users.
Yours Sincerely,
Mrs.Kate Veldhuizen,
PR Officer.
www.Lotto.nl
winning Info:
Ref. No:/8161/08,
Batch No:14
___________________________________________________________
Tiscali Broadband from 14.99 with free setup!
[ message continues ] " title="http://www.tiscali.co.uk/products/broadb...">http://www.tiscali.co.uk/products/broadb... | Jun 1, 6:21 pm 2008 |
| Dave Airlie | Re: [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called witho...
Looks like X is dying in its input driver, which is causing the video
driver to do something without the lock, so its an X.org configuration or
build issues.. best ask on xorg@lists.freedesktop.org
Dave.
--
| Jun 1, 6:11 pm 2008 |
| Simon Holm | Re: [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called witho...
You are right, this was simply freedesktop.org bug #13991 [1] which has
been solved since January [2], but not made it into a release of
xf86-input-evdev yet.
So I still want to do something about the throttling issue of the kernel
messages, but that's gonna wait as I'm off to bed now.
Thanks Dave.
Simon Holm Thøgersen
[1] http://bugs.freedesktop.org/show_bug.cgi?id=13991
[2]
[ message continues ] " title="http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-evdev.git;a=commit;h=5adbc6b98ca1da9a426528ce0df64a9...">http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-evdev.git;a=commit;h=5adbc6b98... | Jun 1, 7:22 pm 2008 |
| Daniel J Blueman | Re: Limits of the 965 chipset & 3 PCI-e cards/southbridg...
Nice test. The Seagate 7200.11 drives deliver 120MB/s (outer zone,
raw) each, and there is an issue with CFQ dispatching requests; see:
http://groups.google.co.uk/group/linux.kernel/browse_thread/thread/b88264b084a2dfe0/a1...
A quick workaround tweak is:
# echo 0 >/sys/block/sda/queue/iosched/slice_idle
Does this help any? This gives the difference of ~68MB/s vs ~120MB/s
on my 7200.11 ;-) .
That said, the i965 chipset is fairly contemporary, but if that 2GB/s
DMI connection...
| Jun 1, 5:23 pm 2008 |
| Justin Piszcz | Re: Limits of the 965 chipset & 3 PCI-e cards/southbridg...
slice 0 does help a little with my 10-disk raid5 for sequential
read/writes:
http://home.comcast.net/~jpiszcz/raid/20080601/raid5.html
--
| Jun 1, 7:43 pm 2008 |
| Justin Piszcz | Re: Limits of the 965 chipset & 3 PCI-e cards/southbridg...
Unfortunately the disks have been removed from the host, only to test
Very interesting, do you know what AMD uses for their boards by any chance?
I'll most likely stick with some type of Intel chipset but was curious
--
| Jun 1, 5:26 pm 2008 |
| Chris Vine | pppd and 2.6.25 serial driver
Because I have had to resort to using dial-up this weekend, I noticed
that the serial driver for the 8250/16550 UART in the 2.6.25 kernel does
not work correctly with ppp-2.4.4. After establishing a dial-up modem
connection it becomes unresponsive and pppd will exit waiting to
establish a ppp connection after sending LCP configuration requests. I
have tested this with two different dial-up modems and at two different
dial-up providers, with the 2.6.25.3 and 2.6.25.4 kernels.
pppd works fine with t...
| Jun 1, 4:56 pm 2008 |
| devzero | Re: [Bug 10797] Something is consuming power after shutdown
if your notebook powers down and doesn`t show that something is still "on" and consuming power - i`d call that "broken by design".
it should not be up to the operating system to make sure that all parts of the hardware are switched to off.
if i power down some device and there is nothing showing "hey, here is something active" (e.g. by some led or lcd) - i expect it to stop consuming power.
maybe it`s not that broken as my PC, which is consuming 20W after power-off (due to power-supply) - but i...
| Jun 1, 3:59 pm 2008 |
| Simon Holm | [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without l...
I can easily trigger an endless stream of the following three lines
[drm:radeon_cp_idle] *ERROR* radeon_cp_idle called without lock held,
held 0 owner eb0908c0 eb0908c0
[drm:radeon_cp_reset] *ERROR* radeon_cp_reset called without lock held,
held 0 owner eb0908c0 eb0908c0
[drm:radeon_cp_start] *ERROR* radeon_cp_start called without lock held,
held 0 owner eb0908c0 eb0908c0
and thereby also lock my system completely up.
I did not dig into this problem, except for applying the attached patch
...
| Jun 1, 3:16 pm 2008 |
| Dave Airlie | Re: [drm:radeon_cp_idle] *ERROR* radeon_cp_idle called witho...
Its a userspace problem not a kernel side one, granted we might throttle
the messages. Are you running KDE compositing on radeon or something
likethat?
Dave.
--
| Jun 1, 5:19 pm 2008 |
| Robert P. J. Day | latest version of bad references to (non-existent) CONFIG va...
normally a bit more serious than the first list, here's the latest
version of references to alleged CONFIG variables that are not defined
in any Kconfig file anywhere in the tree.
http://www.crashcourse.ca/wiki/index.php/Badref_CONFIG_variables
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo,...
| Jun 1, 2:33 pm 2008 |
| Robert P. J. Day | latest list of unreferenced CONFIG variables
currently, just the subdirectories under arch/, further broken down
by architecture. if your architecture isn't listed, you're clean.
other top-level directories (such as drivers/, etc.) coming shortly at
that same page.
http://www.crashcourse.ca/wiki/index.php/Unused_CONFIG_variables
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
[ message continues ] " title="http://crashc...">http://crashc... | Jun 1, 1:08 pm 2008 |
| Oleg Nesterov | [PATCH] coredump: binfmt_elf{,_fdpic}.c: don't abuse GFP_ATO...
kmalloc(GFP_ATOMIC) was needed because it was called under tasklist_lock.
The code was changed to use rcu_read_lock(), we can use GFP_KERNEL.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
binfmt_elf.c | 4 ++--
binfmt_elf_fdpic.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--- 26-rc2/fs/binfmt_elf.c~NO_ATOMIC 2008-05-18 15:43:59.000000000 +0400
+++ 26-rc2/fs/binfmt_elf.c 2008-06-01 20:47:08.000000000 +0400
@@ -1524,7 +1524,7 @@ static int fill_note_info(struct ...
| Jun 1, 12:55 pm 2008 |
| Peter Zijlstra | Re: [PATCH] coredump: binfmt_elf{,_fdpic}.c: don't abuse GFP...
Classic RCU - still frequently used - disables preemption and thus does
--
| Jun 1, 4:21 pm 2008 |
| Oleg Nesterov | Re: [PATCH] coredump: binfmt_elf{,_fdpic}.c: don't abuse GFP...
Ah, I'm stupid, thanks!
please ignore this patch.
Oleg.
--
| Jun 1, 4:08 pm 2008 |
| Andrew Victor | AT91SAM9/CAP9 watchdog driver
Driver to support the internal watchdog peripheral found on Atmel's
AT91SAM9 and AT91CAP9 processors (ARM).
Signed-off-by: Renaud Cerrato <r.cerrato@til-technologies.fr>
Signed-off-by: Andrew Victor <linux@maxim.org.za>
| Jun 1, 12:40 pm 2008 |
| Sitsofe Wheeler | [BISECTED][NEXT] Wifi downloads capped at 105Kbytes/s
Download speeds are never more than 105Kbytes/s even though the bit rate is
54Mb/s in at least linux-net kernels from next-20080523 onwards. I have
bisected it down to commit [2e92e6f2c50b4baf85cca968f0e6f1b5c0df7d39]:
commit 2e92e6f2c50b4baf85cca968f0e6f1b5c0df7d39
Author: Johannes Berg <johannes@sipsolutions.net>
Date: Thu May 15 12:55:27 2008 +0200
mac80211: use rate index in TX control
This patch modifies struct ieee80211_tx_control to give band
info and the rate index ...
| Jun 1, 12:22 pm 2008 |
| Abhishek Sagar | [PATCH 3/3] ftrace: add debugfs entry 'failures'
Identify functions which had their mcount call-site updates failed. This can
help us track functions which ftrace shouldn't fiddle with, and are thus not
being traced. If there is no race with any external agent which is modifying
the mcount call-site, then this file displays no entries (normal case).
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com>
---
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index 2b287ea..0119d62 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel...
| Jun 1, 12:17 pm 2008 |
| Abhishek Sagar | [PATCH 2/3] ftrace: remove ftrace_ip_converted
Remove the unneeded function ftrace_ip_converted().
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com>
---
diff --git a/arch/arm/kernel/ftrace.c b/arch/arm/kernel/ftrace.c
index f4cb4cc..22f3d6e 100644
--- a/arch/arm/kernel/ftrace.c
+++ b/arch/arm/kernel/ftrace.c
@@ -22,16 +22,6 @@
static unsigned long bl_insn;
static const unsigned long NOP = 0xe1a00000; /* mov r0, r0 */
-/* return true if mcount call site is already patched/no-op'ed */
-int ftrace_ip_converted(unsigned lo...
| Jun 1, 12:17 pm 2008 |
| Abhishek Sagar | [PATCH 1/3] ftrace: prevent freeing of all failed updates
Prevent freeing of records which cause problems and correspond to function from
core kernel text. A new flag, FTRACE_FL_CONVERTED is used to mark a record
as "converted". All other records are patched lazily to NOPs. Failed records
now also remain on frace_hash table. Each invocation of ftrace_record_ip now
checks whether the traced function has ever been recorded (including past
failures) and doesn't re-record it again.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com>
---
diff --g...
| Jun 1, 12:17 pm 2008 |
| previous day | today | next day |
|---|---|---|
| April 30, 2008 | June 1, 2008 | June 2, 2008 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Andrew Morton | -mm merge plans for 2.6.23 |
| Can E. Acar | Re: Wasting our Freedom |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| PJ Waskiewicz | [ANNOUNCE] ixgbe: Data Center Bridging (DCB) support for ixgbe |
