Bug#991019: linux-image-5.10.0-7-armmp: a20 olinuxino-MICRO panic accessing sata disk after the boot.

2021-07-12 Thread Flavio Barbara
Package: src:linux
Version: 5.10.40-1
Severity: normal
X-Debbugs-Cc: none, f...@maidaccordo.net

Dear Maintainer,

after upgrading to bullseye my SBC olimex a20 olinuxino-MICRO, the
system boots (so it seems it does not have any problem to boot from
/dev/sda1) and soon after go in kernel panic.

My system has a SATA disc splitted  in 3 partitions:
/dev/sda1 /ext4
/dev/sda2 swap
/dev/sda3 /homeext4

uboot is running in a empty microSD card. 

This is the last line of the sceen output:
end Kernel panic - not syncing; stack-protector: Kernel stack is
corrupted in generic_file_buffered_read+0xc2c/0xc30

kernel 4.19 from buster works as expected.

regards,
Flavio Barbara


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
Hardware: Allwinner sun7i (A20) Family
Revision: 
Device Tree model: Olimex A20-Olinuxino Micro

** Network interface configuration:
*** /etc/network/interfaces:
auto eth0
iface eth0 inet dhcp
auto lo
iface lo inet loopback

** PCI devices:

** USB devices:
Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 11.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: armhf (armv7l)

Versions of packages linux-image-5.10.0-7-armmp depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.140
ii  kmod28-1
ii  linux-base  4.6

Versions of packages linux-image-5.10.0-7-armmp recommends:
pn  apparmor 
pn  firmware-linux-free  

Versions of packages linux-image-5.10.0-7-armmp suggests:
pn  debian-kernel-handbook  
pn  linux-doc-5.10  

Versions of packages linux-image-5.10.0-7-armmp is related to:
pn  firmware-amd-graphics 
pn  firmware-atheros  
pn  firmware-bnx2 
pn  firmware-bnx2x
pn  firmware-brcm80211
pn  firmware-cavium   
pn  firmware-intel-sound  
pn  firmware-intelwimax   
pn  firmware-ipw2x00  
pn  firmware-ivtv 
pn  firmware-iwlwifi  
pn  firmware-libertas 
pn  firmware-linux-nonfree
pn  firmware-misc-nonfree 
pn  firmware-myricom  
pn  firmware-netxen   
pn  firmware-qlogic   
pn  firmware-realtek  
pn  firmware-samsung  
pn  firmware-siano
pn  firmware-ti-connectivity  
pn  xen-hypervisor

-- no debconf information
Thank you for using reportbug


-- 
Flavio Barbara
CNR-IFAC - Sesto Fiorentino (FI)
jabberID:  fla...@xmpp.chat
nextcloud: barb...@cloud.ifac.cnr.it


-- 
Flavio Barbara
jabberID:  fla...@xmpp.chat



Echange de liens ? Découvrez 2Linkto.com

2012-02-21 Thread Barbara
Bonjour,

après examen de votre site Internet, j'ai noté que vous procédiez à des 
échanges de liens pour augmenter votre référencement naturel.

Je vous invite à inscrire votre site dans notre nouvelle plate-forme d'échange 
de liens: 
http://tr1.bp51.net/r5.aspx?GV1=NMCM032X0001UEX5J0004FD23mpvrs=223E059E6FFE6
 

L'inscription est 100% gratuite.

Pour soumettre votre site et recevoir vos premières offres d' échange de liens 
gratuites, 
cliquez ici: 
http://tr1.bp51.net/r5.aspx?GV1=NMCM032X0001UEX5H0004FD23mpvrs=223E059E6FFE6
N'hésitez pas à me contacter pour plus de renseignements sur le fonctionnement 
de la plate-forme.

Cordialement,Barbara Jardin


 
cont...@2linkto.com
Tel: 01 45 78 15 94

L'équipe 2Linkto
http://tr1.bp51.net/r5.aspx?GV1=NMCM032X0001UEX5I0004FD23fguidv5=0001Q5mpvrs=223E059E6FFE6


Bug#638938: linux-tools-3.0.0: perf report segfaults when using binary version; compiling from source works

