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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 9 Sep 2008 19:35:22 -0400
From:	"Parag Warudkar" <parag.lkml@...il.com>
To:	"Andrew Morton" <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, mingo@...e.hu, htejun@...il.com,
	gregkh@...e.de
Subject: Re: [PATCH] x86: sysfs - kill owner field from attribute

On Tue, Sep 9, 2008 at 7:26 PM, Andrew Morton <akpm@...ux-foundation.org> wrote:

> The patch was wordwrapped - please fix that up before sending any more
> patches.

Yep, sorry. Fighting with git-send-email right now - once I win
hopefully there will be no more trouble.

> This is simpler, no?

Yes, of course. Thanks.

>
> --- a/include/linux/sysfs.h~x86-sysfs-kill-owner-field-from-attribute-fix
> +++ a/include/linux/sysfs.h
> @@ -27,7 +27,7 @@ struct module;
>  */
>  struct attribute {
>        const char              *name;
> -#if !defined(CONFIG_X86_64) && !defined(CONFIG_X86_32)
> +#ifndef CONFIG_X86
>        struct module           *owner;
>  #endif
>        mode_t                  mode;
--
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