public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.19pre7aa1
@ 2002-04-20 17:42 Andrea Arcangeli
  2002-04-20 19:37 ` 2.4.19pre7aa1 Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Andrea Arcangeli @ 2002-04-20 17:42 UTC (permalink / raw)
  To: linux-kernel

URL:

	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.19pre7aa1.gz
	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.19pre7aa1/

Changelog diff between 2.4.19pre6aa1 and 2.4.19pre7aa1 besides moving on
top of pre7:

Only in 2.4.19pre7aa1: 00_19pre7_x86_setup_cleanups-1

	Fix a few not optimal declarations introduced in 2.4.19pre7.

Only in 2.4.19pre7aa1: 00_387-fix-1

	Avoid signal restore to screwup mxcsr.

Only in 2.4.19pre7aa1: 00_athlon-smp-ctx-switch-gdt-1

	Avoid cacheline false sharing in the GDT tss overloading during cxt
	switching for athlon and P4. (idea from Andi)

Only in 2.4.19pre7aa1: 00_backout-kio-request-1

	Wakeup the kio waiter only after all buffers are unlocked,
	to avoid not necessary scheduling.

Only in 2.4.19pre7aa1: 00_blkdev-pagecache-alias-read_full_page-1

	Avoid blkdev read_full_page to overwrite uptodate buffercache
	used by the fs. From Stephen.

Only in 2.4.19pre6aa1: 00_blkdev-ulimit-1
Only in 2.4.19pre6aa1: 00_rawio-forward-blkdev-ioctl-1

	Merged in mainline.

Only in 2.4.19pre7aa1: 00_block-highmem-all-18b-10.gz
Only in 2.4.19pre6aa1: 00_block-highmem-all-18b-9.gz
Only in 2.4.19pre6aa1: 00_cpu-affinity-rml-2
Only in 2.4.19pre7aa1: 00_cpu-affinity-rml-3
Only in 2.4.19pre6aa1: 00_really-write-inode-1
Only in 2.4.19pre6aa1: 00_sd-cleanup-1
Only in 2.4.19pre7aa1: 00_sd-cleanup-2
Only in 2.4.19pre6aa1: 05_vm_12_drain_cpu_caches-1
Only in 2.4.19pre7aa1: 05_vm_12_drain_cpu_caches-2
Only in 2.4.19pre6aa1: 10_numa-sched-16
Only in 2.4.19pre7aa1: 10_numa-sched-17
Only in 2.4.19pre6aa1: 10_rawio-vary-io-6
Only in 2.4.19pre7aa1: 10_rawio-vary-io-7
Only in 2.4.19pre6aa1: 20_pte-highmem-20
Only in 2.4.19pre7aa1: 20_pte-highmem-22
Only in 2.4.19pre6aa1: 30_x86_setup-boot-cleanup-1
Only in 2.4.19pre7aa1: 30_x86_setup-boot-cleanup-2

	Rediffed.

Only in 2.4.19pre7aa1: 00_cpu-affinity-syscall-rml-2.4.19-pre7-1

	Merged syscall official API for SMP CPU bindings.

Only in 2.4.19pre7aa1: 00_get_pid-no-deadlock-and-boosted-1

	Avoid deadlocking into get_pid if we try to fork
	more tasks than the max number of pid available.
	This also boosts the algorithm so that it scales up to
	the max_threads. The idea of the bitmap is from Ihno Krumreich.
	In 2.5 we could do even better on top of this by keeping the
	bitmap synchronously updated, so without requiring the task list
	browsing to fill it.

Only in 2.4.19pre7aa1: 00_loop-fixes-2.4.19pre7ac2-1

	Loop fixes (wrong goto label and schedule_timeout noop)
	merged from 2.4.19pre7ac2.

Only in 2.4.19pre7aa1: 00_mmx_xmm-init-1

	Fix mmx and SSE initialization for recent CPUs. Doesn't
	matter but moved the mxcsr load before the sse xor.
	Better than using fxrestor.

Only in 2.4.19pre7aa1: 00_nfs-tcp-tweaks-4-rmv-cong-nonsense-3
Only in 2.4.19pre6aa1: 00_nfs-tcp-tweaks-4-try-new-1

	Go back to the mainline congestion control, the try-new
	is apparently slower.

Only in 2.4.19pre7aa1: 00_partition-pagemap-include-1

	Fix compile trouble suggested by Petr Vandrovec.

Only in 2.4.19pre6aa1: 00_prepare-write-fixes-2
Only in 2.4.19pre7aa1: 00_prepare-write-fixes-3

	Add a missing flush_dcache_page() to the prepare write corruption
	fixes. Noticed by Andrew Morton.

Only in 2.4.19pre7aa1: 00_std-serial-first-1

	Initialize the standard serial port first. From Khalid Aziz.

Only in 2.4.19pre6aa1: 50_uml-patch-2.4.18-12.gz
Only in 2.4.19pre7aa1: 50_uml-patch-2.4.18-18.gz
Only in 2.4.19pre6aa1: 55_uml-page_address-1
Only in 2.4.19pre7aa1: 55_uml-page_address-2

	Latest uml updates from Jeff.

Only in 2.4.19pre7aa1: 58_uml-hostfs-compile-1
Only in 2.4.19pre7aa1: 59_uml-compat-2.5-1

	Fix a few uml compile troubles. Jeff, if you would use the pre-patches
	instead of the official kernels I wouldn't need to fix those myself.
	This is just informational.

Only in 2.4.19pre6aa1: 60_tux-2.4.17-final-A1.gz
Only in 2.4.19pre7aa1: 60_tux-2.4.18-final-A3.gz
Only in 2.4.19pre6aa1: 60_tux-kstat-2
Only in 2.4.19pre7aa1: 60_tux-kstat-3

	Latest tux update from Ingo.

Only in 2.4.19pre7aa1: 70_xfs-1.1-0.gz
Only in 2.4.19pre6aa1: 70_xfs-8.gz

	Sync with xfs 1.1 release. From Eric Sandeen, SGI.

Only in 2.4.19pre7aa1: 73_xfs-blksize-PAGE_SIZE-1

	Fix blksize reported on top of md (that otherwise confuses libdb), from
	Andi.

Only in 2.4.19pre7aa1: 74_super_quotaops-1

	Fix compile trouble in 1.1.

Only in 2.4.19pre6aa1: 81_x86_64-arch-2.gz
Only in 2.4.19pre7aa1: 81_x86_64-arch-3.gz
Only in 2.4.19pre6aa1: 82_x86-64-compile-aa-2
Only in 2.4.19pre7aa1: 82_x86-64-compile-aa-4
Only in 2.4.19pre7aa1: 83_x86_64-setup64-compile-1
Only in 2.4.19pre7aa1: 84_x86_64-out_of_line_bug-1
Only in 2.4.19pre7aa1: 85_x86_64-mmx-xmm-init-1
Only in 2.4.19pre7aa1: 86_x86_64-FIOQSIZE-1
Only in 2.4.19pre7aa1: 87_x86_64-dec_and_lock-1

	Latest x86-64 tree, plus various fixes.

Only in 2.4.19pre7aa1: 90_init-survive-threaded-race-1

	Fix a race in the survive path of the page fault, harmless in practice
	because init isn't threaded, but in theory one could run a threaded
	program as init. Problem noticed by Andi.

Andrea

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

* Re: 2.4.19pre7aa1
  2002-04-20 17:42 2.4.19pre7aa1 Andrea Arcangeli
@ 2002-04-20 19:37 ` Andrew Morton
  2002-04-20 21:38   ` 2.4.19pre7aa1 Andrea Arcangeli
  2002-04-20 22:12   ` 2.4.19pre7aa1 Ruth Ivimey-Cook
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Morton @ 2002-04-20 19:37 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: linux-kernel

