Hi here,
Yesterday an upgrade from :
linux-headers-raspberrypi-3.2.27-5 > linux-headers-raspberrypi-3.2.27-6
linux-raspberrypi-3.2.27-5 > linux-raspberrypi-3.2.27-6
raspberrypi-firmware-20120916-1 > raspberrypi-firmware-20120921-1
Upgrade is well done but i personally have an issue with my XBMC HD reading files (not tested with SD files), After 30minutes/1hour reading file, the sound continue to play but image stuck. When stop video and try to read again, a black screen is here, no sound, no video. Same with another video.
I had to reboot my raspberry to solve problem, but it comes back.
I found a solution short term : I am not sure if all these package are problem related.
$this->bbcode_second_pass_code('', '
cd /var/cache/pacman/pkg/
pacman -U linux-headers-raspberrypi-3.2.27-5-arm.pkg.tar.xz raspberrypi-firmware-20120916-1-any.pkg.tar.xz linux-raspberrypi-3.2.27-5-arm.pkg.tar.xz
cp /boot/arm128_start.elf /boot/start.elf')
And problem solved.
Should i bug report or is it enough ?