Re: [PATCH][RFC] Signal-per-fd for RT signals

2001-05-19 Thread Gerold Jury
Vitaly Luban wrote: Hi, snip/ the form of POLL_... This will bring functionality of RT signals event notification on the level with 'select' or 'poll' one, while more efficient and scalable. If there's an interest in such a feature, I'd be eager to publish a patch. Thanks,

Re: Happy new year^H^H^H^Hkernel..

2001-01-01 Thread Gerold Jury
. The relevant part is attached. Please back it out for 2.4.0. Happy new year Gerold Jury diff -u --recursive --new-file v2.4.0-test12/linux/drivers/isdn/hisax/config.c linux/drivers/isdn/hisax/config.c --- v2.4.0-test12/linux/drivers/isdn/hisax/config.c Mon Dec 11 17:59:44 2000 +++ linux/drivers/isdn

Re: Happy new year^H^H^H^Hkernel..

2001-01-02 Thread Gerold Jury
ng running during the hangup. The problem is reproducable and i would be glad to help testing any suggestions. Gerold Gerold Jury wrote: The ISDN changes for the HISAX drivers that came in since test12 have introduced a bug that causes a AIEE-something and a complete kernel hang whe

Re: Happy new year^H^H^H^Hkernel..

2001-01-02 Thread Gerold Jury
It works for me. With and without the divert module loaded. Thanks a lot Gerold Kai Germaschewski wrote: I think I found it. Could everybody who was getting the crash on ISDN line hangup try if the following patch fixes the problem? - To unsubscribe from this list: send the line

Re: [BK] upgrade will be needed

2005-02-14 Thread Gerold Jury
Hi Larry Hi Everyone To me it looks like lot's of users (and myself) simply want to track the kernel development very closely. Some are looking out for a specific bug to be fixed. Some want to see the direction of some developments going on. The first place a change arrives at is the bitkeeper

Re: [BK] upgrade will be needed

2005-02-14 Thread Gerold Jury
if they really need the more powerful features. Or we could donate some on a case by case basis. If the hackers who are using BK can reach agreement that it would be better if the BK they had didn't move forward unless they got commercial seats then we could start moving towards a license on the

Re: memcpy(a,b,CONST) is not inlined by gcc 3.4.1 in Linux kernel

2005-03-29 Thread Gerold Jury
On Tue, Mar 29, 2005 at 05:37:06PM +0300, Denis Vlasenko wrote: /* * This looks horribly ugly, but the compiler can optimize it totally, * as the count is constant. */ static inline void * __constant_memcpy(void * to, const void * from, size_t n) { if (n = 128)

extra bytes written to SATA DVD drive on kernel 2.6.23 till 2.6.24.2

2008-02-25 Thread Gerold Jury
Hello, I have two DVD drives, one connected to the SATA port (LG) the other to the IDE port (PHILIPS) of a via chipset. They are driven by VIA SATA support (SATA_VIA) and VIA PATA support (PATA_VIA). When I write an iso image to the drive on the SATA port /dev/sr0 it has some extra bytes on

Re: extra bytes written to SATA DVD drive on kernel 2.6.23 till 2.6.24.2

2008-02-26 Thread Gerold Jury
Feb 2008 20:05:22 +0100 Gerold Jury [EMAIL PROTECTED] wrote: Hello, I have two DVD drives, one connected to the SATA port (LG) the other to the IDE port (PHILIPS) of a via chipset. They are driven by VIA SATA support (SATA_VIA) and VIA PATA support (PATA_VIA). When I write an iso image

Re: [PATCH][RFC] Signal-per-fd for RT signals

2001-05-19 Thread Gerold Jury
Vitaly Luban wrote: > > Hi, > > the form of POLL_... This will bring functionality of RT > signals event notification on the level with 'select' or > 'poll' one, while more efficient and scalable. If there's > an interest in such a feature, I'd be eager to publish a > patch. > > Thanks, >

Re: Happy new year^H^H^H^Hkernel..

2001-01-01 Thread Gerold Jury
. The relevant part is attached. Please back it out for 2.4.0. Happy new year Gerold Jury diff -u --recursive --new-file v2.4.0-test12/linux/drivers/isdn/hisax/config.c linux/drivers/isdn/hisax/config.c --- v2.4.0-test12/linux/drivers/isdn/hisax/config.c Mon Dec 11 17:59:44 2000 +++ linux/drivers/isdn

Re: Happy new year^H^H^H^Hkernel..

2001-01-02 Thread Gerold Jury
ng running during the hangup. The problem is reproducable and i would be glad to help testing any suggestions. Gerold Gerold Jury wrote: > The ISDN changes for the HISAX drivers > that came in since test12 have introduced a bug that causes a > AIEE-something and a complete kernel

Re: Happy new year^H^H^H^Hkernel..

2001-01-02 Thread Gerold Jury
It works for me. With and without the divert module loaded. Thanks a lot Gerold Kai Germaschewski wrote: > I think I found it. Could everybody who was getting the crash on ISDN line > hangup try if the following patch fixes the problem? > - To unsubscribe from this list: send the line

Re: memcpy(a,b,CONST) is not inlined by gcc 3.4.1 in Linux kernel

2005-03-29 Thread Gerold Jury
>> On Tue, Mar 29, 2005 at 05:37:06PM +0300, Denis Vlasenko wrote: >> > /* >> > * This looks horribly ugly, but the compiler can optimize it totally, >> > * as the count is constant. >> > */ >> > static inline void * __constant_memcpy(void * to, const void * from, >> > size_t n) { >> >

Re: [BK] upgrade will be needed

2005-02-14 Thread Gerold Jury
Hi Larry Hi Everyone To me it looks like lot's of users (and myself) simply want to track the kernel development very closely. Some are looking out for a specific bug to be fixed. Some want to see the direction of some developments going on. The first place a change arrives at is the bitkeeper

Re: [BK] upgrade will be needed

2005-02-14 Thread Gerold Jury
>if they really need the more powerful features. Or we could donate >some on a case by case basis. > >If the hackers who are using BK can reach agreement that it would be >better if the BK they had didn't move forward unless they got commercial >seats then we could start moving towards a license

extra bytes written to SATA DVD drive on kernel 2.6.23 till 2.6.24.2

2008-02-25 Thread Gerold Jury
Hello, I have two DVD drives, one connected to the SATA port (LG) the other to the IDE port (PHILIPS) of a via chipset. They are driven by VIA SATA support (SATA_VIA) and VIA PATA support (PATA_VIA). When I write an iso image to the drive on the SATA port /dev/sr0 it has some extra bytes on

Re: extra bytes written to SATA DVD drive on kernel 2.6.23 till 2.6.24.2

2008-02-26 Thread Gerold Jury
25 Feb 2008 20:05:22 +0100 Gerold Jury <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I have two DVD drives, one connected to the SATA port (LG) the other to >> the IDE port (PHILIPS) of a via chipset. >> They are driven by VIA SATA support (SATA_VIA) and VIA PATA su