Andrea Arcangeli wrote:
> 
> ...
> Only in 2.4.19pre6aa1: 00_prepare-write-fixes-2
> Only in 2.4.19pre7aa1: 00_prepare-write-fixes-3
> 
>         Add a missing flush_dcache_page() to the prepare write corruption
>         fixes. Noticed by Andrew Morton.
> 

Why do we perform those "flushes"[1] at all?  The memsets should
never occur when the page is mapped into any process tables.

I seem to be missing something here.


[1] Can we please not that term?  A "flush" is something which you
    do to a "dunny" after taking a "crap". [2]

    Caches are either "written back" or are "invalidated".  Nothing
    else.

    This is not just semantics.  This stuff is hard.  90% of kernel
    developers are on x86, and 90% of those do not understand the
    nuances of all this.  The careful choice and use of terminology
    will aid other platforms.

[2] And a "sync" is something which you wash your hands in after the
    "flush".

    Dirty disk data is either "written out" or is "waited upon".  The
    kernel has real performance bugs due to this confusion.

-

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

* Re: 2.4.19pre7aa1
  2002-04-20 19:37 ` 2.4.19pre7aa1 Andrew Morton
@ 2002-04-20 21:38   ` Andrea Arcangeli
  2002-04-20 22:12   ` 2.4.19pre7aa1 Ruth Ivimey-Cook
  1 sibling, 0 replies; 7+ messages in thread
From: Andrea Arcangeli @ 2002-04-20 21:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

On Sat, Apr 20, 2002 at 12:37:51PM -0700, Andrew Morton wrote:
> Andrea Arcangeli wrote:
> > 
> > ...
> > Only in 2.4.19pre6aa1: 00_prepare-write-fixes-2
> > Only in 2.4.19pre7aa1: 00_prepare-write-fixes-3
> > 
> >         Add a missing flush_dcache_page() to the prepare write corruption
> >         fixes. Noticed by Andrew Morton.
> > 
> 
> Why do we perform those "flushes"[1] at all?  The memsets should
> never occur when the page is mapped into any process tables.

The dcache flushes are necessary before the page is mapped, to keep
track which pages we need to flush from the kernel address space
during the page fault right before we map them into userspace (i.e.
during flush_icache_page). We're not really flushing the cache there, we
only keeps track of it through the arch bitflag.

Andrea

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

* Re: 2.4.19pre7aa1
  2002-04-20 19:37 ` 2.4.19pre7aa1 Andrew Morton
  2002-04-20 21:38   ` 2.4.19pre7aa1 Andrea Arcangeli
@ 2002-04-20 22:12   ` Ruth Ivimey-Cook
  2002-04-20 22:56     ` 2.4.19pre7aa1 J. Dow
  2002-04-20 23:57     ` 2.4.19pre7aa1 Anton Blanchard
  1 sibling, 2 replies; 7+ messages in thread
