linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Linux 2.4.23-pre8
       [not found] ` <Pine.LNX.4.44.0310251839030.30825-100000@logos.cnet>
@ 2003-10-30  0:30   ` chas williams
  2003-10-30 23:26     ` Lukasz Trabinski
  0 siblings, 1 reply; 19+ messages in thread
From: chas williams @ 2003-10-30  0:30 UTC (permalink / raw)
  To: Lukasz Trabinski; +Cc: linux-kernel

>Well, ATM dosen't work for me. (from 2.4.22, 2.4.21 is OK).
>No traffic via ATM interfeces.
>
>[root@voices root]# ifconfig atm1
>atm1      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-
>00-00
>          inet addr:XXX.XX.XX.XXX  Mask:255.255.255.252
>          UP RUNNING  MTU:9180  Metric:1
>          RX packets:9 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:100
>          RX bytes:632 (632.0 b)  TX bytes:100 (100.0 b)

this doesnt look bad. i see 1 tx packet and some rx packets.  how
did you test this interface?  does tcpdump show anything?  could you
be more specific about this configuration so i could try to duplicate
your setup?  the nicstar driver seems to work for me in the 2.4.23-pre8
kernel (ilmid, signalling).  i tested the clip module as well but that
was via an arp server not clip over a pvc.

>Counters on all atm interfeces are still the same

what does atmdiag show?

>On good working kernel, during boot, i have messages like this:
>
>atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
>atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
>atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
>atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
>atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)

these message were eliminated since they arent very useful and
quite noisy.

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

* Re: Linux 2.4.23-pre8
  2003-10-30  0:30   ` Linux 2.4.23-pre8 chas williams
@ 2003-10-30 23:26     ` Lukasz Trabinski
  0 siblings, 0 replies; 19+ messages in thread
From: Lukasz Trabinski @ 2003-10-30 23:26 UTC (permalink / raw)
  To: chas williams; +Cc: linux-kernel, Bartlomiej Solarz

On Wed, 29 Oct 2003, chas williams wrote:

> this doesnt look bad. i see 1 tx packet and some rx packets.  how
> did you test this interface?  does tcpdump show anything?  could you
> be more specific about this configuration so i could try to duplicate
> your setup?  the nicstar driver seems to work for me in the 2.4.23-pre8
> kernel (ilmid, signalling).  i tested the clip module as well but that
> was via an arp server not clip over a pvc.

I'm sorry, ATM works on 2.4.23-pre8. I have disabled ipv6 in kernel 
config. ipv6 was connected with zebra config, zebra was connected with
routing. Anyway, it's works, sorry for false alarm.

-- 
*[ Łukasz Trąbiński ]*
SysAdmin @wsisiz.edu.pl

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

* Re: Linux 2.4.23-pre8
  2003-10-24 15:11 ` Tony Gale
@ 2003-10-24 15:33   ` Len Brown
  0 siblings, 0 replies; 19+ messages in thread
From: Len Brown @ 2003-10-24 15:33 UTC (permalink / raw)
  To: Tony Gale; +Cc: Marcelo Tosatti, linux-kernel

Thanks for the note Tony.
Can you direct me to the bug report?
If there isn't one yet, please file one and assign it to me.

thanks,
-Len

http://bugzilla.kernel.org/
Category: Power Management
Component: ACPI


On Fri, 2003-10-24 at 11:11, Tony Gale wrote:
> On Thu, 2003-10-23 at 00:24, Marcelo Tosatti wrote:
> > Hi, 
> > 
> > Here goes -pre8... It contains a quite big amount of ACPI fixes,
> > networking changes, network driver changes, few IDE fixes, SPARC merge, SH
> > merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.
> > 
> 
> As reported earlier, this still fails to boot on my P-II (to recap,
> pre6, pre7 and pre8 fail to boot - no messages after Uncompressing
> kernel).
> 
> Reverting the ACPI changes in pre6 fixes it - note that I have ACPI
> turned off in the config, so the CONFIG_ACPI_BOOT thing is causing the
> problem, and it seems to be impossible to compile a kernel without it.
> 
> Cheers,
> -tony
> 


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

* Re: Linux 2.4.23-pre8
       [not found] <Pine.LNX.4.44.0310222116270.1364-100000@dstl.gov.uk>
@ 2003-10-24 15:11 ` Tony Gale
  2003-10-24 15:33   ` Len Brown
  0 siblings, 1 reply; 19+ messages in thread
From: Tony Gale @ 2003-10-24 15:11 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, len.brown

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

On Thu, 2003-10-23 at 00:24, Marcelo Tosatti wrote:
> Hi, 
> 
> Here goes -pre8... It contains a quite big amount of ACPI fixes,
> networking changes, network driver changes, few IDE fixes, SPARC merge, SH
> merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.
> 

As reported earlier, this still fails to boot on my P-II (to recap,
pre6, pre7 and pre8 fail to boot - no messages after Uncompressing
kernel).

Reverting the ACPI changes in pre6 fixes it - note that I have ACPI
turned off in the config, so the CONFIG_ACPI_BOOT thing is causing the
problem, and it seems to be impossible to compile a kernel without it.

Cheers,
-tony


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 307 bytes --]

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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
                   ` (5 preceding siblings ...)
  2003-10-23 23:09 ` Lukasz Trabinski
@ 2003-10-24  0:26 ` Andre Tomt
  6 siblings, 0 replies; 19+ messages in thread
