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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 4 Apr 2007 10:50:18 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	linux-kernel@...r.kernel.org
Cc:	mm-commits@...r.kernel.org, adobriyan@...ru, rusty@...tcorp.com.au
Subject: Re: + simplify-kallsyms_lookup.patch added to -mm tree


* akpm@...ux-foundation.org <akpm@...ux-foundation.org> wrote:

> diff -puN kernel/lockdep.c~simplify-kallsyms_lookup kernel/lockdep.c
> --- a/kernel/lockdep.c~simplify-kallsyms_lookup
> +++ a/kernel/lockdep.c
> @@ -340,10 +340,7 @@ static const char *usage_str[] =
>  
>  const char * __get_key_name(struct lockdep_subclass_key *key, char *str)
>  {
> -	unsigned long offs, size;
> -	char *modname;
> -
> -	return kallsyms_lookup((unsigned long)key, &size, &offs, &modname, str);
> +	return kallsyms_lookup((unsigned long)key, NULL, NULL, NULL, str);
>  }

thanks,

Acked-by: Ingo Molnar <mingo@...e.hu>

	Ingo
-
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