lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3efb10970909241346r36d284ebufbe17e24fb133bd6@mail.gmail.com>
Date:	Thu, 24 Sep 2009 22:46:36 +0200
From:	Remy Bohmer <linux@...mer.net>
To:	Thomas Gleixner <tglx@...utronix.de>,
	LKML <linux-kernel@...r.kernel.org>,
	rt-users <linux-rt-users@...r.kernel.org>
Cc:	Remy Bohmer <linux@...mer.net>
Subject: Re: [PATCH] get rid of [softirq-NULL]

2009/9/24 Remy Bohmer <linux@...mer.net>:
> if CONFIG_HIGH_RES_TIMERS is not configured, still the hrtimer-softirq
> is started, so to prevent the name 'softirq-NULL' in 'ps' output we
> should still define its name here.
> Preventing the softirq from starting at all would touch much more code, so
> I chose the easy way here, it is a cosmetic fix anyway.
>
> Signed-off-by: Remy Bohmer <linux@...mer.net>

oops... Forgot to mention that this patch applies to 2.6.31-rt11 (preempt-RT)

> ---
>  kernel/softirq.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/softirq.c b/kernel/softirq.c
> index aae8d45..590049c 100644
> --- a/kernel/softirq.c
> +++ b/kernel/softirq.c
> @@ -1139,9 +1139,7 @@ static const char *softirq_names [] =
>   [NET_RX_SOFTIRQ]     = "net-rx",
>   [BLOCK_SOFTIRQ]      = "block",
>   [TASKLET_SOFTIRQ]    = "tasklet",
> -#ifdef CONFIG_HIGH_RES_TIMERS
>   [HRTIMER_SOFTIRQ]    = "hrtimer",
> -#endif
>   [RCU_SOFTIRQ]                = "rcu",
>  };
>
> --
> 1.6.0.4
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