From: Andre Tomt @ 2003-10-24  0:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marcelo Tosatti

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

On Thu, 2003-10-23 at 01:24, Marcelo Tosatti wrote:
> Hi, 
> 
> Here goes -pre8... It contains a quite big amount of ACPI fixes,
> networking changes, network driver changes, few IDE fixes, SPARC merge, SH
> merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.
> 
> People seeing boot IDE related crashes on Alpha with previous kernels
> please try this.

Modular IDE seems broken again;

find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.23-pre8;
fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.23-pre8/kernel/drivers/ide/ide-core.o
depmod:         ide_wait_hwif_ready
depmod:         ide_probe_for_drive
depmod:         ide_probe_reset
depmod:         ide_tune_drives
make: *** [_modinst_post] Error 1

.config attached.

[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 15729 bytes --]

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_ISA is not set
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_PM is not set
# CONFIG_APM is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_CISS_MONITOR_THREAD is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_BLK_STATS is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
CONFIG_FILTER=y
CONFIG_UNIX=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set

#
#    SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=m

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=m
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_ADMA100 is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=m
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
# CONFIG_BLK_DEV_ATARAID_SII is not set

#
# SCSI support
#
# CONFIG_SCSI is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=m
# CONFIG_TYPHOON is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
# CONFIG_DM9102 is not set
# CONFIG_EEPRO100 is not set
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_SUNDANCE_MMIO is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Input core support
#
# CONFIG_INPUT is not set
# CONFIG_INPUT_KEYBDEV is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

#
# I2C support
#
# CONFIG_I2C is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set

#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set

#
# Direct Rendering Manager (XFree86 DRI support)
#
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_QFMT_V2 is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=m
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=m
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
# CONFIG_FAT_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_UMSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_ROOT_NFS is not set
# CONFIG_NFSD is not set
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_ZISOFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
# CONFIG_FB is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# USB support
#
# CONFIG_USB is not set

#
# Support for USB gadgets
#
# CONFIG_USB_GADGET is not set

#
# Bluetooth support
#
# CONFIG_BLUEZ is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_LOG_BUF_SHIFT=0

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
# CONFIG_CRC32 is not set
# CONFIG_ZLIB_INFLATE is not set
# CONFIG_ZLIB_DEFLATE is not set

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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
                   ` (4 preceding siblings ...)
  2003-10-23 18:12 ` Philipp Matthias Hahn
@ 2003-10-23 23:09 ` Lukasz Trabinski
  2003-10-24  0:26 ` Andre Tomt
  6 siblings, 0 replies; 19+ messages in thread
From: Lukasz Trabinski @ 2003-10-23 23:09 UTC (permalink / raw)
  To: linux-kernel

In article <Pine.LNX.4.44.0310222116270.1364-100000@logos.cnet> you wrote:
> Chas Williams:
>  o [ATM]: rewrite recvmsg to use skb_copy_datagram_iovec
>  o [ATM]: remove listenq and backlog_quota from struct atm_vcc
>  o [ATM]: cleanup connect
>  o [ATM]: eliminate SOCKOPS_WRAPPED
>  o [ATM]: move vcc's to global sk-based linked list
>  o [ATM]: setsockopt/getsockopt cleanup

