linux-kernel mailing list

FromSubjectsort iconDate
Robert Hancock
Re: [PATCH]PCI:disable resource decode in PCI BAR detection
Disabling the BAR decoding does not mean disabling the device (aside from the one group of host bridge that apparently disables CPU to RAM access, whose designers were apparently on crack when they read the PCI spec and which is why we don't disable the decode on host bridges). There really is no other sane way to do it. If we do encounter other devices that choke on having the BAR disabled during probing then we can add additional quirk logic, but we haven't run into anything like that ye...
Sep 13, 11:32 pm 2007
Ken'ichi Ohmichi
[PATCH 0/4] [-mm patch] Cleanup add-vmcoreinfo.patch v2
Hi Andrew, I updated the cleanup patchset for add-vmcoreinfo.patch. * Cleanup add-vmcoreinfo.patch v1: http://www.ussg.iu.edu/hypermail/linux/kernel/0709.1/0318.html This patchset (v2) includes a new patch[4/4] for adding a prefix "VMCOREINFO_" to the vmcoreinfo macros. Other patches ([1/4]-[3/4]) don't have any changes. Changelog: - Add "Add a prefix VMCOREINFO_ to the vmcoreinfo macros" patch. Patchset: [1/4] Cleanup the coding style according to Andrew's comments: [ message continues ]
" title="http://lists.in...">http://lists.in...
Sep 13, 10:49 pm 2007
Ken'ichi Ohmichi
[PATCH 4/4] [-mm patch] Add a prefix "VMCOREINFO_" to the v...
[4/4] Add a prefix "VMCOREINFO_" to the vmcoreinfo macros. Old vmcoreinfo macros were defined as generic names SYMBOL/SIZE/OFFSET /LENGTH/CONFIG, and it is impossible to grep for them. So these names should be changed. This discussion is the following: http://www.ussg.iu.edu/hypermail/linux/kernel/0709.1/0415.html Thanks Ken'ichi Ohmichi --- Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> --- diff -rpuN a/arch/i386/kernel/machine_kexec.c b/arch/i386/kernel/m...
Sep 13, 11:00 pm 2007
Ken'ichi Ohmichi
[PATCH 3/4] [-mm patch] Use the existing ia64_tpa() instead...
[3/4] Use the existing ia64_tpa() instead of asm code. Thanks Ken'ichi Ohmichi --- Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> --- diff -rpuN a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c --- a/arch/ia64/kernel/machine_kexec.c 2007-09-10 23:30:33.000000000 +0900 +++ b/arch/ia64/kernel/machine_kexec.c 2007-09-10 23:31:37.000000000 +0900 @@ -21,6 +21,7 @@ #include <asm/setup.h> #include <asm/delay.h> #include <asm/meminit...
Sep 13, 10:58 pm 2007
Ken'ichi Ohmichi
[PATCH 2/4] [-mm patch] Add nodemask_t's size and NR_FREE_P...
[2/4] Add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data. The dump filetering command 'makedumpfile'(v1.1.6 or before) had assumed the above values, and it was not good from the reliability viewpoint. So makedumpfile v1.2.0 came to need these values and I created the patch to let the kernel output them. makedumpfile site: https://sourceforge.net/projects/makedumpfile/ Thanks Ken'ichi Ohmichi --- Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp...
Sep 13, 10:56 pm 2007
David Rientjes
Re: [PATCH 2/4] [-mm patch] Add nodemask_t's size and NR_FR...
The #define SIZE() should be renamed STRUCT_SIZE() since it's always returning the size of the struct with a given name. This would allow TYPEDEF_SIZE() to simply become SIZE() since it need not be used exclusively for typedefs. -
Sep 13, 11:36 pm 2007
Ken'ichi Ohmichi
[PATCH 1/4] [-mm patch] Cleanup the coding style according ...
[1/4] Cleanup the coding style according to Andrew's comments: http://lists.infradead.org/pipermail/kexec/2007-August/000522.html - vmcoreinfo_append_str() should have suitable __attribute__s so that the compiler can check its use. - vmcoreinfo_max_size should have size_t. - Use get_seconds() instead of xtime.tv_sec. - Use init_uts_ns.name.release instead of UTS_RELEASE. Thanks Ken'ichi Ohmichi --- Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> Signed-off-by: Andrew ...
Sep 13, 10:53 pm 2007
KaiGai Kohei
Wrappers to load bitmaps (Re: [PATCH] Improve ebitmap scanni...
Now I'm improving the performance to scan bitmap in SELinux, with replacing its original bitmap implementation (ebitmap) by common bitops like find_next_bit(). I posted a patch to replace them, however, it got a bit complex bacause we had to translate u64 <--> unsigned long by myself to adjust between the format of security policy and common bitops. http://marc.info/?l=selinux&m=118956715414494&w=2 I have an idea to provide several wrapper functions to copy u64/u32 to/from unsign...
Sep 13, 9:02 pm 2007
Yuichi Nakamura
[PATCH] selinux: Improving SELinux read/write performance
Hello. I would like to propose patch that reduces overhead in read/write by SELinux. I sent RFC in previous thread. http://lkml.org/lkml/2007/9/6/14 As a result of discussion in previous thread, quality of code has improved, so I would like to submit patch here. 1. Background Look at benchmark result below. lmbench simple read/write(average of 5 run). Big overhead exists especially on SH(SuperH) arch. 1) Result for x86(Pentium 4 2.6Ghz), kernel 2.6.22 Base SELinux Overhea...
Sep 13, 8:27 pm 2007
Arjan Opmeer
First stab at Elantech touchpad driver for 2.6.22.6. Testers...
Hi!, This is a first stab at a Linux driver for the Elantech touchpad as found on some laptops (e.g. MSI MS-1035 aka L725). Insight in the protocol and configuration options came from investigating the behaviour of the Windows Elantech touchpad driver in a Qemu instance by logging the PS/2 data stream and observing the changes it made to the Windows registry. By using the serio_raw driver, replaying the logged PS/2 sequences and studying the resulting output the protocol became clear enough ...
Sep 13, 8:00 pm 2007
Greg KH
[RFC] Some driver core and kobject minor patches
Kay pointed out to me the other day that we are dragging around 20 bytes in every struct kobject and in every struct device to contain a name string that can be dynamically allocated instead. For small device names (the majority), this savings can add up, especially with a lot of individual devices. So, I started out by getting rid of the static array in the kobject structure, as we already were dynamically allocating space if it was needed. Of course, this required a number of other minor clea...
Sep 13, 7:37 pm 2007
Greg KH
kobject: remove the static array for the name
Due to historical reasons, struct kobject contained a static array for the name, and a dynamic pointer in case the name got bigger than the array. That's just dumb, as people didn't always know which variable to reference, even with the accessor for the kobject name. This patch removes the static array, potentially saving a lot of memory as the majority of kobjects do not have a very long name. Thanks to Kay for the idea to do this. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: ...
Sep 13, 7:44 pm 2007
Greg KH
kobjects: fix up improper use of the kobject name field
A number of different drivers incorrect access the kobject name field directly. This is not correct as the name might not be in the array. Use the proper accessor function instead. --- block/elevator.c | 2 +- block/ll_rw_blk.c | 2 +- drivers/acpi/bus.c | 2 +- drivers/cpufreq/cpufreq.c | 2 +- drivers/md/md.c | 3 +-- fs/partitions/check.c | 12 +++++++----- net/bridge/br_sysfs_br.c | 2 +- 7 files changed, 13 insertions(+), 12 de...
Sep 13, 7:43 pm 2007
Greg KH
cdev: remove unneeded setting of cdev names
<resend with proper subject:> struct cdev does not need the kobject name to be set, as it is never used. This patch fixes up the few places it is set. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- block/bsg.c | 5 +---- drivers/char/raw.c | 5 +---- drivers/media/dvb/dvb-core/dvbdev.c | 5 +---- drivers/usb/core/devio.c | 6 ++---- 4 files changed, 5 insertions(+), 16 deletions(-) --- a/block/bsg.c ++...
Sep 13, 7:43 pm 2007
Greg KH
Drivers: clean up direct setting of the name of a kset
A kset should not have its name set directly, so dynamically set the name at runtime. This is needed to remove the static array in the kobject structure which will be changed in a future patch. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/edac/edac_mc_sysfs.c | 3 ++- fs/dlm/lockspace.c | 2 +- fs/gfs2/locking/dlm/sysfs.c | 2 +- fs/gfs2/sys.c | 2 +- fs/ocfs2/cluster/masklog.c | 3 ++- 5 files changed, 7 insertions(+), 5...
Sep 13, 7:42 pm 2007
Greg KH
Re: [RFC] Some driver core and kobject minor patches
struct cdev does not need the kobject name to be set, as it is never used. This patch fixes up the few places it is set. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- block/bsg.c | 5 +---- drivers/char/raw.c | 5 +---- drivers/media/dvb/dvb-core/dvbdev.c | 5 +---- drivers/usb/core/devio.c | 6 ++---- 4 files changed, 5 insertions(+), 16 deletions(-) --- a/block/bsg.c +++ b/block/bsg.c @@ -1010,10 +1010,7 @@...
Sep 13, 7:42 pm 2007
Greg KH
sysfs: spit a warning to users when they try to create a dup...
We want to let people know when we create a duplicate sysfs file, as they need to fix up their code. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- fs/sysfs/dir.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c @@ -428,8 +428,12 @@ void sysfs_addrm_start(struct sysfs_addr */ int sysfs_add_one(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *sd) { - if (sysfs_find_dirent(acxt->parent_sd, sd->s_name)) + if ...
Sep 13, 7:41 pm 2007
Greg KH
Driver core: remove subsys_set_kset
This macro is only used by the driver core and is held over from when we had subsystems. It is not needed anymore. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/bus.c | 3 ++- drivers/base/class.c | 2 +- include/linux/kobject.h | 13 ------------- 3 files changed, 3 insertions(+), 15 deletions(-) --- a/drivers/base/bus.c +++ b/drivers/base/bus.c @@ -823,7 +823,8 @@ int bus_register(struct bus_type * bus) if (retval) goto out; - subs...
Sep 13, 7:40 pm 2007
Greg KH
Driver core: remove subsys_put()
There are no more subsystems, it's a kset now so remove the function and the only two users, which are in the driver core. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/bus.c | 2 +- drivers/base/class.c | 2 +- include/linux/kobject.h | 5 ----- lib/kobject.c | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) --- a/drivers/base/bus.c +++ b/drivers/base/bus.c @@ -734,7 +734,7 @@ struct bus_type *get_bus(struct bus_type vo...
Sep 13, 7:40 pm 2007
Greg KH
Driver core: remove subsys_get()
There are no more subsystems, it's a kset now so remove the function and the only two users, which are in the driver core. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/bus.c | 2 +- drivers/base/class.c | 2 +- include/linux/kobject.h | 7 ------- lib/kobject.c | 2 +- 4 files changed, 3 insertions(+), 10 deletions(-) --- a/drivers/base/bus.c +++ b/drivers/base/bus.c @@ -728,7 +728,7 @@ EXPORT_SYMBOL_GPL(device_reprobe); struc...
Sep 13, 7:40 pm 2007
Greg KH
Driver core: remove put_bus()
put_bus() should not be globally visable as it is not used by anything other than drivers/base/bus.c. This patch removes the visability of it, and renames it to match all of the other *_put() functions in the kernel. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/base.h | 1 - drivers/base/bus.c | 29 ++++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) --- a/drivers/base/base.h +++ b/drivers/base/base.h @@ -19,7 +19,6 @@ extern...
Sep 13, 7:39 pm 2007
Greg KH
Driver core: remove kset_set_kset_s
This macro is only used by the driver core and is held over from when we had subsystems. It is not needed anymore. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/sys.c | 2 +- include/linux/kobject.h | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) --- a/drivers/base/sys.c +++ b/drivers/base/sys.c @@ -139,7 +139,7 @@ int sysdev_class_register(struct sysdev_ kobject_name(&cls->kset.kobj)); INIT_LIST_HEAD(&cls->...
Sep 13, 7:39 pm 2007
Greg KH
Driver core: remove get_bus()
get_bus() should not be globally visable as it is not used by anything other than drivers/base/bus.c. This patch removes the visability of it, and renames it to match all of the other *_get() functions in the kernel. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/base/base.h | 1 - drivers/base/bus.c | 24 ++++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) --- a/drivers/base/base.h +++ b/drivers/base/base.h @@ -18,7 +18,6 @@ extern int ...
Sep 13, 7:38 pm 2007
David Wilder Sep 13, 7:43 pm 2007
David Wilder Sep 13, 7:43 pm 2007
Tobias Oetiker
Re: [PATCH 00/23] per device dirty throttling -v10
Peter, I have been using your -v9 backport to 2.6.22 (thanks very much btw) for the last few days on an amd64 system configured like this: [/],[/home],[/backup],... on top of [lvm2] using [/dev/sdb] which is an [areca hw raid 6 device made up from 8 sata disks] With your patch, performance was much improved. But still there are some seemingly simple tasks which do not work well. Like cp /home/bigfile.txt /backup/bigfile.txt or also rm -r /backup/big-directory They bo...
Sep 13, 7:13 pm 2007
David Wilder
[PATCH 0/2] A kernel tracing interface
These patches provide a kernel tracing interface called "trace". The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance and low-overhead of relayfs for passing traces data from kernel to user space. - Provide a common user interface for managing kernel traces. - Allow for binary as well as ascii trace data. - Incorporate features from the systemtap runtime that are useful to others. History- Versions of this code have been su...
Sep 13, 7:43 pm 2007
aherrman
Commit 02a5e0acb3cb85d80d0fe834e366d38a92bbaa22 might break ...
Due to commit 02a5e0acb3cb85d80d0fe834e366d38a92bbaa22 kernel build is broken if (CONFIG_COMPAT && ! CONFIG_BLOCK): CC fs/compat_ioctl.o In file included from include/linux/raid/md_k.h:19, from include/linux/raid/md.h:54, from fs/compat_ioctl.c:25: include/linux/raid/../../../drivers/md/dm-bio-list.h: In bio_list_: include/linux/raid/../../../drivers/md/dm-bio-list.h:40: error: dereferencing pointer to incomplete type include/linux/raid/../../../dri...
Sep 13, 7:28 pm 2007
David Howells
Re: Commit 02a5e0acb3cb85d80d0fe834e366d38a92bbaa22 might br...
Acked-By: David Howells <dhowells@redhat.com> -
Sep 13, 8:53 pm 2007
dimm
Re: [announce] CFS-devel, performance improvements
and here's something a bit more intrusive. The initial idea was to completely get rid of 'se->fair_key'. It's always equal to 'se->vruntime' for all runnable tasks but the 'current'. The exact key within the tree for the 'current' has to be known in order for __enqueue_entity() to work properly (if we just use 'vruntime', we may go a wrong way down the tree while looking for the correct position for a new element). Sure, it's possible to cache the current's key in the 'cfs_rq' and add a few a...
Sep 13, 7:25 pm 2007
dimm
Re: [announce] CFS-devel, performance improvements
Hi, please find a couple of minor cleanups below (on top of sched-cfs-v2.6.23-rc6-v21-combo-3.patch): (1) Better placement of #ifdef CONFIG_SCHEDSTAT block in dequeue_entity(). Signed-off-by: Dmitry Adamushko <dmitry.adamushko@gmail.com> --- diff -upr linux-2.6.23-rc6/kernel/sched_fair.c linux-2.6.23-rc6-my/kernel/sched_fair.c --- linux-2.6.23-rc6/kernel/sched_fair.c 2007-09-13 21:38:49.000000000 +0200 +++ linux-2.6.23-rc6-my/kernel/sched_fair.c 2007-09-13 21:48:50.000000000 +020...
Sep 13, 6:51 pm 2007
Denys Vlasenko
[PATCH] module.c: add missing ifdefs for CONFIG_UNUSED_SYMBOLS
Hi Andrew, module.c and module.h conatains code for finding exported symbols which are declared with EXPORT_UNUSED_SYMBOL, and this code is compiled in even if CONFIG_UNUSED_SYMBOLS is not set and thus there can be no EXPORT_UNUSED_SYMBOLs in modules anyway (because EXPORT_UNUSED_SYMBOL(x) are compiled out to nothing then). This patch adds required #ifdefs. This shrinks module.o and each *.ko file. Patch also regroups some struct module members so that on 64 bit CPUs we are not wasting 32 b...
Sep 13, 6:30 pm 2007
Andrew Morton
Re: [PATCH] module.c: add missing ifdefs for CONFIG_UNUSED_S...
On Thu, 13 Sep 2007 23:30:33 +0100 The intent seems reasonable. Would have preferred separate patches for the separate things though.. This: akpm:/usr/src/25> grep '^+#' patches/modulec-add-missing-ifdefs-for-config_unused_symbols.patch +#ifdef CONFIG_UNUSED_SYMBOLS +#endif +#ifdef CONFIG_UNUSED_SYMBOLS +#endif +#ifdef CONFIG_UNUSED_SYMBOLS +#endif +#ifdef CONFIG_UNUSED_SYMBOLS +#endif +#ifdef CONFIG_UNUSED_SYMBOLS +#endi...
Sep 13, 7:00 pm 2007
Denys Vlasenko
Re: [PATCH] module.c: add missing ifdefs for CONFIG_UNUSED_S...
Attached patch reduces number of inserted #ifdefs from 11 to 8. -- vda
Sep 13, 7:23 pm 2007
H. Peter Anvin
ACPI video mode patch review
Pavel, want to look at the patch before sending it to Linus? --- THIS IS NOT (YET) A PULL REQUEST --- -hpa
Sep 13, 5:37 pm 2007
Jeff Chua
Re: ACPI video mode patch review
HPA, After a day, still works, no video mess-up after s2ram resume. I guess we can close this regression for -rc6 now. I'll test it again after Linus release the next update. Thanks for the patch. Great work! Jeff. -
Sep 13, 7:23 pm 2007
Jeff Dike
[PATCH 3/3] UML - Fix usec to nsec conversion
microseconds need to be multiplied by a thousand, not a billion, to get nanoseconds. Signed-off-by: Jeff Dike <jdike@linux.intel.com> -- arch/um/os-Linux/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.22/arch/um/os-Linux/time.c =================================================================== --- linux-2.6.22.orig/arch/um/os-Linux/time.c 2007-09-12 16:45:28.000000000 -0400 +++ linux-2.6.22/arch/um/os-Linux/time.c 2007-09-13 11:37:05.000000000 -0400 @@...
Sep 13, 4:41 pm 2007
Jeff Dike
[PATCH 2/3] UML - Remove called-once function
init_irq_signals doesn't need to be called from the context of a new process. It initializes handlers, which are useless in process context. With that call gone, init_irq_signals has only one caller, so it can be inlined into init_new_thread_signals. Index: linux-2.6.22/arch/um/include/os.h =================================================================== --- linux-2.6.22.orig/arch/um/include/os.h 2007-09-12 16:45:28.000000000 -0400 +++ linux-2.6.22/arch/um/include/os.h 2007-09-13 10:46:34.0000...
Sep 13, 4:41 pm 2007
Jeff Dike
[PATCH 1/3] UML - Remove an unused file
arch/um/os-Linux/tt.c is no longer used. Signed-off-by: Jeff Dike <jdike@linux.intel.com> -- arch/um/os-Linux/tt.c | 195 -------------------------------------------------- 1 file changed, 195 deletions(-) Index: linux-2.6.22/arch/um/os-Linux/tt.c =================================================================== --- linux-2.6.22.orig/arch/um/os-Linux/tt.c 2007-09-02 14:05:53.000000000 -0400 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,195 +0,0 @@ -/* - * Copyright (C) 200...
Sep 13, 4:41 pm 2007
Jeff Dike
[PATCH 0/3] UML - Three small patches for 2.6.24
These are two code cleanups and a fix for one of yesterday's patches. 2.6.24 material. Jeff -- Work email - jdike at linux dot intel dot com -
Sep 13, 4:41 pm 2007
Bob Montgomery
RFC: incorrect results from RTC reading method
I am not a subscriber to this list. Please cc me in correspondence. Thanks for your consideration. Bob Montgomery Contracting at HP, Fort Collins ----------------------------- Incorrect method of reading the RTC I think the code used to read the RTC in arch/x86_64/kernel/time.c is incorrect. This code was added in patch: 2006-03-28 Matt Mackall [PATCH] RTC: Remove RTC UIP synchronization on x86_64 I have been investigating intermittent boot problems on x86_64 systems running a varian...
Sep 13, 4:33 pm 2007
David Howells
Credentials test patch
Hi Al, Christoph, Here's a patch that implements a very basic set of COW credentials. It compiles and links for x86_64 with EXT3, (V)FAT, NFS, AFS, SELinux and keyrings all enabled. Most other filesystems are disabled, apart from things like proc. It is not intended to completely cover the kernel at this point. Note that the keyrings cause a little bit of a problem as the thread, process and session keyrings can all be installed on one task by another. Furthermore, the session keyring can be...
Sep 13, 3:56 pm 2007
Linus Torvalds
Re: Credentials test patch
That "current_cred" thing is really too ugly to live. Why is it trying to make it look like a variable? That will just confuse people, and/or make them think it's a cheap thing rather than some complex function call. Also, why does the "__current_cred()" function have those illogical and insane "#ifdef CONFIG_KEYS" things in it, when it cannot be used/work sanely without it (and when the header file does a +#ifndef CONFIG_KEYS +#define __current_cred() ({ current->cred; })...
Sep 13, 4:09 pm 2007
David Howells
Re: Credentials test patch
Like 'current' for instance? static __always_inline struct task_struct *get_current(void) { return x86_read_percpu(current_task); } Yes, I know it's silly. One thing I was trying to do was make it possible to change how the cred structure was accessed without having to keep going back and change a whole It's a 'test' patch, as you'll note from the subject, and not particularly near completion. I'm interested in garnering useful comments, particularly on the points of concern th...
Sep 13, 5:19 pm 2007
Linus Torvalds
Re: Credentials test patch
"current" has solid *historical* reasons for being that way. Namely: it actually *was* a variable. That worked fine for UP. It got changed much much later. Also, even in modern times, "current" is optimized to hell and back, and is often as cheap (or cheaper than) a global variable, so there is also no subtle performance question. So using "current" as an excuse is not really valid. AT ALL. Linus -
Sep 13, 5:33 pm 2007
Randy Dunlap
2.6.23-rc6-git4: reiserfs bug
on x86_64, 2 CPU + HT, 4 GB RAM: reiserfs with blocksize of 1 KB, data=ordered [ 9828.242431] ------------[ cut here ]------------ [ 9828.247056] kernel BUG at fs/reiserfs/journal.c:531! [ 9828.252017] invalid opcode: 0000 [1] SMP [ 9828.256070] CPU 0 [ 9828.258105] Modules linked in: reiserfs loop [ 9828.262428] Pid: 16555, comm: pdflush Not tainted 2.6.23-rc6-git3 #1 [ 9828.268775] RIP: 0010:[<ffffffff8802832d>] [<ffffffff8802832d>] :reiserfs:reiserfs_in_journal+0x10c/0x189 [ 9...
Sep 13, 3:54 pm 2007
Randy Dunlap
Re: 2.6.23-rc6-git3 (not -git4): reiserfs bug
~~~~~~~~~~~~~~~~~~ --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -
Sep 13, 3:56 pm 2007
Juha Laiho
[PATCH] i386: Compaq EVO N800c needs PCI bus renumbering
Force PCI bus renumbering for Compaq EVO N800c laptop, in order to get the cardbus slot recognised. Signed-off-by: Juha Laiho <Juha.Laiho@iki.fi> --- Please note that I'm not subscribed to linux-kernel, so please cc any comments to my personal email. The diff was done against version 2.6.22.6. diff -upN arch/i386/pci/common.c.orig arch/i386/pci/common.c --- arch/i386/pci/common.c.orig 2007-09-13 20:51:08.000000000 +0300 +++ arch/i386/pci/common.c 2007-07-17 12:09:53.000000000 +0300 ...
Sep 13, 2:21 pm 2007
Steve Wise
[PATCH v2] iw_cxgb3: Support "iwarp-only" interfaces to avoi...
iw_cxgb3: Support "iwarp-only" interfaces to avoid 4-tuple conflicts. Version 2: - added a per-device mutex for the address and listening endpoints lists. - wait for all replies if sending multiple passive_open requests to rnic. - log warning if no addresses are available when a listen is issued. - tested --- Design: The sysadmin creates "for iwarp use only" alias interfaces of the form "devname:iw*" where devname is the native interface name (eg eth0) for the iwarp netdev device...
Sep 13, 3:16 pm 2007
Sean Hefty
Re: [ofa-general] [PATCH v2] iw_cxgb3: Support "iwarp-only" ...
I've only given this a high level review at this point, and while the patch looks okay on first pass, is there a way to move some of this functionality to either the rdma_cm or iw_cm? I don't like the idea of every iwarp driver having to implement address/listen list maintenance. There are a couple of areas that I made a note to look at in more detail (because I didn't understand everything that was happening), but I did have one minor nit - most uses of list_del_init can just be list_del. ...
Sep 13, 3:54 pm 2007
previous daytodaynext day
September 12, 2007September 13, 2007September 14, 2007