linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nix <nix@esperi.org.uk>
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH] Fix crash on termination before udev queue initialization
Date: Mon, 16 May 2011 21:14:44 +0000	[thread overview]
Message-ID: <87d3ji9wl7.fsf@spindle.srvr.nix> (raw)
In-Reply-To: <87wrhqbcr4.fsf_-_@spindle.srvr.nix>

On 16 May 2011, Kay Sievers stated:
>> --- a/udev/udevd.c
>> +++ b/udev/udevd.c
>> @@ -69,7 +69,7 @@ static void log_fn(struct udev *udev, int priority,
>>  }
>>
>>  static struct udev_rules *rules;
>> -static struct udev_queue_export *udev_queue_export;
>> +static struct udev_queue_export *udev_queue_export = NULL;
>
> That's not needed for static vars.

Oh yes. *slaps self*

Obviously I am too tired to be working on Hello World, let alone stuff
running as root...

btw, that patch might have worked. I had a trouble-free boot without
pausing this time... but of course this is an intermittent bug so it
is hard to be sure.

I'll yell if it goes wrong again.

-- 
NULL && (void)

      parent reply	other threads:[~2011-05-16 21:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 20:40 [PATCH] Fix crash on termination before udev queue initialization Nix
2011-05-16 20:56 ` Kay Sievers
2011-05-16 21:14 ` Nix [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3ji9wl7.fsf@spindle.srvr.nix \
    --to=nix@esperi.org.uk \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).