Well, ATM dosen't work for me. (from 2.4.22, 2.4.21 is OK).

No traffic via ATM interfeces.

[root@voices root]# ifconfig atm1
atm1      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:XXX.XX.XX.XXX  Mask:255.255.255.252
          UP RUNNING  MTU:9180  Metric:1
          RX packets:9 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:632 (632.0 b)  TX bytes:100 (100.0 b)

Counters on all atm interfeces are still the same

On good working kernel, during boot, i have messages like this:

atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)
atm_connect (TX: cl 1,bw 0-0,sdu 9188; RX: cl 1,bw 0-0,sdu 9188,AAL 5)

from 2.4.22 I haven't any messages like above, only:

nicstar0: PHY seems to be 155 Mbps.
nicstar0: MAC address 00:20:48:0E:B3:28

What's going on? I don't want test 2.6.* kernels on my routers.

-- 
*[ Łukasz Trąbiński ]*

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

* Re: Linux 2.4.23-pre8
  2003-10-23 21:20   ` Andre Tomt
@ 2003-10-23 21:55     ` Trond Myklebust
  0 siblings, 0 replies; 19+ messages in thread
From: Trond Myklebust @ 2003-10-23 21:55 UTC (permalink / raw)
  To: Andre Tomt
  Cc: Philipp Matthias Hahn, Marcelo Tosatti, Trond Myklebust, linux-kernel

>>>>> " " == Andre Tomt <andre@tomt.net> writes:

     > Did you patch your source with
     > ea+acl+nfsacl-2.4.22-0.8.63.diff.gz?  vanilla -pre8 looks fine,
     > however a strikingly similar hunk is in the ea+acl+nfsacl
     > patch:


     > It looks safe to just nuke this hunk from the acl patch.

Indeed. It would appear to be quite incorrect to return ENOSYS in this
case, since glibc tends to interpret that as meaning that an actual
syscall is not implemented.

     > NB: Always test a clean kernel tree ;-)

Right... Or else report bugs to the maintainers of the patches you
have applied rather than to me.

Cheers,
  Trond

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

* Re: Linux 2.4.23-pre8
  2003-10-23 18:12 ` Philipp Matthias Hahn
  2003-10-23 18:59   ` Trond Myklebust
@ 2003-10-23 21:20   ` Andre Tomt
  2003-10-23 21:55     ` Trond Myklebust
  1 sibling, 1 reply; 19+ messages in thread
From: Andre Tomt @ 2003-10-23 21:20 UTC (permalink / raw)
  To: Philipp Matthias Hahn; +Cc: Marcelo Tosatti, Trond Myklebust, linux-kernel

On Thu, 2003-10-23 at 20:12, Philipp Matthias Hahn wrote:
> Hi Marcelo, Trond, LKML.
> 
> On Wed, Oct 22, 2003 at 09:24:17PM -0200, Marcelo Tosatti wrote:
> > Trond Myklebust:
> >   o Fix a deadlock in the NFS asynchronous write code
> >   o A request cannot be used as part of the RTO estimation if it gets
> >     resent since you don't know whether the server is replying to the 
> >     first or the second transmission. However we're currently setting the 
> >     cutoff point to be the timeout of the first transmission.
> >   o UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests.
> >   o Increase the minimum RTO timer value to 1/10 second. This is more in line with what is done for TCP.
> >   o Fix a stack overflow problem that was noticed by Jeff Garzik by removing some unused readdirplus cruft.
> >   o Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call.
> 
> make[3]: Entering directory `/usr/src/linux-2.4.23/net/sunrpc'
> gcc -D__KERNEL__ -I/usr/src/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-optimize-sibling-calls -DMODULE  -nostdinc -iwithprefix include -DKBUILD_BASENAME=clnt  -c -o clnt.o clnt.c
> clnt.c: In function `call_verify':
> clnt.c:946: error: duplicate case value
> clnt.c:926: error: previously used here
> clnt.c:951: error: duplicate case value
> clnt.c:937: error: previously used here

Did you patch your source with ea+acl+nfsacl-2.4.22-0.8.63.diff.gz?
vanilla -pre8 looks fine, however a strikingly similar hunk is in the
ea+acl+nfsacl patch:


@@ -923,6 +925,16 @@ call_verify(struct rpc_task *task)
                return p;
        case RPC_GARBAGE_ARGS:
                break;                  /* retry */
