Re: /dev/null panic still alive

From: Robert Watson (rwatson_at_freebsd.org)
Date: 05/24/03

  • Next message: Dean Searle: "RE: -CURRENT, build kernel problem"
    Date: Sat, 24 May 2003 10:14:57 -0400 (EDT)
    To: Poul-Henning Kamp <phk@phk.freebsd.dk>
    
    

    On Sat, 24 May 2003, Poul-Henning Kamp wrote:

    > >> Kirk's on vacation and I havn't heard back from rwatson what he think
    > >> we should do.
    > >
    > >He did mention he thought trustedbsd had a patch for this.
    >
    > Yes, unfortunately, that patch which is also in -current does not work.
    >
    > It works for VFIFO's but not for VCHR

    Yeah, the mixup in the buffer cache is going to cause us problems, and
    doesn't look like something we want to attempt for 5.2-RELEASE. I think
    there are two work-arounds we should put in place though:

    (1) Return EOPNOTSUPP if you try an EA operation on a UFS specfs node.

    (2) Suggest firmly that people use devfs; symlink from the Linux /dev to
        the FreeBSD/dev, or mount a new devfs instance for Linux.

    While there might not be time before 5.2-RELEASE, the Linux compat stuff
    needs to recognize a devfs system and not use hard-coded devices -- that
    will break more and more as we move away from device numbers.

    I'm tesitng a patch for (1) and will send it out this evening for review.

    Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
    robert@fledge.watson.org Network Associates Laboratories

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Dean Searle: "RE: -CURRENT, build kernel problem"

    Relevant Pages

    • [PATCH] mmu notifiers #v2
      ... In short when the linux VM decides to free a page, ... This patch allows the shadow pagetables to be dropped and the page to ... behavior of the KVM gphysical memory. ...
      (Linux-Kernel)
    • Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
      ... Con Kolivas wrote: ... surprising Ingo made it a separate patch set as Con has repeatedly ... gzip simply doesn't play well with others... ... than the scheduler in linux, and that's how much writes hurt just about ...
      (Linux-Kernel)
    • Re: CD writing in future Linux (stirring up a hornets nest)
      ... review in preparation for the proposed patch). ... do not understand implicit constraints from requiring orthogobality. ... way is removed from Linux. ... Linux to be used to _develop_ SCSI user space programs. ...
      (Linux-Kernel)
    • Re: CD writing in future Linux (stirring up a hornets nest)
      ... careful review of libscg in preparation for the patch I promised you, ... by Albert Cahalan, Linux does provide b,t,l addresses for ATA/ATAPI devices - ... do not understand implicit constraints from requiring orthogobality. ... the way to access SCSI generic via /dev/hd* is deprecated. ...
      (Linux-Kernel)
    • RE: *at family of syscalls in FreeBSD
      ... this is certainly a nice API to have even aside from the linux compatibility ... the actuall implementaiton. ... My patch has been ... can someone from Isilon comment their version so we can compare benefits etc.? ...
      (freebsd-arch)