All of lore.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: KB->KiB, MB -> MiB, ... (IEC 60027-2)
@ 2007-01-20  8:08 Michał Kudła
  2007-01-20 10:29 ` David Schwartz
  2007-01-27 15:06 ` Andries Brouwer
  0 siblings, 2 replies; 38+ messages in thread
From: Michał Kudła @ 2007-01-20  8:08 UTC (permalink / raw)
  To: linux-kernel

Hello,
according to  http://www.kernel.org/pub/linux/docs/lkml/reporting-bugs.html
[1.] One line summary of the problem: 
KB->KiB, MB -> MiB, ... (IEC 60027-2 Letter symbols to be used in electrical 
technology – Part 2)
[2.] Full description of the problem/report:
kernel: 2.6.19
linux: gentoo

after 
#dmesg
I find somethings like it

Memory: 515992k/524224k available (1909k kernel code, 7684k reserved, 768k 
data, 172k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xfffb7000 - 0xfffff000   ( 288 kB)
    vmalloc : 0xe0800000 - 0xfffb5000   ( 503 MB)
    lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
      .init : 0xc03a0000 - 0xc03cb000   ( 172 kB)
      .data : 0xc02dd6d6 - 0xc039d8f4   ( 768 kB)
      .text : 0xc0100000 - 0xc02dd6d6   (1909 kB)
...
hdb: max request size: 512KiB
hdb: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63, 
UDMA(100)
hdb: cache flushes supported
 hdb: hdb1 hdb2 hdb3
hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(66)


Should be everywere KiB, MiB, GiB, ... according to IEC 60027-2 

http://www.iec.ch/zone/si/si_bytes.htm
http://en.wikipedia.org/wiki/Kibibyte

[3.] Keywords (i.e., modules, networking, kernel):
modules, networking, kernel,... everywere
[4.] Kernel version (from /proc/version):
Linux version 2.6.19-gentoo-r4 (root@athlonik) (gcc version 4.1.1 (Gentoo 
4.1.1-r3)) #1 Fri Jan 19 22:22:39 CET 2007
[5.] Output of Oops.. message (if applicable) with symbolic information 
     resolved (see Documentation/oops-tracing.txt)
none
[6.] A small shell script or example program which triggers the
     problem (if possible)
dmesg | grep -E '(KB)|(KiB)|(MB)'
[7.] Environment
linux
[7.1.] Software (add the output of the ver_linux script here)
[7.2.] Processor information (from /proc/cpuinfo):
cat  /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 8
model name      : AMD Athlon(tm) XP
stepping        : 1
cpu MHz         : 1666.742
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow ts
bogomips        : 3335.02

[7.3.] Module information (from /proc/modules):
not important
[7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
not important
[7.5.] PCI information ('lspci -vvv' as root)
not important
[7.6.] SCSI information (from /proc/scsi/scsi)
not important
[7.7.] Other information that might be relevant to the problem
       (please look in /proc and include all information that you
       think to be relevant):
not important
[X.] Other notes, patches, fixes, workarounds:
“That’s one small step for a man, one giant leap for mankind.”  - Neil 
Armstrong 



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

end of thread, other threads:[~2007-01-27 15:30 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7FsPf-51s-9@gated-at.bofh.it>
     [not found] ` <7FxlV-3sb-1@gated-at.bofh.it>
     [not found]   ` <7FyUF-5XD-21@gated-at.bofh.it>
2007-01-21 10:40     ` PROBLEM: KB->KiB, MB -> MiB, ... (IEC 60027-2) Bodo Eggert
2007-01-21 11:10       ` Eduard Bloch
2007-01-21 22:08         ` Stefan Richter
2007-01-22 15:53         ` Lennart Sorensen
2007-01-22 16:58           ` Jan Engelhardt
2007-01-22 18:36             ` Alan
2007-01-22 19:24               ` Tony Foiani
2007-01-22 22:26                 ` Bodo Eggert
2007-01-22 20:44               ` Lennart Sorensen
2007-01-22 21:17                 ` linux-os (Dick Johnson)
2007-01-22 20:43             ` Lennart Sorensen
2007-01-22 21:22               ` Jan Engelhardt
2007-01-21 14:45       ` Benny Amorsen
2007-01-21 15:06       ` Heikki Orsila
2007-01-21 21:27         ` Jan Engelhardt
2007-01-22  1:56           ` Krzysztof Halasa
2007-01-22 10:39             ` Bernd Petrovitsch
2007-01-22 10:48             ` Andreas Schwab
2007-01-23  1:04               ` Krzysztof Halasa
2007-01-23  1:45                 ` Jan Engelhardt
2007-01-23  9:23                 ` Andreas Schwab
2007-01-23 13:14                   ` Krzysztof Halasa
2007-01-20  8:08 Michał Kudła
2007-01-20 10:29 ` David Schwartz
2007-01-20 18:07   ` Leon Woestenberg
2007-01-20 22:54     ` David Schwartz
2007-01-21  0:07       ` Tony Foiani
2007-01-21 21:12         ` Jan Engelhardt
2007-01-22  6:45           ` Tony Foiani
2007-01-22  8:25           ` Roland Kuhn
2007-01-22 15:43           ` Lennart Sorensen
2007-01-21  7:11       ` H. Peter Anvin
2007-01-21 20:03         ` Geert Uytterhoeven
2007-01-21 20:06           ` H. Peter Anvin
2007-01-21 17:04       ` Leon Woestenberg
2007-01-21 22:12         ` David Schwartz
2007-01-22  8:49           ` Benny Amorsen
2007-01-27 15:06 ` Andries Brouwer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.