+       case RPC_PROG_UNAVAIL:
+               /* report requested program number*/
+               dprintk(KERN_WARNING "RPC: unknown program\n");
+               rpc_exit(task, -ENOSYS);
+               return NULL;
+       case RPC_PROC_UNAVAIL:
+               /* report requested program and procedure number, version */
+               dprintk(KERN_WARNING "RPC: unknown procedure\n");
+               rpc_exit(task, -ENOSYS);
+               return NULL;
        default:
                printk(KERN_WARNING "call_verify: server accept status: %x\n", n);
                /* Also retry */

It looks safe to just nuke this hunk from the acl patch.

NB: Always test a clean kernel tree ;-)

-- 


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

* Re: Linux 2.4.23-pre8
  2003-10-23 15:22 ` laurent.ml
@ 2003-10-23 20:23   ` Olaf Hering
  0 siblings, 0 replies; 19+ messages in thread
From: Olaf Hering @ 2003-10-23 20:23 UTC (permalink / raw)
  To: laurent.ml; +Cc: Marcelo Tosatti, linux-kernel

 On Thu, Oct 23, laurent.ml@linuxfr.org wrote:

> Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:
> 
> >   o [IRDA]: Fix build with gcc-3.4
> 
> Tell me if I'm wrong, it seems 2 comas are missing.

That patch is ok, thanks for spotting. It seems I had that not in my
.config


-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

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

* Re: Linux 2.4.23-pre8
  2003-10-23 18:12 ` Philipp Matthias Hahn
@ 2003-10-23 18:59   ` Trond Myklebust
  2003-10-23 21:20   ` Andre Tomt
  1 sibling, 0 replies; 19+ messages in thread
From: Trond Myklebust @ 2003-10-23 18:59 UTC (permalink / raw)
  To: Philipp Matthias Hahn; +Cc: Marcelo Tosatti, Trond Myklebust, linux-kernel

>>>>> " " == Philipp Matthias Hahn <pmhahn@titan.lahn.de> writes:

     > make[3]: Entering directory `/usr/src/linux-2.4.23/net/sunrpc'
     > gcc -D__KERNEL__ -I/usr/src/linux-2.4.23/include -Wall
     > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
     > -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686
     > -fno-optimize-sibling-calls -DMODULE -nostdinc -iwithprefix
     > include -DKBUILD_BASENAME=clnt -c -o clnt.o clnt.c clnt.c: In
     > function `call_verify': clnt.c:946: error: duplicate case value
     > clnt.c:926: error: previously used here clnt.c:951: error:
     > duplicate case value clnt.c:937: error: previously used here

There are no duplicate cases for the pre8 I just downloaded from
BitKeeper. Are you sure you haven't screwed up the patches?

Cheers,
  Trond

NOTE: The code in question should look as follows:

        switch ((n = ntohl(*p++))) {
        case RPC_SUCCESS:
                return p;
        case RPC_PROG_UNAVAIL:
                printk(KERN_WARNING "RPC: call_verify: program %u is unsupported by server %s\n",
                                (unsigned int)task->tk_client->cl_prog,
                                task->tk_client->cl_server);
                goto out_eio;
        case RPC_PROG_MISMATCH:
                printk(KERN_WARNING "RPC: call_verify: program %u, version %u unsupported by server %s\n",
                                (unsigned int)task->tk_client->cl_prog,
                                (unsigned int)task->tk_client->cl_vers,
                                task->tk_client->cl_server);
                goto out_eio;
        case RPC_PROC_UNAVAIL:
                printk(KERN_WARNING "RPC: call_verify: proc %u unsupported by program %u, version %u on server %s\n",
                                (unsigned int)task->tk_msg.rpc_proc,
                                (unsigned int)task->tk_client->cl_prog,
                                (unsigned int)task->tk_client->cl_vers,
                                task->tk_client->cl_server);
                goto out_eio;
        case RPC_GARBAGE_ARGS:
                break;                  /* retry */
        default:
                printk(KERN_WARNING "call_verify: server accept status: %x\n", n);
                /* Also retry */
        }


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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
                   ` (3 preceding siblings ...)
  2003-10-23 17:05 ` Peter Osterlund
@ 2003-10-23 18:12 ` Philipp Matthias Hahn
  2003-10-23 18:59   ` Trond Myklebust
  2003-10-23 21:20   ` Andre Tomt
  2003-10-23 23:09 ` Lukasz Trabinski
  2003-10-24  0:26 ` Andre Tomt
  6 siblings, 2 replies; 19+ messages in thread