From: Ruth Ivimey-Cook @ 2002-04-20 22:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

On Sat, 20 Apr 2002, Andrew Morton wrote:

>[1] Can we please not that term?  A "flush" is something which you
>    do to a "dunny" after taking a "crap". [2]
>
>    Caches are either "written back" or are "invalidated".  Nothing
>    else.

I would agree with this: until a couple of years ago, I wasn't even aware that 
there were two options here: now I know, but I'm sure others don't.

>[2] And a "sync" is something which you wash your hands in after the
>    "flush".

Well, actually the thing you wash in is a "sink". The term "sync" comes from 
synchronise (or -ize in American).


Ruth


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

* Re: 2.4.19pre7aa1
  2002-04-20 22:12   ` 2.4.19pre7aa1 Ruth Ivimey-Cook
@ 2002-04-20 22:56     ` J. Dow
  2002-04-21  0:09       ` 2.4.19pre7aa1 Anton Blanchard
  2002-04-20 23:57     ` 2.4.19pre7aa1 Anton Blanchard
  1 sibling, 1 reply; 7+ messages in thread
From: J. Dow @ 2002-04-20 22:56 UTC (permalink / raw)
  To: Ruth Ivimey-Cook, Andrew Morton; +Cc: linux-kernel

From: "Ruth Ivimey-Cook" <Ruth.Ivimey-Cook@ivimey.org>

