linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Pending bugfixes for 2.4.20 ?
@ 2002-10-31  0:27 J.A. Magallón
  2002-10-31  0:57 ` J.A. Magallón
  2002-10-31 19:27 ` Marcelo Tosatti
  0 siblings, 2 replies; 4+ messages in thread
From: J.A. Magallón @ 2002-10-31  0:27 UTC (permalink / raw)
  To: Lista Linux-Kernel; +Cc: Marcelo Tosatti

Hi all.

We are in -rc, so only bugfixes ;)
I have this collection of things posted in LKML as bugfixes, that still
apply on top of rc1. Could you include if appropiate for next -rc, plz ?

List:

02-printk
    Kill extra printk declaration.
    Author: David Howells <dhowells@redhat.com>
	
03-clone-detached
    Fix a crash that can be caused by a CLONE_DETACHED thread.
    Author: Ingo Molnar <mingo@elte.hu>

04-module-size-checks
    Fixes two minor bugs in kernel/module.c related with module size checks.
    Author: Peter Oberparleiter <oberpapr@softhome.net>

06-memparam
    Fix mem=XXX kernel parameter when user gives a size bigger than what
    kernel autodetected (kill a previous change)
    Author: Adrian Bunk <bunk@fs.tum.de>,
            Leonardo Gomes Figueira <sabbath@planetarium.com.br>

07-cache-detection
    Fix cache detection, adds trace cache detection.
    Author: Dave Jones <davej@codemonkey.org.uk>

08-highpage-init
    Cleanup one_highpage_init() as in 2.5.
    Author: Christoph Hellwig <hch@sgi.com>

09-self_exec_id
    Fix bad signaling between threads when ancestor dies.
    Author: Zeuner, Axel <Axel.Zeuner@partner.commerzbank.com>

If somebody has anything to say, or has updated versions...

TIA

--
J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.20-rc1-jam0 (gcc 3.2 (Mandrake Linux 9.0 3.2-2mdk))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC] Pending bugfixes for 2.4.20 ?
  2002-10-31  0:27 [RFC] Pending bugfixes for 2.4.20 ? J.A. Magallón
@ 2002-10-31  0:57 ` J.A. Magallón
  2002-10-31 19:27 ` Marcelo Tosatti
  1 sibling, 0 replies; 4+ messages in thread
From: J.A. Magallón @ 2002-10-31  0:57 UTC (permalink / raw)
  To: J.A. Magallón; +Cc: Lista Linux-Kernel, Marcelo Tosatti

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]


On 2002.10.31 J.A. Magallón wrote:
> Hi all.
> 
> We are in -rc, so only bugfixes ;)
> I have this collection of things posted in LKML as bugfixes, that still
> apply on top of rc1. Could you include if appropiate for next -rc, plz ?
> 

Opps, patches missing... attached.

-- 
J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.20-rc1-jam0 (gcc 3.2 (Mandrake Linux 9.0 3.2-2mdk))

[-- Attachment #2: 09-self_exec_id.bz2 --]
[-- Type: application/x-bzip, Size: 502 bytes --]

[-- Attachment #3: 02-printk.bz2 --]
[-- Type: application/x-bzip, Size: 336 bytes --]

[-- Attachment #4: 03-clone-detached.bz2 --]
[-- Type: application/x-bzip, Size: 269 bytes --]

[-- Attachment #5: 04-module-size-checks.bz2 --]
[-- Type: application/x-bzip, Size: 403 bytes --]

[-- Attachment #6: 06-memparam.bz2 --]
[-- Type: application/x-bzip, Size: 650 bytes --]

[-- Attachment #7: 07-cache-detection.bz2 --]
[-- Type: application/x-bzip, Size: 1413 bytes --]

[-- Attachment #8: 08-highpage-init.bz2 --]
[-- Type: application/x-bzip, Size: 496 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC] Pending bugfixes for 2.4.20 ?
  2002-10-31  0:27 [RFC] Pending bugfixes for 2.4.20 ? J.A. Magallón
  2002-10-31  0:57 ` J.A. Magallón
@ 2002-10-31 19:27 ` Marcelo Tosatti
  2002-10-31 19:27   ` Marcelo Tosatti
  1 sibling, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2002-10-31 19:27 UTC (permalink / raw)
  To: J.A. Magallón; +Cc: Lista Linux-Kernel


JA,

Would you mind sending each one of this updates to linux-kernel CC me in
separate emails ?

I should have applied Dave Jones patch before (it has been around for a
while), but now its too late.

Maybe Ingo's fix to crashes with CLONE_DETACHED threads is suitable for
-rc2.

Anyway, I'll save the ones which are not suitable for -rc1 in my pending
fixes list.

Thanks

On Thu, 31 Oct 2002, J.A. Magallón wrote:

> Hi all.
>
> We are in -rc, so only bugfixes ;)
> I have this collection of things posted in LKML as bugfixes, that still
> apply on top of rc1. Could you include if appropiate for next -rc, plz ?
>
> List:
>
> 02-printk
>     Kill extra printk declaration.
>     Author: David Howells <dhowells@redhat.com>
>
> 03-clone-detached
>     Fix a crash that can be caused by a CLONE_DETACHED thread.
>     Author: Ingo Molnar <mingo@elte.hu>
>
> 04-module-size-checks
>     Fixes two minor bugs in kernel/module.c related with module size checks.
>     Author: Peter Oberparleiter <oberpapr@softhome.net>
>
> 06-memparam
>     Fix mem=XXX kernel parameter when user gives a size bigger than what
>     kernel autodetected (kill a previous change)
>     Author: Adrian Bunk <bunk@fs.tum.de>,
>             Leonardo Gomes Figueira <sabbath@planetarium.com.br>
>
> 07-cache-detection
>     Fix cache detection, adds trace cache detection.
>     Author: Dave Jones <davej@codemonkey.org.uk>
>
> 08-highpage-init
>     Cleanup one_highpage_init() as in 2.5.
>     Author: Christoph Hellwig <hch@sgi.com>
>
> 09-self_exec_id
>     Fix bad signaling between threads when ancestor dies.
>     Author: Zeuner, Axel <Axel.Zeuner@partner.commerzbank.com>
>
> If somebody has anything to say, or has updated versions...
>
> TIA
>
> --
> J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
> werewolf.able.es                         \           It's better when it's free
> Mandrake Linux release 9.1 (Cooker) for i586
> Linux 2.4.20-rc1-jam0 (gcc 3.2 (Mandrake Linux 9.0 3.2-2mdk))
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC] Pending bugfixes for 2.4.20 ?
  2002-10-31 19:27 ` Marcelo Tosatti
@ 2002-10-31 19:27   ` Marcelo Tosatti
  0 siblings, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2002-10-31 19:27 UTC (permalink / raw)
  To: J.A. Magallón; +Cc: Lista Linux-Kernel



On Thu, 31 Oct 2002, Marcelo Tosatti wrote:

>
> JA,
>
> Would you mind sending each one of this updates to linux-kernel CC me in
> separate emails ?
>
> I should have applied Dave Jones patch before (it has been around for a
> while), but now its too late.
>
> Maybe Ingo's fix to crashes with CLONE_DETACHED threads is suitable for
> -rc2.
>
> Anyway, I'll save the ones which are not suitable for -rc1 in my pending
> fixes list.

Ok, ignore this message. Seen the patches now.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-31 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31  0:27 [RFC] Pending bugfixes for 2.4.20 ? J.A. Magallón
2002-10-31  0:57 ` J.A. Magallón
2002-10-31 19:27 ` Marcelo Tosatti
2002-10-31 19:27   ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).