From: Philipp Matthias Hahn @ 2003-10-23 18:12 UTC (permalink / raw)
  To: Marcelo Tosatti, Trond Myklebust; +Cc: linux-kernel

Hi Marcelo, Trond, LKML.

On Wed, Oct 22, 2003 at 09:24:17PM -0200, Marcelo Tosatti wrote:
> Trond Myklebust:
>   o Fix a deadlock in the NFS asynchronous write code
>   o A request cannot be used as part of the RTO estimation if it gets
>     resent since you don't know whether the server is replying to the 
>     first or the second transmission. However we're currently setting the 
>     cutoff point to be the timeout of the first transmission.
>   o UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests.
>   o Increase the minimum RTO timer value to 1/10 second. This is more in line with what is done for TCP.
>   o Fix a stack overflow problem that was noticed by Jeff Garzik by removing some unused readdirplus cruft.
>   o Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call.

make[3]: Entering directory `/usr/src/linux-2.4.23/net/sunrpc'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-optimize-sibling-calls -DMODULE  -nostdinc -iwithprefix include -DKBUILD_BASENAME=clnt  -c -o clnt.o clnt.c
clnt.c: In function `call_verify':
clnt.c:946: error: duplicate case value
clnt.c:926: error: previously used here
clnt.c:951: error: duplicate case value
clnt.c:937: error: previously used here

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de

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

* Re: Linux 2.4.23-pre8
  2003-10-23 17:05 ` Peter Osterlund
@ 2003-10-23 17:48   ` Marcelo Tosatti
  0 siblings, 0 replies; 19+ messages in thread
From: Marcelo Tosatti @ 2003-10-23 17:48 UTC (permalink / raw)
  To: Peter Osterlund; +Cc: Marcelo Tosatti, linux-kernel



On 23 Oct 2003, Peter Osterlund wrote:

> The toplevel Makefile contains this change which looks like a typo:
> 
> @@ -28,7 +28,7 @@
>  AS             = $(CROSS_COMPILE)as
>  LD             = $(CROSS_COMPILE)ld
>  CC             = $(CROSS_COMPILE)gcc
> -CPP            = $(CC) -E
> +PP             = $(CC) -E
>  AR             = $(CROSS_COMPILE)ar
>  NM             = $(CROSS_COMPILE)nm
>  STRIP          = $(CROSS_COMPILE)strip

Yes its a typo. Its in fixed in the BK tree.




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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
                   ` (2 preceding siblings ...)
  2003-10-23 15:22 ` laurent.ml
@ 2003-10-23 17:05 ` Peter Osterlund
  2003-10-23 17:48   ` Marcelo Tosatti
  2003-10-23 18:12 ` Philipp Matthias Hahn
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 19+ messages in thread
From: Peter Osterlund @ 2003-10-23 17:05 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

The toplevel Makefile contains this change which looks like a typo:

@@ -28,7 +28,7 @@
 AS             = $(CROSS_COMPILE)as
 LD             = $(CROSS_COMPILE)ld
 CC             = $(CROSS_COMPILE)gcc
-CPP            = $(CC) -E
+PP             = $(CC) -E
 AR             = $(CROSS_COMPILE)ar
 NM             = $(CROSS_COMPILE)nm
 STRIP          = $(CROSS_COMPILE)strip

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340

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

* Re: Linux 2.4.23-pre8
  2003-10-23  1:53 ` viro
