linux-kernel mailing list

FromSubjectsort iconDate
Georgi Chorbadzhiyski
Unneeded kernel threads (xfs, jfs, gfs2)
Hi guys, I know that not all kernel thread users are converted to start only when needed but the following is little annoying specially when I'm not even using jfs, xfs and gfs2. Look at the ps output from a standard distro 2.6.24.5 kernel after a Kernel config can be found here: http://mirrors.unixsol.org/slackware/slackware-12.1/kernels/hugesmp.s/config -- Georgi Chorbadzhiyski http://georgi.unixsol.org/ --
May 12, 6:55 pm 2008
Jan Engelhardt
Re: Unneeded kernel threads (xfs, jfs, gfs2)
ieee1394/ieee1394_core.c:static struct task_struct *khpsbpkt_thread; --
May 12, 7:21 pm 2008
Simon Arlott
[PATCH] cxacru: avoid unnecessary memset
From: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc (i.e. 'card_info' array of the structure 'instance'). Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Signed-off-by: Simon Arlott <simon@fire.lp0.eu> --- drivers/usb/atm/cxacru.c | 1 - 1 file changed, 1 deletions(-) --- a/drivers/usb/atm/cxacru.c 2008-04-17 04:49:44.000000000 +0200 +++ b/drivers/usb/atm/cxacru.c 2008-05-1...
May 12, 6:22 pm 2008
Christophe Jaillet
[PATCH 1/1] AccessRunner: avoid unnecessary memset
From: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Hi, here is a patch against linux/drivers/dma/iop-adma.c which : 1) Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc (i.e. 'card_info' array of the structure 'instance'). Note: this patch is based on 'linux-2.6.25.tar.bz2' Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> --- --- linux/drivers/usb/atm/cxacru.c 2008-04-17 04:49:44.000000000 +0200 +++ linux/drivers/usb/atm/cxac...
May 12, 5:23 pm 2008
Bradley Chapman
Command-line tools for stress-testing SATA hard disks (and l...
(Please CC me on replies.) I have a new(ish) 160GB Maxtor SATA hard disk that recently cracked up and failed with lots of ext3 filesystem errors; beforehand, it had started to become flaky and was stalling under certain I/O conditions, emitting DRDY ABRTs to the libata layer and forcing constant link resets. At the moment, the disk appears to be unbootable - GRUB fails to load the stage 2 loader and hangs after loading stage1.5. Unfortunately, these problems were reproduced on tainted 2.6.24 a...
May 12, 6:10 pm 2008
Dieter Ries
Re: Command-line tools for stress-testing SATA hard disks (a...
Hi, Why don't you just use the vesa driver and use your stress test utility cu Dieter --
May 12, 6:34 pm 2008
Jonathan Corbet
V4L2-based build error
If you configure V4L2 as a module, the config system will still let you configure DVB_CORE built-in. This yields: drivers/built-in.o: In function `v4l2_i2c_drv_attach_legacy': tuner-core.c:(.text+0x901d5): undefined reference to `v4l2_i2c_attach' drivers/built-in.o: In function `tuner_command': tuner-core.c:(.text+0x91aed): undefined reference to `v4l_printk_ioctl' I never had trouble with this before 2.6.26-rc2. I'm happy making DVB_CORE modular, but it would be nice if the config syst...
May 12, 6:14 pm 2008
Jonathan Corbet
request_firmware() gives build failures
Just tried building -rc2 (then current git) and got a few errors like: drivers/built-in.o: In function `generic_set_freq': tuner-xc2028.c:(.text+0x90f42): undefined reference to `request_firmware' tuner-xc2028.c:(.text+0x91418): undefined reference to `release_firmware' A bit of digging turned up the problem: I had fw_loader configured as a module, but some drivers which need it were configured built-in. Don't ask why I had those drivers configured in at all...time to prune that .config I'...
May 12, 5:48 pm 2008
Tetsuo Handa
Kernel hangs in SMP + VMware environment.
I'm experiencing hang up problem with recent kernels in VMware environment. Here are two examples. http://I-love.SAKURA.ne.jp/tmp/messages.1 (203kB) http://I-love.SAKURA.ne.jp/tmp/messages.2 (1.7MB) The messages.1 is a log when "tar" stopped processing while extracting a .tar.bz2 file by "rpmbuild -bb --target i586 --with baseonly kernel.spec". I got this log in runlevel 3 of Fedora 8. The messages.2 is a log when the compiler processes (e.g. "cc1") seem to be hanged up (no compiler message...
May 12, 5:41 pm 2008
Christophe Jaillet
[PATCH 1/1] infiniband/hw/nes/: avoid unnecessary memset
From: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Hi, here is a patch against linux/drivers/infiniband/hw/nes/nes_cm.c which : 1) Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc (i.e. 'listener'). Note: this patch is based on 'linux-2.6.25.tar.bz2' Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> --- --- linux/drivers/infiniband/hw/nes/nes_cm.c 2008-04-17 04:49:44.000000000 +0200 +++ linux/drivers/infiniband/hw/nes/nes_cm....
May 12, 5:35 pm 2008
Joe Perches
[PATCH] drivers/net/ehea - remove unnecessary memset after k...
Signed-off-by: Joe Perches <joe@perches.com> --- drivers/net/ehea/ehea_main.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index f9bc21c..fd4be0d 100644 --- a/drivers/net/ehea/ehea_main.c +++ b/drivers/net/ehea/ehea_main.c @@ -2207,18 +2207,16 @@ static void ehea_vlan_rx_register(struct net_device *dev, port->vgrp = grp; cb1 = kzalloc(PAGE_SIZE, GFP_KERNEL); if (!cb1) { ehea_error(...
May 12, 5:38 pm 2008
Sebastian Siewior
[PATCH resend] m68knommu: Add info about removing mcfserial
From: Sebastian Siewior <bigeasy@linutronix.de> Schedule a removal for this driver. Alternative driver is available for a while now. Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> --- Greg is fine with this http://lkml.org/lkml/2008/4/30/561 Documentation/feature-removal-schedule.txt | 8 ++++++++ drivers/serial/Kconfig | 6 +++++- drivers/serial/mcfserial.c | 1 + 3 files changed, 14 insertions(+), 1 deletions(-) diff --g...
May 12, 5:20 pm 2008
Alan Cox
Re: [PATCH resend] m68knommu: Add info about removing mcfser...
On Mon, 12 May 2008 23:20:23 +0200 Acked-by: Alan Cox <alan@redhat.com> --
May 12, 5:12 pm 2008
Christophe Jaillet
[PATCH 1/1] avr32/pata: avoid unnecessary memset
From: Christophe Jaillet <christophe.jaillet@wanadoo.fr> Hi, here is a patch against linux/drivers/dma/iop-adma.c which : 1) Remove an explicit memset(.., 0, ...) to a variable allocated with kzalloc (i.e. 'info'). Note: this patch is based on 'linux-2.6.25.tar.bz2' Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr> --- --- linux/drivers/ata/pata_at32.c 2008-04-17 04:49:44.000000000 +0200 +++ linux/drivers/ata/pata_at32.c.cj 2008-05-12 23:07:10.000000000 +02...
May 12, 5:15 pm 2008
HŒaavard Skinnemoen
Re: [PATCH 1/1] avr32/pata: avoid unnecessary memset
Other than that, it looks good to me. Could you please fix the patch description, add Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> and send it to Jeff? Thanks a lot! --
May 12, 6:45 pm 2008
Olaf Dietsche
[PATCH] 2.6.25: Filesystem capabilities 0.18
This patch implements filesystem capabilities. It allows to run privileged executables without the need for suid root. Changes: - updated to 2.6.25 This patch is available at: <http://www.olafdietsche.de/linux/capability/> Regards, Olaf.
May 12, 5:00 pm 2008
Olaf Dietsche
[PATCH] 2.6.25: access permission filesystem 0.21
This patch adds a new permission managing file system. Furthermore, it adds two modules, which make use of this file system. One module allows granting capabilities based on user-/groupid. The second module allows to grant access to lower numbered ports based on user-/groupid, too. Changes: - updated to 2.6.25 - Add ignore CAP_NET_BIND_SERVICE option - Specify license as "GPL v2" - Fix access to nonexistent file - Prevent changing file attributes by anybody This patch is available at: <...
May 12, 4:59 pm 2008
Casey Schaufler
Re: [PATCH] 2.6.25: access permission filesystem 0.21
Hmm. The primary purpose of the capability mechanism, according to the POSIX P1003.1e/2c working group*, is to separate the privilege mechanism from the userid mechanism. You are now reintegrating them two mechanims, albiet differently than they were integrated before. You can already achieve this end using filesystem based capabilties and mode bits and/or ACLs, Woof. As reasonable as mode bits on ports seems, there's an awful lot of tradition associated with the privileged port model. I can s...
May 12, 6:06 pm 2008
Gary Hade
[PATCH] PCI: boot parameter to avoid expansion ROM memory al...
From: Gary Hade <garyhade@us.ibm.com> Contention for scarce PCI memory resources has been growing due to an increasing number of PCI slots in large multi-node systems. The kernel currently attempts by default to allocate memory for all PCI expansion ROMs so there has also been an increasing number of PCI memory allocation failures seen on these systems. This occurs because the BIOS either (1) provides insufficient PCI memory resource for all the expansion ROMs or (2) provides adequate PCI ...
May 12, 4:57 pm 2008
Yinghai Lu
Re: [PATCH] PCI: boot parameter to avoid expansion ROM memor...
or put check + if (pci_probe & PCI_NOASSIGN_ROMS) { out of loop? YH --
May 12, 5:43 pm 2008
Gary Hade
Re: [PATCH] PCI: boot parameter to avoid expansion ROM memor...
I could certainly do that but I had intended that the new pcibios_fixup_device_resources function act as a container where other kinds of fixups could be added later. Do you (or others) think the additional cycles consumed by this approach are an issue here? Thanks, Gary -- Gary Hade System x Enablement IBM Linux Technology Center 503-578-4503 IBM T/L: 775-4503 garyhade@us.ibm.com http://www.ibm.com/linux/ltc --
May 12, 6:30 pm 2008
mark gross
[PATCH]Make the intel-iommu_wait_op macro work when jiffies ...
The following patch changes the intel-iommu.c code to use the TSC instead of jiffies for detecting bad DMAR functionality. Some systems with bad bios's have been seen to hang in early boot spinning in the IOMMU_WAIT_IO macro. This patch will replace the forever spin with a call to panic. diffstat: $ diffstat patches/wait_op_tsc.patch intel-iommu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --mgross Signed-off-by:mark gross <mgross@linux.intel.com> Index...
May 12, 4:41 pm 2008
Jesse Barnes
Re: [PATCH]Make the intel-iommu_wait_op macro work when jiff...
Applied to the 'for-linus' tree. Thanks, Jesse --
May 12, 4:43 pm 2008
Benny Halevy
[PATCH] SLUB: clear c->freelist in __slab_alloc()/load_fr...
In the __slab_alloc()/load_freelist:/SlabDebug(c->page) path we only use the object at the head of c->page->freelist and the tail goes back to c->page->freelist. We then set c->node = -1 to force __slab_alloc in next allocation. c->freelist therefore needs to be cleared as it is invalid at this point. Signed-off-by: Benny Halevy <bhalevy@panasas.com> --- mm/slub.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Hit while running cthon04 test from an IBM AI...
May 12, 4:32 pm 2008
Julia Lawall
[PATCH 6/6, revised] drivers/net/pppol2tp.c: remove null poi...
From: Julia Lawall <julia@diku.dk> If session is NULL, it is not possible to access its name field. So I have split apart the printing of the error message to drop the printing of the name field in this case. The macro PRINTK actually only evaluates its arguments starting with the third one if the bitwise conjunction of the first two is non-zero. Normally, this conjunction would only be non-zero if debugging mode were turned on, but when session is NULL, the first argument in both the old ...
May 12, 4:21 pm 2008
David Miller
Re: [PATCH 6/6, revised] drivers/net/pppol2tp.c: remove null...
From: Julia Lawall <julia@diku.dk> Applied, thanks. --
May 12, 6:44 pm 2008
Gregory Haskins
[RFC PATCH 0/3] sched: core balancer
Hi Ingo, Peter, Srivatsa, The following series is an RFC for some code I wrote in conjunction with some rt/cfs load-balancing enhancements. The enhancements arent quite ready to see the light of day yet, but this particular fix is ready for comment. It applies to sched-devel. This series addresses a problem that I discovered while working on the rt/cfs load-balancer, but it appears it could affect upstream too (though its much less likely to ever occur). Patches 1&2 move the existing bal...
May 12, 2:14 pm 2008
Gregory Haskins
[RFC PATCH 1/3] sched: create sched_balancer container for s...
We want to add multiple sched_group balancing domains per sched_domains (later in the series), so we split up the current logic to make it more fine grained. This patch does not alter the general logic at all. However, it does move the initialization of some of the fields to runtime instead of declared statically in topology.h Signed-off-by: Gregory Haskins <ghaskins@novell.com> --- include/asm-ia64/topology.h | 6 -- include/asm-mips/mach-ip27/topology.h | 3 - include/...
May 12, 2:14 pm 2008
Gregory Haskins
[RFC PATCH 3/3] sched: add a per-core balancer group
The current scheduler balances SCHED_OTHER tasks based on a hierarchy of sched_domains and sched_groups as dictated by the physical cache/node topology of the hardware. This policy leads to the overall optimal balancing solution, but leaves a hole under certain circumstances (see Documentation/scheduler/core_balancer.txt for more details). This patch adds the concept of a new per-core grouping at each domain-level to address the shortcomings in the group_balancer. Signed-off-by: Gregory Haskins ...
May 12, 2:14 pm 2008
Gregory Haskins
[RFC PATCH 2/3] sched: pass specific sched_balancer to funct...
Instead of assuming sd->group_balancer.groups is the intended group. We will use this later in the series to introduce alternate balancers. Signed-off-by: Gregory Haskins <ghaskins@novell.com> --- kernel/sched.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/kernel/sched.c b/kernel/sched.c index a8e0bd3..0bdbfe6 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -3288,11 +3288,12 @@ static int move_one_task(struct rq *this_rq, int this...
May 12, 2:14 pm 2008
Harvey Harrison
[PATCH 09/12] mn10300: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/mn10300/kernel/gdb-stub.c | 108 +++++++++++++++++----------------------- 1 files changed, 46 insertions(+), 62 deletions(-) diff --git a/arch/mn10300/kernel/gdb-stub.c b/arch/mn10300/kernel/gdb-stub.c index 21891c7..644c52a 100644 --- a/arch/mn10300/kernel/gdb-stub.c +++ b/arch/mn10300/kernel/gdb-stub.c @@ -163,8 +163,6 @@ static char input_buffer[BUFMAX]; static char output_buffer[BUFMAX]; static char trans_buffer[BU...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 10/12] mips: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/mips/kernel/gdb-stub.c | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/arch/mips/kernel/gdb-stub.c b/arch/mips/kernel/gdb-stub.c index 25f4eab..5746f74 100644 --- a/arch/mips/kernel/gdb-stub.c +++ b/arch/mips/kernel/gdb-stub.c @@ -190,7 +190,6 @@ static char input_buffer[BUFMAX]; static char output_buffer[BUFMAX]; static int initialized; /* !0 means we've been initialized ...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 11/12] sh: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/sh/kernel/kgdb_stub.c | 11 +++++------ drivers/serial/sh-sci.c | 8 ++++---- include/asm-sh/kgdb.h | 14 -------------- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/arch/sh/kernel/kgdb_stub.c b/arch/sh/kernel/kgdb_stub.c index 832641b..bf8ac4c 100644 --- a/arch/sh/kernel/kgdb_stub.c +++ b/arch/sh/kernel/kgdb_stub.c @@ -274,8 +274,7 @@ static char *mem_to_hex(const char *mem, char *buf, co...
May 12, 3:05 pm 2008
Paul Mundt
Re: [PATCH 11/12] sh: use the common ascii hex helpers
Acked-by: Paul Mundt <lethal@linux-sh.org> --
May 12, 4:41 pm 2008
Harvey Harrison
[PATCH 12/12] ppc: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/powerpc/kernel/btext.c | 34 ++++++++++++++---------------- arch/powerpc/kernel/prom_init.c | 3 +- arch/ppc/kernel/ppc-stub.c | 43 ++++++++++++-------------------------- arch/ppc/syslib/btext.c | 18 +++++++--------- arch/ppc/xmon/start_8xx.c | 2 +- 5 files changed, 40 insertions(+), 60 deletions(-) diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c index d8f0329..2...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 08/12] frv: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/frv/kernel/gdb-stub.c | 88 ++++++++++++++++++-------------------------- 1 files changed, 36 insertions(+), 52 deletions(-) diff --git a/arch/frv/kernel/gdb-stub.c b/arch/frv/kernel/gdb-stub.c index 48a0393..7ca8a6b 100644 --- a/arch/frv/kernel/gdb-stub.c +++ b/arch/frv/kernel/gdb-stub.c @@ -182,8 +182,6 @@ extern volatile u32 __attribute__((section(".bss"))) gdbstub_trace_through_excep static char input_buffer[BUFMAX];...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 07/12] cris: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/cris/arch-v10/kernel/kgdb.c | 79 +++++++++++-------------------------- arch/cris/arch-v32/kernel/kgdb.c | 60 ++++++---------------------- 2 files changed, 37 insertions(+), 102 deletions(-) diff --git a/arch/cris/arch-v10/kernel/kgdb.c b/arch/cris/arch-v10/kernel/kgdb.c index a3ca551..6fea45f 100644 --- a/arch/cris/arch-v10/kernel/kgdb.c +++ b/arch/cris/arch-v10/kernel/kgdb.c @@ -278,14 +278,6 @@ void putDebugChar (i...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 05/12] net: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/net/skfp/smt.c | 13 ++++++------- net/ipv4/netfilter/ipt_CLUSTERIP.c | 5 ++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/net/skfp/smt.c b/drivers/net/skfp/smt.c index ffbfb1b..805383b 100644 --- a/drivers/net/skfp/smt.c +++ b/drivers/net/skfp/smt.c @@ -19,6 +19,7 @@ #include "h/smc.h" #include "h/smt_p.h" #include <linux/bitrev.h> +#include <linux/kernel.h&...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 06/12] kgdb: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/misc/kgdbts.c | 5 ++--- kernel/kgdb.c | 10 ++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/misc/kgdbts.c b/drivers/misc/kgdbts.c index fa39410..2763ae0 100644 --- a/drivers/misc/kgdbts.c +++ b/drivers/misc/kgdbts.c @@ -119,7 +119,6 @@ } while (0) #define MAX_CONFIG_LEN 40 -static const char hexchars[] = "0123456789abcdef"; static struct kgdb_io kgdbts_io_ops; ...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 01/12] lib: create common ascii hex array
Add a common hex array in hexdump.c so everyone can use it. Add a common hi/lo helper to avoid the shifting masking that is done to get the upper and lower nibbles of a byte value. Pull the pack_hex_byte helper from kgdb as it is opencoded many places in the tree that will be consolidated. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- Andrew, please drop the two patches in -mm titled: lib-add-ascii-hex-helper-functions.patch lib-add-ascii-hex-helper-functions-update.p...
May 12, 3:05 pm 2008
Paul Mundt
Re: [PATCH 01/12] lib: create common ascii hex array
Acked-by: Paul Mundt <lethal@linux-sh.org> --
May 12, 4:41 pm 2008
Harvey Harrison
[PATCH 02/12] scsi: use the common hex_asc array rather than...
Also use the hi/lo helpers. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/scsi/ibmmca.c | 3 +-- drivers/scsi/ultrastor.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/ibmmca.c b/drivers/scsi/ibmmca.c index 4d15a62..6765a05 100644 --- a/drivers/scsi/ibmmca.c +++ b/drivers/scsi/ibmmca.c @@ -1002,12 +1002,11 @@ static char *ti_p(int dev) /* interpreter for logical device numbers (ldn) */ static char *ti_l(int val...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 04/12] isdn: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/isdn/gigaset/isocdata.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/isdn/gigaset/isocdata.c b/drivers/isdn/gigaset/isocdata.c index e30a777..fbce522 100644 --- a/drivers/isdn/gigaset/isocdata.c +++ b/drivers/isdn/gigaset/isocdata.c @@ -247,7 +247,6 @@ static inline void dump_bytes(enum debuglevel level, const char *tag, #ifdef CONFIG_GIGASET_DEBUG unsigned char c; static ch...
May 12, 3:05 pm 2008
Harvey Harrison
[PATCH 03/12] ide: use the common ascii hex helpers
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- drivers/ide/ide.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index c758dcb..916a3e6 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c @@ -789,7 +789,6 @@ static int __init stridx (const char *s, char c) static int __init match_parm (char *s, const char *keywords[], int vals[], int max_vals) { static const char *decimal = "0123456789"; - static cons...
May 12, 3:05 pm 2008
Alex Tsariounov
Cpuset management utility 0.9.1 release announcement
We are please to announce the release of cpuset v0.9.1 available here: Source: http://developer.novell.com/wiki/index.php/Cpuset Packages: http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/ Cpuset is a GPL v2 Python application to make using the cpusets facilities in the Linux kernel easier. It allows manipulation of cpusets on the system and provides higher level functions such as implementation and control of a basic CPU shielding setup. The actual command is called cset. ...
May 12, 3:01 pm 2008
Chris Malley
[PATCH] riscom8: remove redundant null pointer test
tty has already been dereferenced at least twice in these functions, so checking for null here seems a bit unnecessary. Signed-off-by: Chris Malley <mail@chrismalley.co.uk> --- drivers/char/riscom8.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/riscom8.c b/drivers/char/riscom8.c index f073c71..9643a49 100644 --- a/drivers/char/riscom8.c +++ b/drivers/char/riscom8.c @@ -1108,7 +1108,7 @@ static int rc_write(struct tty_struct *tty, bp = por...
May 12, 2:27 pm 2008
Alan Cox
Re: [PATCH] riscom8: remove redundant null pointer test
On Mon, 12 May 2008 19:27:10 +0100 Oh it is - and lots of the other tty checks are bogus too. Acked-by: Alan Cox <alan@redhat.com> Alan --
May 12, 3:58 pm 2008
Marcin Slusarz
[vfs/tty] possible circular locking dependency detected
May 11 08:52:08 [kernel] [ 21.052750] Clocksource tsc unstable (delta = -109466779 ns) May 11 09:42:27 [kernel] [ 1104.496819] rarian-sk-get-c[5630]: segfault at 0 ip 7f478556caf0 sp 7fff8e3fe338 error 4 in libc-2.6.1.so[7f47854f9000+136000] May 11 10:59:48 [kernel] [ 2494.165792] May 11 10:59:48 [kernel] [ 2494.165794] ======================================================= May 11 10:59:48 [kernel] [ 2494.165801] [ INFO: possible circular locking dependency detected ] May 11 10:59:48 [kernel] [ 249...
May 12, 2:32 pm 2008
Alistair John Strachan
[PATCH] ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT wa...
As of recently (probably 2.6.26-rc1) I've been getting the following mangling in the kernel log: [4294014.568167] ACPI: DSDT override uses original SSDTs unless "acpi_no_auto_ssdt"<6>CPU0: Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz stepping 0d This is due to a missing newline character in the first message. The following patch against 2.6.26-rc2 fixes it. Please apply. Signed-off-by: Alistair John Strachan <alistair@devzero.co.uk> --- diff --git a/drivers/acpi/tables/tbxface....
May 12, 2:13 pm 2008
Jonathan Corbet
Tracking and crediting bug reporters
Several members of the Linux Foundation's Technical Advisory Board recently got together with Andrew Morton to talk about kernel quality issues. One of the things which came out of that meeting was a desire to improve incentives for people who report bugs. Clearly, actually fixing those bugs would qualify; nobody has lost sight of that. But it was suggested that the creation and publication of statistics on bug reporting would also help. One way to do this might be for Andrew (being the only one...
May 12, 1:27 pm 2008
previous daytodaynext day
May 11, 2008May 12, 2008May 13, 2008