linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux 2.5.25
@ 2002-07-05  4:47 Ivan Gyurdiev
  2002-07-06  5:45 ` linux 2.5.25 (different compilation errors) Fabio Massimo Di Nitto
  2002-07-06 17:38 ` linux 2.5.25 James Simmons
  0 siblings, 2 replies; 6+ messages in thread
From: Ivan Gyurdiev @ 2002-07-05  4:47 UTC (permalink / raw)
  To: LKML

2.5.25: 2 problems found

1) Options under Input Device Support and under Character Devices: Mice
are duplicates from a user's point of view. Fortunately they have different 
names (CONFIG_PSMOUSE vs CONFIG_MOUSE_PS2).
Unfortunately they both seem to be used...did a recursive grep.


2)  This is a compilation error, which has been in 2.5 since 3 kernels ago or 
so. Reported twice on LKML by me, as well as another person. No reply. 

mpparse.c: In function `mp_parse_prt':
mpparse.c:1080: warning: implicit declaration of function `mp_find_ioapic'
mpparse.c:1083: `mp_ioapic_routing' undeclared (first use in this function)
mpparse.c:1083: (Each undeclared identifier is reported only once
mpparse.c:1083: for each function it appears in.)
mpparse.c:1107: warning: implicit declaration of function 
`io_apic_set_pci_routing'
make[1]: *** [mpparse.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.5.24/arch/i386/kernel'
make: *** [arch/i386/kernel] Error 2

occurs with: 
LOCAL_APIC on, IOAPIC off, ACPI on, uniprocessor machine.



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

* Re: linux 2.5.25 (different compilation errors)
  2002-07-05  4:47 linux 2.5.25 Ivan Gyurdiev
@ 2002-07-06  5:45 ` Fabio Massimo Di Nitto
  2002-07-06 17:38 ` linux 2.5.25 James Simmons
  1 sibling, 0 replies; 6+ messages in thread
From: Fabio Massimo Di Nitto @ 2002-07-06  5:45 UTC (permalink / raw)
  To: LKML

Hi all,
            some small other problems.

make dep claims that i2c-old.h is missing. (also in 2.5.24, not tested 
in other versions)

----

  gcc -Wp,-MD,./.iforce-packets.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.25/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include 
-DMODULE -include /usr/src/linux-2.5.25/include/linux/modversions.h   
-DKBUILD_BASENAME=iforce_packets   -c -o iforce-packets.o iforce-packets.c
iforce-packets.c: In function `iforce_get_id_packet':
iforce-packets.c:252: `IFORCE_USB' undeclared (first use in this function)
iforce-packets.c:252: (Each undeclared identifier is reported only once
iforce-packets.c:252: for each function it appears in.)
iforce-packets.c:282: `IFORCE_232' undeclared (first use in this function)
iforce-packets.c:278: warning: unreachable code at beginning of switch 
statement
iforce-packets.c:248: warning: unused variable `timeout'
iforce-packets.c:247: warning: unused variable `wait'
make[4]: *** [iforce-packets.o] Error 1
make[4]: Leaving directory 
`/usr/src/linux-2.5.25/drivers/input/joystick/iforce'

----

  gcc -Wp,-MD,./.zr36120.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.25/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include 
-DMODULE -include /usr/src/linux-2.5.25/include/linux/modversions.h   
-DKBUILD_BASENAME=zr36120   -c -o zr36120.o zr36120.c
zr36120.c:1497: unknown field `open' specified in initializer
zr36120.c:1497: warning: initialization makes integer from pointer 
without a cast
zr36120.c:1498: unknown field `close' specified in initializer
zr36120.c:1498: warning: initialization from incompatible pointer type

[SNIP]

zr36120.c:1839: unknown field `minor' specified in initializer
make[3]: *** [zr36120.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.25/drivers/media/video'
make[2]: *** [video] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.25/drivers/media'
make[1]: *** [media] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.25/drivers'
make: *** [drivers] Error 2

----

  gcc -Wp,-MD,./.zr36067.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.25/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include 
-DMODULE -include /usr/src/linux-2.5.25/include/linux/modversions.h   
-DKBUILD_BASENAME=zr36067   -c -o zr36067.o zr36067.c
zr36067.c: In function `zoran_open':
zr36067.c:3267: structure has no member named `busy'
zr36067.c: At top level:
zr36067.c:4404: warning: initialization makes integer from pointer 
without a cast
zr36067.c:4405: warning: initialization makes integer from pointer 
without a cast
zr36067.c:4406: warning: initialization from incompatible pointer type
zr36067.c:4408: warning: initialization makes integer from pointer 
without a cast
zr36067.c:4409: warning: missing braces around initializer
zr36067.c:4409: warning: (near initialization for `zoran_template.lock')
zr36067.c:4409: warning: initialization makes integer from pointer 
without a cast
zr36067.c:4410: warning: initialization makes integer from pointer 
without a cast
zr36067.c:4411: warning: initialization makes integer from pointer 
without a cast
make[3]: *** [zr36067.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.25/drivers/media/video'
make[2]: *** [video] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.25/drivers/media'
make[1]: *** [media] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.25/drivers'
make: *** [drivers] Error 2

----

  gcc -Wp,-MD,./.stradis.o.d -D__KERNEL__ 
-I/usr/src/linux-2.5.25/include -Wall -Wstrict-prototypes -Wno-trigraphs 
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include 
-DMODULE -include /usr/src/linux-2.5.25/include/linux/modversions.h   
-DKBUILD_BASENAME=stradis   -c -o stradis.o stradis.c
stradis.c: In function `saa_open':
stradis.c:1949: structure has no member named `busy'
stradis.c: In function `saa_close':
stradis.c:1961: structure has no member named `busy'
stradis.c: At top level:
stradis.c:1974: unknown field `open' specified in initializer
stradis.c:1974: warning: initialization makes integer from pointer 
without a cast

[SNIP]

make[3]: *** [stradis.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.25/drivers/media/video'
make[2]: *** [video] Error 2


Regards
Fabio



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

* Re: linux 2.5.25
  2002-07-05  4:47 linux 2.5.25 Ivan Gyurdiev
  2002-07-06  5:45 ` linux 2.5.25 (different compilation errors) Fabio Massimo Di Nitto
@ 2002-07-06 17:38 ` James Simmons
  1 sibling, 0 replies; 6+ messages in thread
From: James Simmons @ 2002-07-06 17:38 UTC (permalink / raw)
  To: Ivan Gyurdiev; +Cc: LKML


> 2.5.25: 2 problems found
>
> 1) Options under Input Device Support and under Character Devices: Mice
> are duplicates from a user's point of view. Fortunately they have different
> names (CONFIG_PSMOUSE vs CONFIG_MOUSE_PS2).
> Unfortunately they both seem to be used...did a recursive grep.

The input api PS/2 mouse driver is meant to replace the old driver which
is in pc_keyb.c. Unfortunely most keyboard drivers are based around
pc_keyb.c so it has to stay for now. Plus the console system is designed
around pc_keyb.c. This will also change as the console system is migrated
toward the input api. So to any keyboard maintainers please port your
drivers over to the input api before they break when the console system
breaks.


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

* Re: linux 2.5.25
  2002-07-05 23:54 Linus Torvalds
  2002-07-06  5:35 ` Albert D. Cahalan
@ 2002-07-08  1:04 ` Tim Pepper
  1 sibling, 0 replies; 6+ messages in thread
From: Tim Pepper @ 2002-07-08  1:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kernel Mailing List

On Fri 05 Jul at 16:54:20 -0700 torvalds@transmeta.com done said:
> 
> The other thing that we should sort out eventually is the unified naming
> for disk devices, now that both IDE and SCSI are starting to have some
> support for driverfs.  Let's make sure that we _can_ have sane ways of
> accessing a disk, without having to care whether it is IDE or SCSI or
> anything else.

...and a way that scales better when naming large numbers of disks than
disk_name()'s stuff like:
     sprintf(buf, "sd%c%c", 'a' + unit / 26, 'a' + unit % 26);


t.

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

* Re: linux 2.5.25
  2002-07-05 23:54 Linus Torvalds
@ 2002-07-06  5:35 ` Albert D. Cahalan
  2002-07-08  1:04 ` Tim Pepper
  1 sibling, 0 replies; 6+ messages in thread
From: Albert D. Cahalan @ 2002-07-06  5:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kernel Mailing List

Linus Torvalds writes:

> Right now the x86 timer frequency is set to 1kHz, but that's just another 
> random number. It could be a config option if people really care, but I'd 
> rather just have people argue for or against specific internal frequencies 
> and we'll find something most people are happy with. It's easy to change 
> without user space even noticing now.

You could go by the CPU choice that already exists:

386      -->  100
486      -->  200
Pentium  -->  400
PPro     -->  800
P-III,P4 --> 1600

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

* linux 2.5.25
@ 2002-07-05 23:54 Linus Torvalds
  2002-07-06  5:35 ` Albert D. Cahalan
  2002-07-08  1:04 ` Tim Pepper
  0 siblings, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2002-07-05 23:54 UTC (permalink / raw)
  To: Kernel Mailing List


More merges all over the map - ppc, scsi, USB, kbuild, input drivers etc.

And both Al and Andrew have been busy again.

This also introduces the support for non-100 Hz internal kernel times on
x86, while still exporting the old interface to user space (ie anybody who
exported raw jiffies before should be exporting "clock_t", which on x86
continues to be a 100 Hz clock, regardless of whatever the internal kernel
frequency is).

Right now the x86 timer frequency is set to 1kHz, but that's just another 
random number. It could be a config option if people really care, but I'd 
rather just have people argue for or against specific internal frequencies 
and we'll find something most people are happy with. It's easy to change 
without user space even noticing now.

The other thing that we should sort out eventually is the unified naming
for disk devices, now that both IDE and SCSI are starting to have some
support for driverfs.  Let's make sure that we _can_ have sane ways of
accessing a disk, without having to care whether it is IDE or SCSI or
anything else.

		Linus

----

Summary of changes from v2.5.24 to v2.5.25
============================================

<bheilbrun@paypal.com>:
  o APM compile fix, "stime" update broke it

<dgibson@samba.org>:
  o PPC32: Fixes and cleanups for PPC40x processors
  o PPC32: Update handling of the interrupt controller on the PPC405
  o PPC32: more PPC40x cleanup (remove CONFIG_PIN_TLB, add comments)

<dledford@aladin.rdu.redhat.com>:
  o Initial initio a100 driver DMA mapping changes + selected cleanups
  o inia100.c
  o i60uscsi.c

<jejb@mulgrave.(none)>:
  o [SCSI 53c700] add specimen block layer tcq
  o make Scsi_Cmnd and Scsi_Request.request be a pointer to the block
    layer request instead of a copy.
  o Initial support (mid-layer) for generic TCQ
  o [SCSI mid-layer]
  o [SCSI mid-layer]  bug fix two missing blk_queue_end_tag()s
  o export open_softirq

<kai@chaos.tp1.ruhr-uni-bochum.de>:
  o kbuild: Fix warnings and other buglets

<kettenis@gnu.org>:
  o Fix note sections in ELF core dumps

<orjan.friberg@axis.com>:
  o USB: bluetty.c allocation bug fix

<petkan@users.sourceforge.net>:
  o pegasus & rtl8150

<sam@mars.ravnborg.org>:
  o kbuild: Add "make help" support

<sullivan@austin.ibm.com>:
  o linux-2.5.22-driverfs.patch

<willy@debian.org>:
  o softscsi patch
  o rewrite find_vma_prev

Alexander Viro <viro@math.psu.edu>:
  o devpts cleanup
  o (md.c) block device size cleanups
  o cdrom.c cleanups
  o kdev_t crapectomy
  o raid kdev_t cleanups (part 1)
  o raid ->diskop() splitup
  o raid kdev_t cleanups - part 2
  o md_import_device() cleanup
  o raid kdev_t cleanups - part 3
  o ex_dev switched to dev_t
  o assorted kdev_t cleanups in filesystems
  o >i_dev switched to dev_t

Andrew Morton <akpm@zip.com.au>:
  o handle BIO allocation failures in swap_writepage()
  o Fix 3c59x driver for some 3c566B's
  o per-cpu buffer_head cache
  o Remove ext2's buffer_head cache
  o Remove ext3's buffer_head cache
  o debug check for leaked blockdev buffers
  o misc cleanups and fixes
  o pdflush cleanup
  o remove swap_get_block()
  o shmem fixes
  o add new list_splice_init()
  o set TASK_RUNNING in cond_resched()
  o set TASK_RUNNING in yield()
  o check for O_DIRECT capability in open(), not write()
  o set_page_dirty() in mark_dirty_kiobuf()
  o resurrect __GFP_HIGH
  o Use __GFP_HIGH in mpage_writepages()
  o always update page->flags atomically
  o suppress more allocation failure warnings
  o fix a writeback race
  o combine generic_writepages() and mpage_writepages()
  o ext3 truncate fix
  o JBD commit callback capability
  o fix invalidate_inode_pages2() race
  o debug: check page refcount in __free_pages_ok()
  o reduce lock contention in try_to_free_buffers()
  o Use names, not numbers for pagefault types

Anton Altaparmakov <aia21@cantab.net>:
  o NTFS: 2.0.11 - Initial preparations for fake inode based attribute
    i/o
  o NTFS: 2.0.12 - Initial cleanup of address space operations
    following 2.0.11 changes
  o NTFS: 2.0.13 - Use iget5_locked() in preparation for fake inodes
    and small cleanups
  o NTFS: 2.0.14 - Run list merging code cleanup, minor locking
    changes, typo fixes

David Brownell <david-b@pacbell.net>:
  o ohci-hcd cardbus unplug
  o Re: [linux-usb-devel] unending timeouts (patch for 2.5.22 oops)

Greg Kroah-Hartman <greg@kroah.com>:
  o USB:  picked a uhci driver to go forward with
  o USB:  removed unused Config.help entries from the host controller
    file
  o USB: removed file ops from usb device structure Moved the file ops
    and minor number stuff out of the usb structure, Now
    usb_register_dev() and usb_deregister_dev() must be called if  you
    want to use the USB major number.
  o USB: added drivers/usb/core/file.c to the kernel-api documentation
  o USB: Fixups due to the changes in struct usb_device for
    file_operations and minor number handling

james.bottomley@steeleye.com <James.Bottomley@steeleye.com>:
  o fix SCSI driverfs for IDE panic on boot

Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>:
  o kbuild: Assorted cleanups
  o kbuild: Prepare LDFLAGS for general use
  o kbuild: Rename ld flags for vmlinux to LDFLAGS_vmlinux
  o kbuild: Put flags for ld into LDFLAGS
  o kbuild: Put flags for objcopy into OBJCOPYFLAGS
  o kbuild: clean up arch/i386/boot, part 1
  o kbuild: clean up arch/i386/boot, part 2
  o kbuild: clean up arch/i386/boot, part 3
  o kbuild: clean up arch/i386/boot, part 4
  o kbuild: Fix calling of make_times_h and gentbl
  o kbuild: Provide shipped versions of the keymap files

Linus Torvalds <torvalds@home.transmeta.com>:
  o DRI CVS merge: separate out driver-ioctl's into driver headers
  o Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ
    clock_t
  o Make ramfs/driverfs maintain directory nlink counts
  o Fix more places where we exported our internal time to user space.
    Convert to standard clock_t.
  o Radeon DRI merge
  o x86 "make clean" missed some new targets
  o Disable ReiserFS bh usage count testing for now

Matthew Dharm <mdharm-usb@one-eyed-alien.net>:
  o usb-storage: code cleanup, small fixes
  o usb-storage: Code consolidation of error paths
  o usb-storage: remove timer

Paul Mackerras <paulus@samba.org>:
  o PPC32: add CONFIG_DEBUG_SPINLOCK
  o PPC32: Fixes for bugs in exception handling in copy_to_user and
    clear_user
  o PPC32: Add struct page * argument to copy/clear_user_page
  o PPC32: fixes for I/O mappings on CHRP machines
  o PPC32: update for scheduler changes (switch_to,
    prepare/finish_arch_*)
  o PPC32: translate addresses in the Open Firmware device tree
    correctly
  o PPC32 compile fix: add missing parenthesis
  o PPC32: fix compilation with current binutils
  o PPC32: work around the fact that the PPC601 doesn't implement the
    MSR.RI bit
  o PPC32: fix some minor compile warnings
  o PPC32: fix handling of machine checks
  o PPC32: eliminate some compile warnings on the EP405 board
  o PPC32: define USER_HZ to be 100 (HZ is still 100 for now)
  o PPC32: fix compile error by removing extraneous declarations
    (ppc_ksyms.c)

Paul Menage <pmenage@ensim.com>:
  o Shift BKL into ->statfs()

Pavel Machek <pavel@ucw.cz>:
  o suspend-to-disk documentation updates

Petr Vandrovec <vandrove@vc.cvut.cz>:
  o 2.5.24 matroxfb memory corruption
  o 2.5.24 matroxfb off by one error
  o drivers/ide/probe.c leaks memory

samuel.thibault@ens-lyon.fr <Samuel.Thibault@ens-lyon.fr>:
  o sound/oss/maestro.c

Tom Rini <trini@bill-the-cat.bloom.county>:
  o PPC32: Fix building of most of the zImage targets
  o PPC32: Fix the rule for using config files from arch/ppc/configs/
    To accommodate the change to scripts/Configure which made it look
    in /boot/config-`uname -r` before looking at
    arch/$(ARCH)/defconfig, change the rule for using a config from
    arch/ppc/configs to copy to .config instead of
    arch/$(ARCH)/defconfig
  o PPC32: Minor PReP OpenPIC fixes from Troy Benjegerdes and Leigh
    Brown
  o Allow the data cache to be turned off on MPC8260 systems
  o PPC32: Move per-board MPC8xx ethernet defines to their respective
    board header
  o PPC32: Fix dependancies in arch/ppc/boot
  o PPC32: Minor fixes with respect to the MPC7450 and MPC7455

Tom Rini <trini@kernel.crashing.org>:
  o PPC32: Update the OpenPIC code to only require a 'linux_irq_offset'
    param
  o PPC32: check the binutils version and make sure it is new enough
  o PPC32: use the proper instruction mnemonics for altivec
    instructions

Vojtech Pavlik <vojtech@twilight.ucw.cz>:
  o Update the gameport drivers to Dave Jones's tree
  o Update the iforce driver to the latest revision (it now lives in a
    separate directory), add twiddler and guillemot drivers.
  o Add new serio modules for PS/2 AUX/KBD
  o Add keyboard, mouse and touchscreen drivers
  o Update the input handler modules to latest versions
  o Makefile/config.in changes to reflect the new drivers
  o Fix button assignments for Saturn and PSX pads
  o Handle input-only keyboard interfaces
  o Handle slowly responding PS/2 mice
  o Use time_after() where applicable
  o Minor cleanup in evdev.c
  o Minor fixes to make the whole thing compile on latest 2.5 and
    kbuild2
  o Add vortex anf fm801 gameport drivers, remove obsolete pcigame
    driver
  o Fix psmouse.c - it needs tqueue.h



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

end of thread, other threads:[~2002-07-08  1:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-05  4:47 linux 2.5.25 Ivan Gyurdiev
2002-07-06  5:45 ` linux 2.5.25 (different compilation errors) Fabio Massimo Di Nitto
2002-07-06 17:38 ` linux 2.5.25 James Simmons
2002-07-05 23:54 Linus Torvalds
2002-07-06  5:35 ` Albert D. Cahalan
2002-07-08  1:04 ` Tim Pepper

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).