@ 2003-10-23 15:45   ` Matt Zimmerman
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Zimmerman @ 2003-10-23 15:45 UTC (permalink / raw)
  To: viro; +Cc: Marcelo Tosatti, linux-kernel, 171947, asd, Bruno Rodrigues

On Thu, Oct 23, 2003 at 02:53:01AM +0100, viro@parcelfarce.linux.theplanet.co.uk wrote:

> On Wed, Oct 22, 2003 at 09:24:17PM -0200, Marcelo Tosatti wrote:
> > Here goes -pre8... It contains a quite big amount of ACPI fixes,
> > networking changes, network driver changes, few IDE fixes, SPARC merge, SH
> > merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.
> > 
> > People seeing boot IDE related crashes on Alpha with previous kernels
> > please try this.
> 
> 	BTW, another thing that might be worth rechecking is the pile of bugs
> related to ownership of ksymoops files.  In particular, bugs.debian.org/171947
> might have been caused by the bug fixed in 2.4.23-pre8 (UID/GID leaking into
> modprobe).  Matt, do you still see that crap appearing in /var/log/ksymoops
> with that kernel?

Unfortunately, I don't have a means to test right now.  A few other folks
were seeing that bug as well, though, so I'm copying them and the Debian bug
so that someone else can verify.

-- 
 - mdz (dialup and an ancient laptop for now)

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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
  2003-10-23  1:53 ` viro
  2003-10-23  7:05 ` Jeff Chua
@ 2003-10-23 15:22 ` laurent.ml
  2003-10-23 20:23   ` Olaf Hering
  2003-10-23 17:05 ` Peter Osterlund
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 19+ messages in thread
From: laurent.ml @ 2003-10-23 15:22 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel

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

Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:

>   o [IRDA]: Fix build with gcc-3.4

Tell me if I'm wrong, it seems 2 comas are missing.


[-- Attachment #2: irda.2.4.23-pre8.diff --]
[-- Type: text/plain, Size: 825 bytes --]

diff -ur linux-2.4.23-pre8.orig/net/irda/af_irda.c linux-2.4.23-pre8/net/irda/af_irda.c
--- linux-2.4.23-pre8.orig/net/irda/af_irda.c	2003-10-23 17:11:55.000000000 +0200
+++ linux-2.4.23-pre8/net/irda/af_irda.c	2003-10-23 16:38:34.000000000 +0200
@@ -285,7 +285,7 @@
 		self->max_data_size = irttp_get_max_seg_size(self->tsap);
 	};
 
-	IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__
+	IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__,
 		   self->max_data_size);
 
 	memcpy(&self->qos_tx, qos, sizeof(struct qos_info));
@@ -384,7 +384,7 @@
 
 	/* Check if request succeeded */
 	if (result != IAS_SUCCESS) {
-		IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__
+		IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__,
 			   result);
 
 		self->errno = result;	/* We really need it later */

