| From | Subject | Date |
|---|---|---|
| bo yang | [PATCH 8/8] scsi: megaraid_sas - Update version and changelog
Update version and changelog
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
Documentation/scsi/ChangeLog.megaraid_sas | 160 ++++++++++++++++++++
drivers/scsi/megaraid/megaraid_sas.c | 2
drivers/scsi/megaraid/megaraid_sas.h | 7
3 files changed, 165 insertions(+), 4 deletions(-)
diff -uprN linux-2.6.22_orig/Documentation/scsi/ChangeLog.megaraid_sas linux-2.6.22_new/Documentation/scsi/ChangeLog.megaraid_sas
--- linux-2.6.22_orig/Documentation/scsi/ChangeLog.megaraid_sas 2...
| Sep 26, 11:59 am 2007 |
| bo yang | [PATCH 7/8] scsi: megaraid_sas - support for poll_mode_io (r...
Added module parameter "poll_mode_io" to support for "polling" (reduced interrupt operation).
In this mode, IO completion interrupts are delayed. At the end of initiating IOs,
the driver schedules for cmd completion if there are pending cmds.
A timer-based interrupt has also been added to prevent IO completion from
being delayed indefinitely in the case that no new IOs are initiated.
Some formatting issues in resume, suspend comment block also corrected
Signed-o...
| Sep 26, 11:51 am 2007 |
| bo yang | [PATCH 6/8] scsi: megaraid_sas - call cmd completion from re...
Driver will call cmd completion routine from Reset path without waiting for cmd completion from isr context.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 107 ++++++++++++-------------
drivers/scsi/megaraid/megaraid_sas.h | 2
2 files changed, 55 insertions(+), 54 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megarai...
| Sep 26, 11:46 am 2007 |
| bo yang | [PATCH 5/8] scsi: megaraid_sas - using unsigned long for sen...
MegaRAID utilities expect sense_buff to be of type unsigned long.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-09-27 04:41:39.000000000 -0700
+++ linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c ...
| Sep 26, 11:41 am 2007 |
| bo yang | [PATCH 4/8] scsi: megaraid_sas - check max_sgl reported by F...
1. Setting the max_sectors_per_req based on max SGL supported by the FW. Prior versions calculated
this value from controller info's max_sectors_1, max_sectors_2. For certain controllers/FW,
this was resulting in a value greater than max SGL supported by the FW. Now we take the min
of max sgl from FW and max_sectors calculation.
2. Increased MFI_POLL_TIMEOUT_SECS to 60 seconds from 10. FW may take a max of 60 seconds to
respond to the INIT cmd.
Signed-off-by:...
| Sep 26, 11:35 am 2007 |
| bo yang | [PATCH 3/8] scsi: megaraid_sas - add module param max_sector...
Adding module parameters to configure max sectors per request & # of cmds per lun.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 94 ++++++++++++++++++++++++-
drivers/scsi/megaraid/megaraid_sas.h | 2
2 files changed, 94 insertions(+), 2 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-09-26 13:3...
| Sep 26, 11:27 am 2007 |
| bo yang | PATCH [2/8] scsi: megaraid_sas - add module param fast_load
Driver will skip physical devices scan for the first time if the fast_load is set. This is to reduce time for loading driver.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 69 +++++++++++++++++++------
1 files changed, 55 insertions(+), 14 deletions(-)
diff -rupN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-09-26 16:19:18.3...
| Sep 26, 11:22 am 2007 |
| bo yang | [PATCH 1/8] scsi: megaraid_sas - add hibernation support
Adding hibernation support. suspend, resume routine implemented.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 302 +++++++++++++++++++------
drivers/scsi/megaraid/megaraid_sas.h | 1
2 files changed, 233 insertions(+), 70 deletions(-)
diff -rupN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-09-26 11:23:54.000000000 -0400...
| Sep 26, 11:02 am 2007 |
| Majumder, Rajib | TCP Spike
Hi,
We have observed 40ms latency spikes in TCP connections in "burst" type of traffic. This affects regular TCP sockets. We observed this issue in kernels of 2.4.21 and kernel 2.6.5.
Aparently, this seems to be fixed in 2.6.19.
Can someone throw some light on this?
Is this a congestion control/avoidance issue? What congestion control algorithm is used before 2.6.8?
Thanks
Rajib
==============================================================================
Please access the...
| Sep 26, 11:58 pm 2007 |
| Fengguang Wu | [PATCH] writeback: remove unnecessary wait in throttle_vm_wr...
We don't want to introduce pointless delays in throttle_vm_writeout()
when the writeback limits are not yet exceeded, do we?
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Pete Zaitcev <zaitcev@redhat.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Fengguang Wu <wfg@mail.ustc.edu.cn>
---
mm/page-writeback.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10...
| Sep 26, 9:50 pm 2007 |
| André Goddard Rosa | sched-devel feedback
Hi, Ingo , Mike and Peter!
Just passing around to say that 2.6.23-rc8-sched-dev is the best
scheduler ever to me. It's great for 3D games.
http://www.openarena.ws/?files is really great with this
scheduler. I played a whole match without no slowdown, smooth playing
all the time. I had never played it before like this, it made a huge
difference to me. Even older CFS releases and -ck did not made it
sooooo smooth. It was really smooth _all_ the time.
The scheduler team did a really ...
| Sep 26, 9:28 pm 2007 |
| Randy Dunlap | Re: [PATCH] Patches for tiny 386 kernels, again. Linux kerne...
tbird works when following the instructions at
http://mbligh.org/linuxdocs/Email/Clients/Thunderbird
Nope. I expect(ed) you to do that, i.e., make sure that the patch
--
~Randy
Phaedrus says that Quality is about caring.
-
| Sep 26, 7:47 pm 2007 |
| Jonathan Campbell | Re: [PATCH] Patches for tiny 386 kernels, again. Linux kerne...
Heh, well of course I vigoursly checked System.map. On my x86 and amd64
-
| Sep 26, 7:49 pm 2007 |
| Rafael J. Wysocki | 2.6.23-rc8: Known regressions from 2.6.22
Hi,
This message lists some known regressions from 2.6.22 for which there are
no fixes in the mainline that I know of. If any of them have been fixed
already, please let me know.
If you know of any other unresolved regressions from 2.6.22, please let me know
either and I'll add them to the list.
Subject: zd1211 device is no longer configured
Submitter: Oliver Neukum <oliver@neukum.org>
References: http://marc.info/?l=linux-usb-devel&m=118854967709322&w=2
[ message continues ] " title="http://bugzilla.kerne...">http://bugzilla.kerne... | Sep 26, 7:27 pm 2007 |
| Chuck Ebbert | Re: 2.6.23-rc8: Known regressions from 2.6.22
Patch was just merged.
-
| Sep 26, 7:29 pm 2007 |
| Robert Hancock | Re: [PATCH]PCI:disable resource decode in PCI BAR detection
How is this a change in behavior as far as this device is concerned? If
we are doing BAR sizing and moving the base address around, it's going
to cause problems if you try to access the device during this time
whether we disable decode or not.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
-
| Sep 26, 7:01 pm 2007 |
| Benjamin Herrenschmidt | Re: [PATCH]PCI:disable resource decode in PCI BAR detection
True. The window is smaller tho if the upper bridge decode hasn't been
disabled. I suppose I'll have to find a way to "pin" those devices and
generate the BAR info from the firmware data.
Ben.
-
| Sep 26, 8:40 pm 2007 |
| Matthew Wilcox | Re: [PATCH]PCI:disable resource decode in PCI BAR detection
The upper bridge decode only gets disabled while we size the upper
bridge's BARs. Then we reenable it.
--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
-
| Sep 26, 10:14 pm 2007 |
| Mark Gross | [RFC] QoS power Management enabling patch set
The following patches implement a more generalized infrastructure (than
latency.c) for connecting drivers and subsystem's that could implement
power performance optimizations with the data needed to implement such
policies.
These patches are following up on the discussions and presentations at
the power management summit last summer.
The idea is that from an abstract point of view how much to throttle
hardware can be expressed as a function of QoS types of parameters;
Latency, throughput, and id...
| Sep 26, 6:37 pm 2007 |
| Mark Gross | Re: [RFC] QoS power example / hack
The following patch is a bit of a hack to illustrate how the qos
parameter infrastructure can communication information to the e1000
driver to use to set interrupt consolidation policy as a function of
acceptable network latency.
Its just an example.
Signed-off-by: Mark Gross <mgross@linux.intel.com>
diff -urN -X linux-2.6.23-rc8/Documentation/dontdiff linux-2.6.23-rc8-qos-nolatency.c/drivers/net/e1000/e1000_main.c linux-2.6.23-rc8-qos-apps/drivers/net/e1000/e1000_main.c
--- linux-2.6...
| Sep 26, 6:45 pm 2007 |
| Mark Gross | Re: [RFC] QoS power Management enabling patch set
The following patch replaces latency.c with qos_params.c and fixes up
users of latency to use qos_params
Signed-off-by: Mark Gross <mgross@linux.intel.com>
diff -urN -X linux-2.6.23-rc8/Documentation/dontdiff linux-2.6.23-rc8-qos/drivers/acpi/processor_idle.c linux-2.6.23-rc8-qos-nolatency.c/drivers/acpi/processor_idle.c
--- linux-2.6.23-rc8-qos/drivers/acpi/processor_idle.c 2007-09-26 13:54:28.000000000 -0700
+++ linux-2.6.23-rc8-qos-nolatency.c/drivers/acpi/processor_idle.c 2007-09-26 14:...
| Sep 26, 6:42 pm 2007 |
| Mark Gross | Re: [RFC] QoS params patch
The following is the qos_param patch that implements a genralization of
latency.c.
Signed-off-by: Mark Gross <mgross@linux.intel.com>
diff -urN -X linux-2.6.23-rc8/Documentation/dontdiff linux-2.6.23-rc8/include/linux/qos_params.h linux-2.6.23-rc8-qos/include/linux/qos_params.h
--- linux-2.6.23-rc8/include/linux/qos_params.h 1969-12-31 16:00:00.000000000 -0800
+++ linux-2.6.23-rc8-qos/include/linux/qos_params.h 2007-09-26 14:05:20.000000000 -0700
@@ -0,0 +1,35 @@
+/* interface for the q...
| Sep 26, 6:40 pm 2007 |
| Paul Mundt | Re: [RFC] QoS params patch
Your } is in a strange place. It looks like it wants to join its friends
an enum would be better for this, especially as people are likely to add
This leaks. You'll have to scan down from i and clean up the kstrdup()
per qos_array element. Presently this will only free the first one to fail
kmalloc() under a spinlock. GFP_KERNEL implies __GFP_WAIT, which can
And here also, still under the spinlock. You can probably rework the
locking just to protect the list, if you really need it at all, it...
| Sep 26, 10:24 pm 2007 |
| Randy Dunlap | Re: [RFC] QoS params patch
Just some general comments (as on irc):
- use 'diffstat -p1 -w70' to summarize each patch
- use checkpatch.pl to check for coding style and other buglets
---
~Randy
Phaedrus says that Quality is about caring.
-
| Sep 26, 7:41 pm 2007 |
| Mark Gross | Re: [RFC] QoS params patch
updated patch:
Signed-off-by: mark gross <mgross@linux.intel.com>
Makefile | 2
linux/qos_params.h | 35 +++++
qos_params.c | 354 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 390 insertions(+), 1 deletion(-)
diff -urN -X linux-2.6.23-rc8/Documentation/dontdiff linux-2.6.23-rc8/include/linux/qos_params.h linux-2.6.23-rc8-qos/include/linux/qos_params.h
--- linux-2.6.23-rc8/include/linux/qos_params.h 1969-12-31 16:00:00.000000000 -08...
| Sep 26, 8:40 pm 2007 |
| Valdis.Kletnieks | Re: [RFC] QoS params patch
On Wed, 26 Sep 2007 17:40:20 PDT, Mark Gross said:
(others here are probably better at spotting leaks and races than I am,
So I don't get a choice in the matter if I will be dragging this thing
It's unclear whether these are registering a differing QoS request for each
process/container/whatever that asks for one, or if they're global across the
system. Also, even though it's "best effort", it would be good to document
what the failure mode is if we get conflicting requests, or an overcommit
sit...
| Sep 26, 10:53 pm 2007 |
| Paul Mundt | Re: [RFC] QoS params patch
You don't get that option with latency.c either at the moment, and it's
arguable whether it's even worth it. The more curious thing is that while
this qos params seems to be an evolution of Arjan's latency.c (and the
drivers that are using it are updated in the rest of the patch set),
latency.c itself is still compiled in. Is this an oversight, or was it
intentional? One set of latency hinting APIs only, please :-)
-
| Sep 26, 11:18 pm 2007 |
| Ahmed S. Darwish | [PATCH 1/3] Completely remove deprecated IRQ flags (SA_*)
Hi all,
Only very little files use the deprecated SA_* IRQ flags in latest pull. This
minimal patch series removes such macros from the tree and transfrom old code
to the new IRQF_* flags.
Andrew, I've grepped the whole tree to make sure that no more files than the
patched ones use such deprecated macros. I hope this series won't introduce
build errors.
Patches can be applied cleanly on v2.6.23-rc8.
==>
Get rid of the deprecated SA_* IRQ flags.
Signed-off-by: Ahmed S. Darwish <d...
| Sep 26, 6:33 pm 2007 |
| Ahmed S. Darwish | [PATCH 3/3] NCR53C8XX: Remove deprecated IRQ flags (SA_*)
Hi Matthew,
A patch to stop using deprecated IRQ flags in ncr53c8xx documentaion. The new
IRQF_* macros are used instead.
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
---
diff --git a/Documentation/scsi/ChangeLog.ncr53c8xx b/Documentation/scsi/ChangeLog.ncr53c8xx
index 7d03e9d..a9f721a 100644
--- a/Documentation/scsi/ChangeLog.ncr53c8xx
+++ b/Documentation/scsi/ChangeLog.ncr53c8xx
@@ -195,9 +195,9 @@ Sun Feb 14:00 1999 Gerard Roudier (groudier@club-internet.fr)
Pointed o...
| Sep 26, 6:36 pm 2007 |
| Ahmed S. Darwish | [PATCH 2/3] MIPS: Remove deprecated IRQ flags (SA_*)
Hi Ralf,
A patch to stop using deprecated IRQ flags. The new IRQF_* macros are used
instead.
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
---
diff --git a/arch/mips/pci/ops-pmcmsp.c b/arch/mips/pci/ops-pmcmsp.c
index 09fa007..a86a189 100644
--- a/arch/mips/pci/ops-pmcmsp.c
+++ b/arch/mips/pci/ops-pmcmsp.c
@@ -404,7 +404,7 @@ int msp_pcibios_config_access(unsigned char access_type,
if (pciirqflag == 0) {
request_irq(MSP_INT_PCI,/* Hardcoded internal MSP7120 wiring */
...
| Sep 26, 6:35 pm 2007 |
| Alan Cox | [PATCH] mm ecryptfs warning spew on 64bit
Its a size_t to use %Zd
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.23rc8-mm1/fs/ecryptfs/crypto.c linux-2.6.23rc8-mm1/fs/ecryptfs/crypto.c
--- linux.vanilla-2.6.23rc8-mm1/fs/ecryptfs/crypto.c 2007-09-26 16:46:54.000000000 +0100
+++ linux-2.6.23rc8-mm1/fs/ecryptfs/crypto.c 2007-09-26 17:31:47.000000000 +0100
@@ -1439,7 +1439,7 @@
* crypt_stat->num_header_extents_at_front)
< ECRYPTFS_MINIMUM_HEADER_EX...
| Sep 26, 6:35 pm 2007 |
| H. Peter Anvin | [GIT PULL] Workaround for broken Geode E820 BIOS
Hi Linus,
Please pull:
git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git for-linus
H. Peter Anvin (1):
[x86 setup] Handle case of improperly terminated E820 chain
arch/i386/boot/memory.c | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)
[Log messages and full diffs follow]
commit 2efa33f81ef56e7700c09a3d8a881c96692149e5
Author: H. Peter Anvin <hpa@zytor.com>
Date: Wed Sep 26 14:11:43 2007 -0700
[x86 s...
| Sep 26, 6:27 pm 2007 |
| Alan Cox | [PATCH] usb serial: Kill another case we pass NULL and shoul...
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.23rc8-mm1/drivers/usb/serial/console.c linux-2.6.23rc8-mm1/drivers/usb/serial/console.c
--- linux.vanilla-2.6.23rc8-mm1/drivers/usb/serial/console.c 2007-09-26 16:41:47.000000000 +0100
+++ linux-2.6.23rc8-mm1/drivers/usb/serial/console.c 2007-09-18 16:30:08.000000000 +0100
@@ -164,6 +164,7 @@
}
if (serial->type->set_termios) {
+ struct ktermios dummy;
/*...
| Sep 26, 6:12 pm 2007 |
| Alan Cox | [PATCH] usb_serial: Stop passing NULL to functions that expe...
Earlier patches have removed the checking for old v new differences from
the USB drivers so we can now pass in a valid blank old termios so that
we don't to fill the drivers with magic hacks for console support
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.23rc8-mm1/drivers/serial/serial_core.c linux-2.6.23rc8-mm1/drivers/serial/serial_core.c
--- linux.vanilla-2.6.23rc8-mm1/drivers/serial/serial_core.c 2007-09-26 16:...
| Sep 26, 6:08 pm 2007 |
| Andrew Morton | Re: [PATCH] usb_serial: Stop passing NULL to functions that ...
On Wed, 26 Sep 2007 23:08:40 +0100
Are all the prerequisites for these patches in mainline, or are there
dependencies on -mm stuff here?
-
| Sep 26, 6:52 pm 2007 |
| Alan Cox | Re: [PATCH] usb_serial: Stop passing NULL to functions that ...
On Wed, 26 Sep 2007 15:52:48 -0700
Sorry pre-req for the USB serial ones is the tty patch I sent you last
chunk that added tty_encode_baud_rate
I'd prefer them to sit in -mm a bit. I'm pretty sure most of them are
100% solid but I also want to see if we get any app breakages caused
by correcting our behaviour
Alan
-
| Sep 26, 7:01 pm 2007 |
| Alan Cox | [PATCH] pata_atiixp: Audit notes on locking
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.23rc8-mm1/drivers/ata/pata_atiixp.c linux-2.6.23rc8-mm1/drivers/ata/pata_atiixp.c
--- linux.vanilla-2.6.23rc8-mm1/drivers/ata/pata_atiixp.c 2007-09-26 16:46:48.000000000 +0100
+++ linux-2.6.23rc8-mm1/drivers/ata/pata_atiixp.c 2007-09-25 23:59:17.000000000 +0100
@@ -173,6 +173,9 @@
*
* When DMA begins we need to ensure that the UDMA control
* register for the channel...
| Sep 26, 6:02 pm 2007 |
| Jeff Dike | [PATCH 1/3] UML - Network formatting
Style and other non-functional changes in the UML networking code, including
include tidying
style violations
copyright updates
printks getting severities
userspace code calling libc directly rather than using the os_*
wrappers
There's also a exit path cleanup in the pcap driver.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
---
arch/um/drivers/daemon.h | 20 +--
arch/um/drivers/daemon_kern.c | 31 ++--
arch/um/drivers/daemon_user.c | ...
| Sep 26, 5:46 pm 2007 |
| Jeff Dike | [PATCH 2/3] UML - Network driver MTU cleanups
A bunch of MTU-related cleanups in the network code.
First, there is the addition of the notion of a maximally-sized
packet, which is the MTU plus headers. This is used to size the skb
that will receive a packet. This allows ether_adjust_skb to go away,
as it was used to resize the skb after it was allocated.
Since the skb passed into the low-level read routine is no longer
resized, and possibly reallocated, there, they (and the write
routines) don't need to get an sk_buff **. They just need t...
| Sep 26, 5:46 pm 2007 |
| Jeff Dike | [PATCH 3/3] UML - Correctly handle skb allocation failures
Handle memory allocation failures when reading packets.
We have to read something from the host, even if we can't allocate any
memory. If we don't, the host side of the device may fill up and stop
delivering interrupts because no new packets can be queued.
A single sk_buff is allocated whenever an MTU is seen which is larger
than any seen earlier. This is used to read packets if there is a
memory allocation failure.
The large MTU check is done from eth_configure, which is called when a
inter...
| Sep 26, 5:46 pm 2007 |
| Andrew Morton | Re: [PATCH 3/3] UML - Correctly handle skb allocation failures
On Wed, 26 Sep 2007 17:46:13 -0400
Unneeded initialisation?
Maybe not a good name for a global symbol ;)
... while other code is still using it. Are you sure we don't need
-
| Sep 26, 6:10 pm 2007 |
| thomas | xpad_probe: undefined reference to `led_classdev_register'
Hi.
Current linus' git tree:
x86_64-unknown-linux-gnu-ld: BFD 2.15 assertion fail
/home/thomas/source/crosstool-0.43/build/x86_64-unknown-linux-gnu/gcc-3.4.5-glibc-2.3.6/binutils-2.15/bfd/linker.c:619
make: *** [.tmp_vmlinux1] Fehler 1
any ideas?
mfg
thomas
-
| Sep 26, 5:25 pm 2007 |
| Randy Dunlap | Re: xpad_probe: undefined reference to `led_classdev_register'
Please send .config file.
Ix xpad driver built-in (yes, it is) and led driver is modular?
We can fix that...
---
~Randy
Phaedrus says that Quality is about caring.
-
| Sep 26, 5:55 pm 2007 |
| Dmitry Torokhov | Re: xpad_probe: undefined reference to `led_classdev_register'
Hi,
I have the patch below in mytree. I guess I need to forward it to Linus
insterad of waiting for 2.6.24 as too many people hit this.
--
Dmitry
Input: xpad - fix dependancy on LEDS class
The driver can not be built-in when LEDS class is a module.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
drivers/input/joystick/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: work/drivers/input/joystick/Kconfig
===============================================...
| Sep 26, 6:33 pm 2007 |
| Randy Dunlap | Re: xpad_probe: undefined reference to `led_classdev_register'
---
~Randy
Phaedrus says that Quality is about caring.
-
| Sep 26, 6:35 pm 2007 |
| roel | Re: [PATCH 2/4] dmapool: Validate parameters to dma_pool_cre...
Well as you say it, you like the braces, so it appears to be your fetish. Of course you don't
have to make any changes, I am just reporting them cause they aren't needed. No need for the
offensive tone either.
Roel
-
| Sep 26, 5:08 pm 2007 |
| Greg KH | State of the Linux PCI Subsystem for 2.6.23-rc8
Here's a summary of the current state of the Linux PCI subsystem, as of
2.6.23-rc8.
If the information in here is incorrect, or anyone knows of any
outstanding issues not listed here, please let me know.
List of outstanding regressions from 2.6.22:
- none known.
List of outstanding regressions from older kernel versions:
- none known.
If interested, the list of all currently open PCI bugs can be seen at:
http://bugzilla.kernel.org/showdependencytree.cgi?id=5829&hide_resolved=1
...
| Sep 26, 5:00 pm 2007 |
| Brice Goglin | Sep 26, 5:40 pm 2007 | |
| Greg KH | Re: State of the Linux PCI Subsystem for 2.6.23-rc8
That's not a regression, right? Tt's probably never worked for that
kind of box :)
I think the pci bus patches that are pending from Jeff Garzik should fix
up these issues. They are in one of his trees, and in the -mm release,
if you are able to test those.
thanks,
greg k-h
-
| Sep 26, 5:39 pm 2007 |
| Brice Goglin | Re: State of the Linux PCI Subsystem for 2.6.23-rc8
Ok, I'll see what I can do.
Jeff, could you point me to some good candidate patches for fixing this?
Brice
-
| Sep 26, 5:50 pm 2007 |
| previous day | today | next day |
|---|---|---|
| September 25, 2007 | September 26, 2007 | September 27, 2007 |
