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:	Thu, 11 Sep 2008 11:43:31 +0800
From:	"Bryan Wu" <cooloney@...nel.org>
To:	"Arjan van de Ven" <arjan@...radead.org>
Cc:	linux-kernel@...r.kernel.org, mingo@...e.hu, vapier.adi@...il.com
Subject: Re: [PATCH] fastboot: fix blackfin breakage due to vmlinux.lds change

On Wed, Sep 10, 2008 at 11:25 PM, Arjan van de Ven <arjan@...radead.org> wrote:
> Hi,
>
> the patch below fixes the fastboot bug as reported by Mike Frysinger;
> I've commited this to
> git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-fastboot.git
>
> Ingo, please also add to -tip
>
>
> From 16aeda33acbb711863d8fff78c15b32ad0d4aa89 Mon Sep 17 00:00:00 2001
> From: Arjan van de Ven <arjan@...ux.intel.com>
> Date: Wed, 10 Sep 2008 08:22:26 -0700
> Subject: [PATCH] fastboot: fix blackfin breakage due to vmlinux.lds change
>
> As reported by Mike Frysinger, the vmlinux.lds changes should
> have used VMLINUX_SYMBOL()...
>

Thanks a lot, Mike and Arjan. This issue was found by Mike's auto
nightly building machine.

Acked-by: Bryan Wu <cooloney@...nel.org>

> Reported-by: Mike Frysinger <vapier.adi@...il.com>
> Signed-off-by: Arjan van de Ven <arjan@...ux.intel.com>
> ---
>  include/asm-generic/vmlinux.lds.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
> index 020c641..f32418f 100644
> --- a/include/asm-generic/vmlinux.lds.h
> +++ b/include/asm-generic/vmlinux.lds.h
> @@ -373,11 +373,11 @@
>        *(.initcall5s.init)                                             \
>        *(.initcallrootfs.init)                                         \
>        *(.initcall6s.init)                                             \
> -       __async_initcall_start = .;                                     \
> +       VMLINUX_SYMBOL(__async_initcall_start) = .;                     \
>        *(.initcall6a.init)                                             \
> -       __async_initcall_end = .;                                       \
> +       VMLINUX_SYMBOL(__async_initcall_end) = .;                       \
>        *(.initcall6.init)                                              \
> -       __device_initcall_end = .;                                      \
> +       VMLINUX_SYMBOL(__device_initcall_end) = .;                      \
>        *(.initcall7.init)                                              \
>        *(.initcall7s.init)
>
> --
> 1.5.5.1
>
>
>
>
> --
> Arjan van de Ven        Intel Open Source Technology Centre
> For development, discussion and tips for power savings,
> visit http://www.lesswatts.org
> --
> 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/
>
--
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