[-- Attachment #3: Type: text/plain, Size: 13 bytes --]


-- 
Laurent

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

* Re: Linux 2.4.23-pre8
  2003-10-23  7:05 ` Jeff Chua
@ 2003-10-23 11:26   ` Marcelo Tosatti
  0 siblings, 0 replies; 19+ messages in thread
From: Marcelo Tosatti @ 2003-10-23 11:26 UTC (permalink / raw)
  To: Jeff Chua; +Cc: Marcelo Tosatti, Linux Kernel



On Thu, 23 Oct 2003, Jeff Chua wrote:

> 
> On Wed, 22 Oct 2003, Marcelo Tosatti wrote:
> 
> > Here goes -pre8... It contains a quite big amount of ACPI fixes,
> 
> Where is it? 

Its there now.

Sorry for the delay.



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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
  2003-10-23  1:53 ` viro
@ 2003-10-23  7:05 ` Jeff Chua
  2003-10-23 11:26   ` Marcelo Tosatti
  2003-10-23 15:22 ` laurent.ml
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 19+ messages in thread
From: Jeff Chua @ 2003-10-23  7:05 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Linux Kernel


On Wed, 22 Oct 2003, Marcelo Tosatti wrote:

> Here goes -pre8... It contains a quite big amount of ACPI fixes,

Where is it?

Thanks,
Jeff



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

* Re: Linux 2.4.23-pre8
  2003-10-22 23:24 Marcelo Tosatti
@ 2003-10-23  1:53 ` viro
  2003-10-23 15:45   ` Matt Zimmerman
  2003-10-23  7:05 ` Jeff Chua
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 19+ messages in thread
From: viro @ 2003-10-23  1:53 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, Matt Zimmerman

On Wed, Oct 22, 2003 at 09:24:17PM -0200, Marcelo Tosatti wrote:
> 
> Hi, 
> 
> Here goes -pre8... It contains a quite big amount of ACPI fixes,
> networking changes, network driver changes, few IDE fixes, SPARC merge, SH
> merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.
> 
> People seeing boot IDE related crashes on Alpha with previous kernels
> please try this.

	BTW, another thing that might be worth rechecking is the pile of bugs
related to ownership of ksymoops files.  In particular, bugs.debian.org/171947
might have been caused by the bug fixed in 2.4.23-pre8 (UID/GID leaking into
modprobe).  Matt, do you still see that crap appearing in /var/log/ksymoops
with that kernel?

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

* Linux 2.4.23-pre8
@ 2003-10-22 23:24 Marcelo Tosatti
  2003-10-23  1:53 ` viro
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Marcelo Tosatti @ 2003-10-22 23:24 UTC (permalink / raw)
  To: linux-kernel


Hi, 

Here goes -pre8... It contains a quite big amount of ACPI fixes,
networking changes, network driver changes, few IDE fixes, SPARC merge, SH
merge, tmpfs fixes, NFS fixes, important VM typo fix, amongst others.

People seeing boot IDE related crashes on Alpha with previous kernels
please try this.

Have fun


Summary of changes from v2.4.23-pre7 to v2.4.23-pre8
============================================

<daniel:deadlock.et.tudelft.nl>:
  o atyfb ibook fix

<gorgo:thunderchild.debian.net>:
  o [NET]: Fix get_random_bytes() call in sunhme.c:get_hme_mac_nonsparc()

<ja:ssi.bg>:
  o [IPV4]: ip_fragment must copy the nfcache field

<len.brown:intel.com>:
  o [ACPI] Summary of changes for ACPICA version 20031002
  o [ACPI] fix acpi_asus module build (Stephen Hemminger)
  o [ACPI] delete descriptions for stale ACPI build options
  o [ACPI] speed up reads from /proc/acpi/ (Shaohua David Li) http://bugme.osdl.org/show_bug.cgi?id=726
  o [ACPI] fix object reference count bug for battery status (Shaohua David Li) http://bugme.osdl.org/show_bug.cgi?id=1038
  o [ACPI] acpi_ec_gpe_query(ec) fix for T40 crash (Shaohua David Li) http://bugme.osdl.org/show_bug.cgi?id=1171
  o [ACPI] correct parameter to acpi_ev_gpe_dispatch() (Shaohua David Li)
  o [ACPI] correct parameter to acpi_ev_gpe_dispatch() take II (Bob Moore)
  o [ACPI] fix !CONFIG_PCI build use X86 ACPI specific version of eisa_set_level_irq() http://bugzilla.kernel.org/show_bug.cgi?id=1390
  o [ACPI] fix use_acpi_pci !CONFIG_PCI build error per 2.6 http://bugzilla.kernel.org/show_bug.cgi?id=1392
  o [ACPI] Broken fan detection prevents booting (Shaohua David Li) http://bugme.osdl.org/show_bug.cgi?id=1185

<lethal:unusual.internal.linux-sh.org>:
  o sh: signal trampoline workaround for SH-4 core bug
  o sh: irq_intc2 updates
  o sh: Add BPS_230400 definition to sh-sci
  o sh64: Add pcibios_scan_all_fns() definition

<marcelo:logos.cnet>:
  o Al Viro: Clear all flags in exec_usermodehelper
  o x86: Clear IRQ_INPROGRESS in setup_irq()
  o MIPS/MIPS64: Clear IRQ_INPROGRESS in setup_irq()
  o Remove parcelfarce email from CREDITS
  o Shantanu Goel: Fix merge mistake in refill_inactive()
  o Changed EXTRAVERSION to -pre8
  o ide-disk.c: Limit disk size to 137GB if LBA48 is not available
  o Jan Niehusmann: Make LBA48 work in pdc202xx_old.c

<mroos:linux.ee>:
  o [SPARC]: Use NR_CPUS for linux_cpus[]

<pp:ee.oulu.fi>:
  o b44 enable interrupts after tx timeout (2.4.23-pre6)

<sheilds:msrl.com>:
  o [SPARC64]: Fix typo in bbc_envctrl.c

<wensong:linux-vs.org>:
  o [IPVS] Fix to set the statistics of dest zero when bound to a new service
  o [IPVS]: Fix ip_vs_ftp to use cp->vaddr because iph->daddr is already mangled

<xose:wanadoo.es>:
  o change sym53c8xx.o to sym53c8xx_2.o in Configure.help

Alexander Viro:
  o Alpha: clear IRQ_INPROGRESS in setup_irq()
  o fix for do_tty_hangup() access of kfreed memory

Bartlomiej Zolnierkiewicz:
  o fix ServerWorks PIO auto-tuning

Chas Williams:
  o [ATM]: rewrite recvmsg to use skb_copy_datagram_iovec
  o [ATM]: remove listenq and backlog_quota from struct atm_vcc
  o [ATM]: cleanup connect
  o [ATM]: eliminate SOCKOPS_WRAPPED
  o [ATM]: move vcc's to global sk-based linked list
  o [ATM]: setsockopt/getsockopt cleanup

David S. Miller:
  o [SPARC64]: Always use sethi+jmpl to reach VISenter{,half}
  o [SPARC64]: Implement force_successful_syscall_return()
  o [NET]: linux/in.h needs linux/socket.h
  o [VLAN]: kfree(skb) --> kfree_skb(skb)
  o [SPARC64]: Update defconfig
  o [SPARC]: Audit inline asm

Eric Brower:
  o [SPARC64]: Fix kernel_thread() return value check in envctrl.c

Hugh Dickins:
  o tmpfs 1/5 LTP ENAMETOOLONG
  o tmpfs 2/5 LTP S_ISGID dir
  o tmpfs 3/5 swapoff/truncate race
  o tmpfs 4/5 getpage/truncate race
  o tmpfs 5/5 writepage/truncate race

Jeff Garzik:
  o [netdrvr xircom_cb] backport 2.6 changes
  o [netdrvr 8139too] add pci id
  o [netdrvr 8139too] another new PCI ID
  o [netdrvr tulip] add pci id

Manfred Spraul:
  o [netdrvr natsemi] fix ring clean

Martin Josefsson:
  o [NETFILTER]: Remove unused destroy callback in ip6t_ipv6header.c, from Maciej Soltysiak

Matt Domsch:
  o Fix megaraid2 compilation problems

Michael Shields:
  o [SPARC64]: Fix watchdog on CP1500/Netra-t1

Mikael Pettersson:
  o APICBASE fix backport from 2.6

Mirko Lindner:
  o sk98lin-2.4: Driver update to version 6.18

Neil Brown:
  o Remove un-necessary locking in lockd

Olaf Hering:
  o [IRDA]: Fix build with gcc-3.4
  o Fix NinjaSCSI compilation

Patrick McHardy:
  o [NETFILTER]: Add size check to ip_nat_mangle_udp_packet

Scott Feldman:
  o ethtool_ops eeprom stuff
  o hang on ZEROCOPY/TSO when hitting no-Tx-resources

Trond Myklebust:
  o Fix a deadlock in the NFS asynchronous write code
  o A request cannot be used as part of the RTO estimation if it gets
    resent since you don't know whether the server is replying to the 
    first or the second transmission. However we're currently setting the 
    cutoff point to be the timeout of the first transmission.
  o UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests.
  o Increase the minimum RTO timer value to 1/10 second. This is more in line with what is done for TCP.
  o Fix a stack overflow problem that was noticed by Jeff Garzik by removing some unused readdirplus cruft.
  o Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call.




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

end of thread, other threads:[~2003-10-30 23:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <marcelo.tosatti@cyclades.com>
     [not found] ` <Pine.LNX.4.44.0310251839030.30825-100000@logos.cnet>
2003-10-30  0:30   ` Linux 2.4.23-pre8 chas williams
2003-10-30 23:26     ` Lukasz Trabinski
     [not found] <Pine.LNX.4.44.0310222116270.1364-100000@dstl.gov.uk>
2003-10-24 15:11 ` Tony Gale
2003-10-24 15:33   ` Len Brown
2003-10-22 23:24 Marcelo Tosatti
2003-10-23  1:53 ` viro
2003-10-23 15:45   ` Matt Zimmerman
2003-10-23  7:05 ` Jeff Chua
2003-10-23 11:26   ` Marcelo Tosatti
2003-10-23 15:22 ` laurent.ml
2003-10-23 20:23   ` Olaf Hering
2003-10-23 17:05 ` Peter Osterlund
2003-10-23 17:48   ` Marcelo Tosatti
2003-10-23 18:12 ` Philipp Matthias Hahn
2003-10-23 18:59   ` Trond Myklebust
2003-10-23 21:20   ` Andre Tomt
2003-10-23 21:55     ` Trond Myklebust
2003-10-23 23:09 ` Lukasz Trabinski
2003-10-24  0:26 ` Andre Tomt

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