2011-08-23 Thread Justin Santa Barbara
Package: linux-tools-3.0.0
Version: 3.0.0-1
Severity: normal


I captured a few perf traces on a live system (using perf record --event
cpu-clock --freq 1000 -a --output=mylog.perf).

When I try to run a report on those perf logs, it segfaults.  I can run it
under gdb and get a stacktrace (below).

If I install the linux-source package, expand it, and do a make in
tools/perf, then that version of perf works (no segfault).

The version I built does reference different shared libraries (according to
ldd).  Most notably, it include libbfd-2.21.52-system.20110606.so.  I
believe that cplus_demangle is only called if bfd is not present(?)


Stacktrace from gdb:

Program received signal SIGSEGV, Segmentation fault.
0x0047630f in ?? ()
(gdb) bt
#0  0x0047630f in ?? ()
#1  0x00477be3 in ?? ()
#2  0x004765d9 in ?? ()
#3  0x004752f6 in ?? ()
#4  0x004776e5 in ?? ()
#5  0x00473e8a in ?? ()
#6  0x004742e7 in ?? ()
#7  0x00479f67 in cplus_demangle_print_callback ()
#8  0x0047a0d6 in ?? ()
#9  0x0047a267 in ?? ()
#10 0x0047a41e in cplus_demangle_v3 ()
#11 0x0046e778 in cplus_demangle ()
#12 0x0043f308 in ?? ()
#13 0x004413db in dso__load ()
#14 0x00449db0 in map__load ()
#15 0x00449f0d in map__find_symbol ()
#16 0x0042ed7d in perf_event__preprocess_sample ()
#17 0x00419fed in ?? ()
#18 0x0044c585 in ?? ()
#19 0x0044dbb3 in __perf_session__process_events ()
#20 0x0041a3c5 in cmd_report ()
#21 0x00410a59 in _start ()


-- System Information:
Debian Release: wheezy/sid
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-tools-3.0.0 depends on:
ii  libc62.13-16 Embedded GNU C Library: Shared
lib
ii  libelf1  0.152-1 library to read and write ELF
file
ii  libnewt0.52  0.52.11-2.1 Not Erik's Windowing Toolkit -
tex
ii  libperl5.12  5.12.4-4shared Perl library
ii  libpython2.6 2.6.7-3 Shared Python runtime library
(ver
ii  libslang22.2.4-2 S-Lang programming library -
runti
ii  perl 5.12.4-4Larry Wall's Practical
Extraction
ii  python   2.6.7-3 interactive high-level
object-orie

Versions of packages linux-tools-3.0.0 recommends:
ii  linux-base3.3Linux image base package

Versions of packages linux-tools-3.0.0 suggests:
pn  linux-doc-3.0.0   none (no description available)

-- no debconf information


Bug#449438: linux-image-2.6.22-2-k7 kernel panic

2007-11-05 Thread Barbara Smith

debian:/home/mystified# dpkg --status linux-image-2.6.22-2-k7
Package: linux-image-2.6.22-2-k7
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 52584
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Architecture: i386
Source: linux-2.6
Version: 2.6.22-4
Provides: linux-image, linux-image-2.6, linux-modules-2.6.22-2-k7
Depends: module-init-tools (= 0.9.13), initramfs-tools (= 0.55) | 
yaird (= 0.0.12-8) | linux-initramfs-tool

Recommends: libc6-i686
Suggests: linux-doc-2.6.22, grub (= 0.97-3) | lilo (= 19.1)
Conflicts: grub (= 0.95+cvs20040624-17), initramfs-tools ( 0.55), 
yaird ( 0.0.12-8)

Description: Linux 2.6.22 image on AMD K7
This package provides the binary image and pre-built loadable modules for
Linux kernel 2.6.22 on 32bit AMD Duron/Athlon/AthlonXP/Sempron machines.

When I try to boot into this kernel I get a lot of errors which include:
/device/sys/blocks/sda/sda5/dev no such file or directory
/device/sys/blocks/sda/sda5/dev seems to be down
/bin/mknod missing operand after 'b'
kernel panic not synching



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]