On Wed, 2005-02-23 at 20:06 +, Hugh Dickins wrote:
> On Wed, 23 Feb 2005, Lee Revell wrote:
> > On Wed, 2005-02-23 at 19:16 +, Hugh Dickins wrote:
> > >
> > > I'm just about to test this patch below: please give it a try: thanks...
>
> I'm very sorry, there's two things wrong with that ve
Helge Hafting <[EMAIL PROTECTED]> wrote:
>
> This kernel came up, but my boot script complained about no /dev/hdb3
> when trying to mount /var.
> (I have two IDE disks on the same cable, and an IDE cdrom on another.)
> They are usually hda, hdb, and hdc.
>
> MAKEDEV hdq did not help. Looking
On Wed, Feb 23, 2005 at 04:26:58PM +0100, Sven Geggus wrote:
> Hi there,
>
> looks like xfsdumpis broken with recent 2.6.11-rc Kernels. 2.6.11-rc4 is the
> one I tried.
>
> Strange enough ist does seem to work _sometimes_, but it does not work
> most of the time.
>
> If it does not work I just g
Steven Cole <[EMAIL PROTECTED]> wrote:
>
> Andrew Morton wrote:
> >
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
> >
> >
> > - Various fixes and updates all over the place. Things seem to have slowed
> > down a bit.
> >
>
> I am having t
Folks,
This group was instrumental in helping me get my first-ever
linux/PCI-bus device driver working last year, and I'm back for
some more help if you are willing.
I have a PCI card that generates an interrupt when it completes
a DMA transfer to the
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote:
> Valgrind is critically dependent on getting siginfo with its synchronous
> (caused by an instruction fault) signals; if it gets, say, a SIGSEGV
> which doesn't have siginfo, it must terminate ASAP because it really
> can't make any more progress wi
2.6.11-rc4 built with gcc-3.4.3 works fine on my eMac.
Building with gcc-4.0.0 (20050220) however gives me a kernel
with dead USB, and thus no keyboard or mouse, but everything
else seems to be working.
A diff between dmesg on the two kernels has an interesting nugget:
--- dmesg-2.6.11-rc4-gcc343
On Wed, 2005-02-23 at 20:06 +, Hugh Dickins wrote:
> >
> > Thanks, your patch fixes the copy_pte_range latency.
>
> Great, if the previous patch fixed that latency then this new one
> will too, no need to report on that; but please get rid of the old
> patch before it leaks too many of your p
Hi All,
I recently installed Fedora RC3 on a new server.
The kernel is 2.6.10-1.741_FC3smp. The server
crashes every few days. When I examine /var/log/messages,
I find the following line just before the crash:
Feb 22 23:50:35 hostname kernel: [ cut here ]
Feb 22 23:50:35 hos
On Wed, 23 Feb 2005, Alan Kilian wrote:
callpci_enable_device(dev)
... before you use the IRQ in dev->irq.
The reported IRQ is bogus until you make that
call. It's a reported BUG, probably won't
ever get fixed because it's considered a
feature.
On Wednesday 23 February 2005 21:57, Jeff Garzik wrote:
> This BK push includes additional hardware support, but that's only
> because it's (a) obviously low impact and (b) it was in the queue.
> --- a/drivers/scsi/ahci.c
> +++ b/drivers/scsi/ahci.c
> +static u8 ahci_check_err(struct ata_port *
Kaigai Kohei wrote:
Hi, Thanks for your comments.
>> I think there are two issues about system accounting framework.
>>
>> Issue: 1) How to define the appropriate unit for accounting ?
>> Current BSD-accountiong make a collection per process accounting
>> information.
>> CSA make additionally
¿Le gustaría que su empresa, producto o servicio llegara a mas de 190,000
personas con correo electrónico de forma directa, económica y Efectiva?.
¿Le gustaría darle a sus clientes un servicio totalmente personalizado e
interactivo a través de su correo electrónico?
¿Le gustaría aumentar el tr
On Wed, 23 Feb 2005, Hugh Dickins wrote:
> Please replace by new patch below, which I'm now running through lmbench.
That second patch seems fine, and I see no lmbench regression from it.
Hugh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [E
On Wed, 2005-02-23 at 15:41 -0500, Ammar T. Al-Sayegh wrote:
> Hi All,
>
> I recently installed Fedora RC3 on a new server.
> The kernel is 2.6.10-1.741_FC3smp. The server
> crashes every few days. When I examine /var/log/messages,
> I find the following line just before the crash:
>
> Feb 22 23:
On Wed, 23 Feb 2005, Lee Revell wrote:
> > >
> > > Thanks, your patch fixes the copy_pte_range latency.
>
> clear_page_range is also problematic.
Yes, I saw that from your other traces too. I know there are plans
to improve clear_page_range during 2.6.12, but I didn't realize that
it had become
On Wed, Feb 23, 2005 at 01:42:33AM -0800, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
>
>
> - Various fixes and updates all over the place. Things seem to have slowed
> down a bit.
>
> - Last, final, ultimate call: if anyo
IRQ races during change of mtu
- NAPI poll must be enabled prior to IRQ activation or the IRQ handler
will not know what to do with an incoming packet;
- rtl8169_down() needs to try twice to sync with the IRQ handler when
it is not issued under !netif_running() protection.
Both changes make it
On Wednesday 23 February 2005 23:45, Alexey Dobriyan wrote:
> > +static void qs_ata_setup_port(struct ata_ioports *port, unsigned long base)
> > +{
> > + port->cmd_addr =
>
> > + port->error_addr=
>
> > + port->status_addr =
>
> > + port->altstatus_addr=
>
> O
I finally had some time to debug this one a little more
thoroughly. On two different machines (Shuttle SB61G1) I
get the same results, so I do not believe it is bad hardware...
The bug is as follows:
I have 1 4-port tulip NIC in the machine. If I generate traffic
between two interfaces, it runs f
While working on a driver for z85230 based board I noticed what looks
like it could be a problem. If the interrupt handler is handling an
interrupt on port b and an interrupt comes in for port a, it seems to me
that the port b handler would be called instead of the port a handler,
and possibly
Rogério Brito wrote:
On Feb 20 2005, Folkert van Heusden wrote:
My linux laptop says:
irq 5: nobody cared!
(...)
Does anyone care? :-)
Well, I'm getting similar stack traces with my system and those are sure
scary, but it seems that my e-mails to the list are simply ignored,
unfortunately.
I poste
Factor out some code
Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
diff -puN drivers/net/r8169.c~r8169-460 drivers/net/r8169.c
--- a/drivers/net/r8169.c~r8169-460 2005-02-23 21:35:28.715271999 +0100
+++ b/drivers/net/r8169.c 2005-02-23 21:35:28.720271177 +0100
@@ -495,6 +495,13 @@
Hi,
On Wed, Feb 23, 2005 at 07:20:09PM +0100, Brice Goglin wrote:
> Andrew Morton a écrit :
> >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
>
> I can't get PCMCIA to work anymore since rc4-mm1.
> It was working great with rc4 and rc3-mm1.
>
> PCMCIA loa
On Thu, Feb 10, 2005 at 04:28:58PM +0100, Mikael Pettersson wrote:
> Here is a preliminary set of patches to allow gcc-4.0 (20050130)
> to compile the 2.4.30-pre1 kernel. I make no claim that the patches
> are complete, but they have been tested successfully on i386 (multiple
> boxes), x86-64, and
Thanks. All this stuff was minor, so I'll wait until 2.6.11 release to
update.
I forwarded the qstor stuff to maintainer Mark Lord.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://
Alexey Dobriyan schrieb:
> On Wednesday 23 February 2005 21:57, Jeff Garzik wrote:
>>+ addr = sg_dma_address(sg);
>>+ *(u64 *)prd = cpu_to_le64(addr);
>
>
> *(__le64 *) prd
>
>
>>+ prd += sizeof(u64);
>
>
>>+ len = sg_dma_len(sg);
>>+ *(u
On Wed, Feb 23, 2005 at 01:42:33AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.11-rc3-mm1:
>...
> bk-kbuild.patch
>...
This adds -Wno-pointer-sign to the main Makefile a second time.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkne
On Wed, 23 Feb 2005, Ammar T. Al-Sayegh wrote:
>
> I recently installed Fedora RC3 on a new server.
> The kernel is 2.6.10-1.741_FC3smp.
I can't really speak for Fedora RC3 kernels,
perhaps there's some special patch in there that happens to
trigger it for you, but certainly there have been occas
Lorenzo Hernández García-Hierro wrote:
Also, it was a pretty good thing from them this piece of work.
Think that they investors may dislike the model they followed when the
merge happened, anyways, and as an example, I pretty ignore those
patents claims,for example, think that Type Enforcement (TE)
Adrian Bunk writes:
> On Thu, Feb 10, 2005 at 04:28:58PM +0100, Mikael Pettersson wrote:
> > Here is a preliminary set of patches to allow gcc-4.0 (20050130)
> > to compile the 2.4.30-pre1 kernel. I make no claim that the patches
> > are complete, but they have been tested successfully on i386
Thanks for finding that.
Ack! I did a quick merge of my well-tested patches with the cputime_t
stuff, and apparently didn't do quite as much testing as I thought I did.
There was a little query/replace error in my per-process-itimer-cpu patch
now in -mm. Your patch is necessary but not sufficien
Wichert Akkerman wrote:
Previously Jeff Garzik wrote:
You should add this to your procmailrc :)
# Nuke duplicate messages
:0 Wh: msgid.lock
| $FORMAIL -D 32768 msgid.cache
That has the nasty side-effect of spreading messages for a single
discussion amongst many different mailboxes depending on whi
On Wed, 2005-02-23 at 15:41 -0500, Ammar T. Al-Sayegh wrote:
Hi All,
I recently installed Fedora RC3 on a new server.
The kernel is 2.6.10-1.741_FC3smp. The server
crashes every few days. When I examine /var/log/messages,
I find the following line just before the crash:
Feb 22 23:50:35 hostname ker
Hello!
I once again tried reiserfs, this time on my ibook:
ei ~ # mkreiserfs -V
mkreiserfs 3.6.19 (2003 www.namesys.com)
ei ~ # uname -a
Linux ei 2.6.10 #5 Sun Feb 6 17:26:47 CET 2005 ppc 750CXe PowerBook4,1 GNU/Linux
If I tar xf $big_tar (speaking about the gcc-source), my system hangs:
- no
> The problem arises from code touching the union in alloc_posix_timer()
> which makes firing go non-zero. When firing is checked in
> posix_cpu_timer_set() it will be positive causing an infinite loop.
>
> So either the below fix or preferably move the INIT_LIST_HEAD(x) from
> alloc_posix_timer()
Linux 2.6 (mm tree) Compile Statistics (gcc 3.4.1)
Web page with links to complete details:
http://developer.osdl.org/cherry/compile/
KernelbzImage bzImage bzImage modules bzImage modules
(defconfig) (allno) (allyes) (allyes) (allmod) (allmod)
---
Remove the sparse warnings about using plain integer as NULL pointer in
the following files:
arch/i386/oprofile/backtrace.c
drivers/char/isicom.c
drivers/char/drm/radeon_state.c
drivers/mtd/maps/nettel.c
drivers/net/wireless/prism54/isl_ioctl.c
drivers/serial/8250_early.c
fs/reiserfs/namei.c
Sig
On Wed, 23 Feb 2005, Olof Johansson wrote:
>
> How's this? I went with get_val_no_fault(), since it isn't really a
> get_user.*() any more (ptr being passed in), and no_paging is a little
> misleading (not all faults are due to paging).
Applied with minor cosmetic changes. I'm like a dog who li
Hi,
I am trying to get bochs to use tun/tap on x86_64, strace reveals the
following problem:
open("/dev/net/tun", O_RDWR)= 7
ioctl(7, TUNSETIFF, 0x7fffe6c0) = -1 EINVAL (Invalid argument)
I wonder if this a tun/tap or a bochs problem. Any clues?
Tom
--
T h o m a s Z e
On Wed, 2005-02-23 at 16:45 -0500, Ammar T. Al-Sayegh wrote:
> > On Wed, 2005-02-23 at 15:41 -0500, Ammar T. Al-Sayegh wrote:
> >> Hi All,
> >>
> >> I recently installed Fedora RC3 on a new server.
> >> The kernel is 2.6.10-1.741_FC3smp. The server
> >> crashes every few days. When I examine /var/
Dominik Brodowski a écrit :
+pcmcia-bridge-resource-management-fix.patch
is responsible for this "no resource available" message, because the other
ones relate to other areas.
Yes, good catch, reverting it makes PCMCIA work again.
Let me know if you want me to test some patches.
Thanks,
Brice
-
To
> But not all cases could be accounted in that way. If you
> report back that memtest86 ran cleanly...
Hugh,
Nothing to do with the 'problem' in this thread, but an aside that is perhaps
relevant.
On my main gateway, I couldn't get any kernel greater than 2.6.4 to run
without an 'oops' after
Prakash> If I am not totally mistaken this is not gcc4 friendly
Prakash> code. (lvalue thing...)
Actually you misread the code slightly. It's a little subtle, but
code like
*(__le32 *)prd = cpu_to_le32(len);
is not using a cast as an lvalue. It's dereferencing a cast an
Roland Dreier schrieb:
> Prakash> If I am not totally mistaken this is not gcc4 friendly
> Prakash> code. (lvalue thing...)
>
> Actually you misread the code slightly. It's a little subtle, but
> code like
>
> *(__le32 *)prd = cpu_to_le32(len);
>
> is not using a cast as an l
El mié, 23-02-2005 a las 13:37 -0800, Crispin Cowan escribió:
> Lorenzo Hernández García-Hierro wrote:
> You are confused. It is Secure Computing Corporation that holds patents
> that threaten SELinux
> http://www.securecomputing.com/pdf/Statement_of_Assurance.pdf
>
> Immunix has never threatene
From: Mickey Stein
Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc
rawhide from 19Feb DL)
gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others
due to a current gcc 4.0.x change having to do with
array declarations.
Example error msg: include/linux/i2c.h
Andrew Morton wrote:
Steven Cole <[EMAIL PROTECTED]> wrote:
I am having trouble getting recent -mm kernels to boot on my test box.
For 2.6.11-rc3-mm2 and 2.6.11-rc4-mm1 I get the following:
VFS: Cannot open root device "301" or unknown-block(3,1)
Please append a correct "root=" boot option
Kernel
On Wed, 2005-02-23 at 20:53 +, Hugh Dickins wrote:
> On Wed, 23 Feb 2005, Hugh Dickins wrote:
> > Please replace by new patch below, which I'm now running through lmbench.
>
> That second patch seems fine, and I see no lmbench regression from it.
Should go into 2.6.11, right?
Lee
-
To unsub
On Wed, 2005-02-23 at 21:03 +, Hugh Dickins wrote:
> On Wed, 23 Feb 2005, Lee Revell wrote:
> > > >
> > > > Thanks, your patch fixes the copy_pte_range latency.
> >
> > clear_page_range is also problematic.
>
> Yes, I saw that from your other traces too.
Heh, sorry, that one was a dupe... I
Lorenzo Hernández García-Hierro wrote:
El mié, 23-02-2005 a las 13:37 -0800, Crispin Cowan escribió:
Lorenzo Hernández García-Hierro wrote:
You are confused. It is Secure Computing Corporation that holds patents
that threaten SELinux
http://www.securecomputing.com/pdf/Statement_of_Assurance.pd
Something has caused the page at offset 51 (block 102) to have buffer_heads
for blocks 128 and 129 attached to it.
Ok.
I'd be suspecting that the sector remapping is the cause of the problem.
How is it implemented?
Quite simple actually. You're most welcome to see the code, but I have
just done a
Andrew Morton <[EMAIL PROTECTED]> :
[...]
> - Last, final, ultimate call: if anyone has patches in here which are 2.6.11
> material, please tell me.
Any chance to convince the alien who took control of Jeff's libata queue to
push:
r8169: synchronization and balancing when the device is closed
> On Wed, 23 Feb 2005, Dick Johnson wrote:
>
> callpci_enable_device(dev)
> ... before you use the IRQ in dev->irq.
>
> The reported IRQ is bogus until you make that
> call. It's a reported BUG, probably won't
> ever get fixed because it's considered a
> fe
El mié, 23-02-2005 a las 14:07 -0800, Crispin Cowan escribió:
> If that is what you meant, then we had no issue.
>
> It looked like you were referring to Immunix because, in the quoted
> text, one paragraph only discussed Immunix (by name) and then the
> subsequent paragraph just said "them" and
> + page = pfn_to_page(p >> PAGE_SHIFT);
> + /*
> + * On ia64 if a page has been mapped somewhere as
> + * uncached, then it must also be accessed uncached
> + * by the kernel or data corruption may occur
> + */
> +#ifdef A
Le 23.02.2005 21:12, Andrew Morton a écrit :
Helge Hafting <[EMAIL PROTECTED]> wrote:
This kernel came up, but my boot script complained about no /dev/hdb3
when trying to mount /var.
(I have two IDE disks on the same cable, and an IDE cdrom on another.)
They are usually hda, hdb, and hdc.
MAKEDEV h
On 02.23, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
>
>
> - Various fixes and updates all over the place. Things seem to have slowed
> down a bit.
>
> - Last, final, ultimate call: if anyone has patches in here which ar
- Original Message -
From: "Hugh Dickins" <[EMAIL PROTECTED]>
To: "Ammar T. Al-Sayegh" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, February 23, 2005 4:31 PM
Subject: Re: kernel BUG at mm/rmap.c:483!
On Wed, 23 Feb 2005, Ammar T. Al-Sayegh wrote:
Any suggestion on what else I can do to miti
On Wed, Feb 23, 2005 at 09:37:53AM -0700, Steven Cole wrote:
> I copied a working .config from an earlier kernel(-rc3), and ran make
> oldconfig, answering most of the new questions 'n'.
Then you get into trouble with stuff under CONFIG_EMBEDDED. Answering
'n' turns off stock functionality. Thoug
On Tue, Feb 22, 2005 at 09:45:37AM -0500, Trond Myklebust wrote:
> ty den 22.02.2005 Klokka 13:12 (+0100) skreiv Herbert Poetzl:
>
> > diff -NurpP --minimal
> > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01/fs/namei.c
> > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01/fs/namei.c
> > --- li
- Original Message -
From: "Arjan van de Ven" <[EMAIL PROTECTED]>
To: "Ammar T. Al-Sayegh" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, February 23, 2005 5:01 PM
Subject: Re: kernel BUG at mm/rmap.c:483!
On Wed, 2005-02-23 at 16:45 -0500, Ammar T. Al-Sayegh wrote:
> On Wed, 2005-02-23 at 15
Hi!
On the Linux router I'm running, I use the ipt_owner iptables module,
and since a few kernel versions back, I've begun getting kernel panics
in the ipt_owner module.
Unfortunately, the start of it coincided with a CPU upgrade of the
router, so at first I thought it was a hardware failure. The
Steven Cole wrote:
Andrew Morton wrote:
Steven Cole <[EMAIL PROTECTED]> wrote:
I am having trouble getting recent -mm kernels to boot on my test box.
For 2.6.11-rc3-mm2 and 2.6.11-rc4-mm1 I get the following:
VFS: Cannot open root device "301" or unknown-block(3,1)
Please append a correct "root="
Not the most clever subject, I agree :)
hell, i'm not sure if this is a KERNEL bug. but it definitely is an
annoyance, so...
distro is slackware 10.
i have a small script i run every time i connect to the internet (and i
connect via dial-up when )
this is one command in the script:
/usr/sbin/ntpd
On Tue, Feb 22, 2005 at 01:10:49PM +0100, Herbert Poetzl wrote:
>
>
> ;
> ; Bind Mount Extensions
> ;
> ; This part adds support for the RDONLY, NOATIME and NODIRATIME
> ; vfsmount flags, propagates those options into loopback (bind)
> ; mounts and displays them properly in show_vfsmnt()/proc
wr
> "Alan" == Alan Kilian <[EMAIL PROTECTED]> writes:
Alan> kernel: SSE: Found a DeCypher card. kernel: ACPI: PCI
Alan> interrupt :13:03.0[A] -> GSI 36 (level, low) -> IRQ 217
If ACPI has set this device up to use interrupt 217, why are you
registering it on IRQ 5?
--
Dr Peter Chub
On Tue, Feb 22, 2005 at 01:11:29PM +0100, Herbert Poetzl wrote:
>
>
> ;
> ; Bind Mount Extensions
> ;
> ; This part adds the required checks for touch_atime() to allow
> ; for vfsmount based NOATIME and NODIRATIME
> ; autofs4 update_atime is the only exception (ignored on purpose)
and that purpo
On Wed, Feb 23, 2005 at 03:03:33PM -0800, Andrew Morton wrote:
> Steven Cole <[EMAIL PROTECTED]> wrote:
> >
> > Andrew Morton wrote:
> > > Steven Cole <[EMAIL PROTECTED]> wrote:
> >
> > >> I am having trouble getting recent -mm kernels to boot on my test box.
> > >> For 2.6.11-rc3-mm2 and 2.6.11-r
> +++
> linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/ext2/ioctl.c
> 2005-02-19 06:32:05 +0100
> @@ -29,7 +29,8 @@ int ext2_ioctl (struct inode * inode, st
> case EXT2_IOC_SETFLAGS: {
> unsigned int oldflags;
>
> - if (IS_RDONLY(ino
Hello-
We have hit a defect where an exiting xterm process will hang. This is running
on a 2-cpu IA-64 box. We have a multithreaded application, where one thread
is SCHED_FIFO and is running with priority 98, and the other thread is just
a normal SCHED_OTHER thread. The SCHED_FIFO thread is in
"Thomas S. Iversen" <[EMAIL PROTECTED]> wrote:
>
> > I'd be suspecting that the sector remapping is the cause of the problem.
> > How is it implemented?
>
> Quite simple actually. You're most welcome to see the code, but I have
> just done a test like the one below. Never mind the performance fi
On Wed, Feb 23, 2005 at 11:36:50PM +0100, Laurent Riffard wrote:
> Le 23.02.2005 21:12, Andrew Morton a ?crit :
> >Helge Hafting <[EMAIL PROTECTED]> wrote:
> >
> >>This kernel came up, but my boot script complained about no /dev/hdb3
> >>when trying to mount /var.
> >>(I have two IDE disks on the s
On Wed, Feb 23, 2005 at 05:57:14PM -0500, linux-os wrote:
> On Wed, 23 Feb 2005, Mickey Stein wrote:
>
> >From: Mickey Stein
> >Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc
> >rawhide from 19Feb DL)
> >
> >gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and ot
> Alan> kernel: SSE: Found a DeCypher card. kernel: ACPI: PCI
> Alan> interrupt :13:03.0[A] -> GSI 36 (level, low) -> IRQ 217
>
> If ACPI has set this device up to use interrupt 217, why are you
> registering it on IRQ 5?
>
Peter,
Maybe that's it.
I ask the car
On Wednesday 23 February 2005 17:38, J.A. Magallon wrote:
>
> On 02.23, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
> >
> >
> > - Various fixes and updates all over the place. Things seem to have slowed
> > down a bit.
Ed Tomlinson <[EMAIL PROTECTED]> wrote:
>
> It does not seem to be finding the keyboard at all...
Can you confirm that Linus's tree is OK? You'd best use the patch
at http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/ to make sure you
have the latest stuff.
-
To unsubscribe from this list:
linux-os wrote:
Trying to run an old server with a new kernel. A connection
fails with "interrupted system call" as soon as a client
attempts to connect. A trap in the code to continue
works, but subsequent send() and recv() calls fail in
the same way.
Anybody know how to mask that SIGIO (or whatev
Minor patch for new 2.6.xx sata_qstor driver attached,
as per Alexey's fine-toothed comb! :)
Signed-off-by: Mark Lord <[EMAIL PROTECTED]>
Cheers
--
Mark Lord
Real-Time Remedies Inc.
[EMAIL PROTECTED]
--- linux/drivers/scsi/sata_qstor.c.orig2005-02-16 20:31:57.0
-0500
+++ linux/dri
Hugh Dickins wrote:
On Wed, 23 Feb 2005, Lee Revell wrote:
Thanks, your patch fixes the copy_pte_range latency.
clear_page_range is also problematic.
Yes, I saw that from your other traces too. I know there are plans
to improve clear_page_range during 2.6.12, but I didn't realize that
it had beco
Alan Kilian wrote:
kernel: SSE: Found a DeCypher card.
kernel: ACPI: PCI interrupt :13:03.0[A] -> GSI 36 (level, low) ->
IRQ 217
The first message is in my driver after pci_find_device()
The second is from when I do pci_enable_device(dev);
Can you decode the mys
Chris Wright wrote:
>It's not quite inexplicable. It means that task has hit its limit for
>pending signals ;-) But I agree, this should be fixed. I think I had
>tested this with broken test cases, thanks for catching.
>
>
It's particularly confusing for users, because it's a per-user limit
r
Gene Heskett wrote:
Greetings;
Motherboard is a biostar with nforce2 chipset, 2800xp cpu, gig of ram.
I've recently made the observation that while I can view 30fps video
from my firewire equipt movie camera with a minimal cpu hit of 2-3%,
but viewing the video from a webcam on a usb 1.1 circuit
Laurent Riffard <[EMAIL PROTECTED]> wrote:
>
> Le 23.02.2005 21:12, Andrew Morton a écrit :
> > Helge Hafting <[EMAIL PROTECTED]> wrote:
> >
> >>This kernel came up, but my boot script complained about no /dev/hdb3
> >> when trying to mount /var.
> >> (I have two IDE disks on the same cable, and an
On Wednesday 23 February 2005 04:42, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
>
>
> - Various fixes and updates all over the place. Things seem to have slowed
> down a bit.
>
> - Last, final, ultimate call: if anyone ha
Andrew Morton <[EMAIL PROTECTED]> disait derniÃrement que :
> Helge Hafting <[EMAIL PROTECTED]> wrote:
>>
>> This kernel came up, but my boot script complained about no /dev/hdb3
>> when trying to mount /var.
>> (I have two IDE disks on the same cable, and an IDE cdrom on another.)
>> They are
On Wednesday 23 February 2005 18:12, Ed Tomlinson wrote:
> On Wednesday 23 February 2005 17:38, J.A. Magallon wrote:
> >
> > On 02.23, Andrew Morton wrote:
> > >
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc4/2.6.11-rc4-mm1/
> > >
> > >
> > > - Various fixes and
Vijayalakshmi Hadimani wrote:
Hi,
I am inserting a module(device driver) using insmod.
I want to send a message from this module to an user process.
For this I used msgsnd with buffer in the call as a local
variable. I am getting an error "EFAULT" for this call.
However this did not happen w
Dominik Brodowski a écrit :
+pcmcia-bridge-resource-management-fix.patch
is responsible for this "no resource available" message, because the other
ones relate to other areas.
This line from dmesg-2.6.11-rc4 is no longer present in -rc4-mm1:
PCI: Transparent bridge - :00:1e.0
This is probably d
On Wed, Feb 23, 2005 at 06:42:32PM +, Telemaque Ndizihiwe wrote:
> This Patch replaces "(2 * HZ)" with "DATA_TIMEOUT" which is defined as
> #define DATA_TIMEOUT (2 * HZ)
> in /drivers/usb/atm/speedtch.c in kernel 2.6.10.
>
> Signed-off-by: Telemaque Ndizihiwe <[EMAIL PROTECTED]>
This has
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote:
> Chris Wright wrote:
>
> >It's not quite inexplicable. It means that task has hit its limit for
> >pending signals ;-) But I agree, this should be fixed. I think I had
> >tested this with broken test cases, thanks for catching.
> >
> It's partic
Hugh Dickins wrote:
I'm off to bed, but since your appetite for looking at patches
is greater than mine, I'll throw what I'm currently testing over
the wall to you now. Against 2.6.11-rc4-bk9, but my starting point
was obviously your patches. Not yet split up, but clearly should be.
Yeah you've s
Mark Lord wrote:
Minor patch for new 2.6.xx sata_qstor driver attached,
as per Alexey's fine-toothed comb! :)
Signed-off-by: Mark Lord <[EMAIL PROTECTED]>
Cool, I'll throw this into libata-2.6 soonish.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the b
Alan Kilian wrote:
Maybe that's it.
I ask the card which interrupt line it was given at boot-time:
pci_read_config_byte(dev, PCI_INTERRUPT_LINE,
&softp->interrupt_line);
Then I request an IRQ:
request_irq(softp->interrupt_line, sseintr,
On Wed, Feb 23, 2005 at 11:36:50PM +0100, Laurent Riffard wrote:
> hey, what's this /dev/hds ? digging into /sys/block...
>
> ~$ ls -l /sys/block/hds/device
> lrwxrwxrwx 1 root root 0 f?v 23 22:45 /sys/block/hds/device ->
> ../../devices/pci:00/:00:04.1/ide1/1.1/
>
> /dev/hdq should be
Steven Cole <[EMAIL PROTECTED]> wrote:
>
> > Yes, that worked. 2.6.11-rc4-mm1 now boots OK, but hdb1 seems to be
> > missing.
Looking at the IDE update in rc4-mm1:
+void ide_init_disk(struct gendisk *disk, ide_drive_t *drive)
+{
+ ide_hwif_t *hwif = drive->hwif;
+ unsigned int unit
On Thu, 24 Feb 2005 10:52:23 +1100
Nick Piggin <[EMAIL PROTECTED]> wrote:
> So I'd be pretty happy for you to queue this up with Andrew for
> 2.6.12. Anyone else?
No objections from me.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PR
> gdb attach the vmware, then force it to call routine you preloaded...
>
> Or look at subterfugue.
> Pavel
Brilliant Pavel. Thank you. gdb works great.
Dan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
Olof Johansson wrote:
> How's this? I went with get_val_no_fault(), since it isn't really a
> get_user.*() any more (ptr being passed in), and no_paging is a little
> misleading (not all faults are due to paging).
How ironic: I deliberately didn't choose "no_fault" because that
function *does* tak
On Thu, Feb 24, 2005 at 12:32:59AM +0100, Mathieu Segaud wrote:
> Andrew Morton <[EMAIL PROTECTED]> disait derni??rement que :
>
> > Helge Hafting <[EMAIL PROTECTED]> wrote:
> >>
> >> This kernel came up, but my boot script complained about no /dev/hdb3
> >> when trying to mount /var.
> >> (I ha
101 - 200 of 319 matches
Mail list logo