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:	Mon, 25 Jul 2011 20:14:45 -0700
From:	Frank Rowand <frank.rowand@...sony.com>
To:	Thomas Gleixner <tglx@...utronix.de>
CC:	LKML <linux-kernel@...r.kernel.org>,
	linux-rt-users <linux-rt-users@...r.kernel.org>
Subject: Re: [ANNOUNCE] 3.0-rt3

On 07/24/11 03:33, Thomas Gleixner wrote:
> Dear RT Folks,
> 
> I'm pleased to announce the 3.0-rt3 release.


ARM panda board for PREEMPT_RT_FULL, new compile warnings:

kernel/softirq.c:105: warning: format '%02lx' expects type 'long unsigned int', but argument 2 has type 'u32'
kernel/trace/ring_buffer.c: In function 'trace_recursive_fail':
kernel/trace/ring_buffer.c:2217: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'int'
kernel/lockdep.c: In function 'print_bad_irq_dependency':
kernel/lockdep.c:1476: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int'
kernel/lockdep.c: In function 'print_usage_bug':
kernel/lockdep.c:2193: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int'
drivers/tty/serial/8250.c: In function 'serial8250_interrupt':
drivers/tty/serial/8250.c:1642: warning: unused variable 'pass_counter'


.config is attached or use this recipe:

   make omap2plus_defconfig

   Then additional config changes:

   # this allows USB thumb drive
   # Device Drivers -> USB support -> EHCI HCD (USB 2.0) support
   CONFIG_USB_EHCI_HCD=y
   # Device Drivers -> USB support -> EHCI support for OMAP3 and later chips
   CONFIG_USB_EHCI_HCD_OMAP=y

   # ethernet device
   # Device Drivers -> Network device support -> USB Network Adapters ->
   #  Multi-purpose USB Networking Framework ->
   #  SMSC LAN95XX based USB 2.0 10/100 ethernet devices
   CONFIG_USB_NET_SMSC95XX=y

   # Kernel Features -> Preemption Model -> Fully Preemptible Kernel (RT)


-Frank

View attachment "panda_3.0_rt3_rt_full" of type "text/plain" (63108 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