> On Sat, 20 Apr 2002, Andrew Morton wrote:
>
> >[1] Can we please not that term?  A "flush" is something which you
> >    do to a "dunny" after taking a "crap". [2]
> >
> >    Caches are either "written back" or are "invalidated".  Nothing
> >    else.
>
> I would agree with this: until a couple of years ago, I wasn't even aware that
> there were two options here: now I know, but I'm sure others don't.
>
> >[2] And a "sync" is something which you wash your hands in after the
> >    "flush".
>
> Well, actually the thing you wash in is a "sink". The term "sync" comes from
> synchronise (or -ize in American).

And I presume anyday now some twit will attempt to get the "fork" the
fork out of there, too. (I actually experienced this attempt once on a
DoD project I supported. The incompetent source code reviewers in DC
objected to "fork" as profanity thinly cloaked. It took a several page
letter citing the term's use in the art and related literature to get
the anal retentive creep to back down.)

"Flush" is a well known term of art. And as you note, Ruth, "sync" is
short for synchronize. Is cleaning up the use of language in the computer
arts the purpose we are all here?

{O.O}    A rather bemused and astonished Joanne Dow.


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

* Re: 2.4.19pre7aa1
  2002-04-20 22:12   ` 2.4.19pre7aa1 Ruth Ivimey-Cook
  2002-04-20 22:56     ` 2.4.19pre7aa1 J. Dow
@ 2002-04-20 23:57     ` Anton Blanchard
  1 sibling, 0 replies; 7+ messages in thread
From: Anton Blanchard @ 2002-04-20 23:57 UTC (permalink / raw)
  To: Ruth Ivimey-Cook; +Cc: Andrew Morton, linux-kernel

 
> Well, actually the thing you wash in is a "sink". The term "sync" comes from 
> synchronise (or -ize in American).

Please try and keep up with the sharp Australian wit.

Anton

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

* Re: 2.4.19pre7aa1
  2002-04-20 22:56     ` 2.4.19pre7aa1 J. Dow
@ 2002-04-21  0:09       ` Anton Blanchard
  0 siblings, 0 replies; 7+ messages in thread
From: Anton Blanchard @ 2002-04-21  0:09 UTC (permalink / raw)
  To: J. Dow; +Cc: Ruth Ivimey-Cook, Andrew Morton, linux-kernel

 
> "Flush" is a well known term of art. And as you note, Ruth, "sync" is
> short for synchronize. Is cleaning up the use of language in the computer
> arts the purpose we are all here?

Andrew makes a good point, even if the humour around it is lost on
Americans. Most people do not understand flush_dcache_page,
flush_icache_page, flush_icache_range, flush_page_to_ram.

Perhaps invalidate_icache_* and writeback_dcache_* would make more sense
but the current functions are so ingrained it would be a hard thing to do.

Anton

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

end of thread, other threads:[~2002-04-21  0:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-20 17:42 2.4.19pre7aa1 Andrea Arcangeli
2002-04-20 19:37 ` 2.4.19pre7aa1 Andrew Morton
2002-04-20 21:38   ` 2.4.19pre7aa1 Andrea Arcangeli
2002-04-20 22:12   ` 2.4.19pre7aa1 Ruth Ivimey-Cook
2002-04-20 22:56     ` 2.4.19pre7aa1 J. Dow
2002-04-21  0:09       ` 2.4.19pre7aa1 Anton Blanchard
2002-04-20 23:57     ` 2.4.19pre7aa1 Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox