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:	Thu, 1 Mar 2012 22:11:19 +0530
From:	santosh prasad nayak <santoshprasadnayak@...il.com>
To:	Marcos Souza <marcos.mage@...il.com>
Cc:	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: Latest Kernel source Fail to Build

As a workaround I have commented out following statement, so that I
can continue my other work.

-----------------------------------------------------------------------------------------
--- a/drivers/media/dvb/frontends/rtl2830.c
+++ b/drivers/media/dvb/frontends/rtl2830.c
@@ -244,7 +244,7 @@ static int rtl2830_init(struct dvb_frontend *fe)

        num = priv->cfg.if_dvbt % priv->cfg.xtal;
        num *= 0x400000;
-       num /= priv->cfg.xtal;
+       // num /= priv->cfg.xtal;
        num = -num;
        if_ctl = num & 0x3fffff;
        dbg("%s: if_ctl=%08x", __func__, if_ctl);
-------------------------------------------------------------------------------------------------

.config   is attached with this mail.


regards
santosh

On Thu, Mar 1, 2012 at 9:39 PM, Marcos Souza <marcos.mage@...il.com> wrote:
>
>
> 2012/3/1 santosh prasad nayak <santoshprasadnayak@...il.com>
>>
>> Hi all,
>>
>> I am getting following error while building latest kernel source;
>>
>>
>> ----------------------------------------------------------------------------------------
>>  OBJCOPY arch/x86/boot/vmlinux.bin
>>  HOSTCC  arch/x86/boot/tools/build
>>  BUILD   arch/x86/boot/bzImage
>> Setup is 14560 bytes (padded to 14848 bytes).
>> System is 3733 kB
>> CRC e5cc211e
>> Kernel: arch/x86/boot/bzImage is ready  (#1)
>>  Building modules, stage 2.
>>  MODPOST 2253 modules
>> ERROR: "__udivdi3" [drivers/media/dvb/frontends/rtl2830.ko] undefined!
>> make[1]: *** [__modpost] Error 1
>> make: *** [modules] Error 2
>> [root@...alhost linux-next]#
>>
>> -----------------------------------------------------------------------------------------------
>>
>> I have downloaded the latest linux-next from kernel.org
>>
>
> Can you post your .config?
>
> --
> Comprimentos/Regards,
> Marcos Paulo de Souza
>
> *Porque uma vida sem desafios é uma vida sem razão.*
> *I life without challenges is a non reason life.*
>
>

Download attachment "config" of type "application/octet-stream" (128810 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