Hi, checked this release using linux test project. I don't see any new failures compared to previous release. I still have some tests failed, which I want to figure out why (some seem to be missing tools, etc) and fix. I'd like to check each new release and report. following tests are currently failing for me: sysctl03 FAIL 4 gf18 FAIL 1 aio01 FAIL 2 aio02 FAIL 2 ksm03 FAIL 6 su01 FAIL 126 Numa-testcases FAIL 1 mail FAIL 1 I'll report further when I got this fixed (as well as with results for other releases). cheers nik On Fri, Nov 30, 2012 at 10:45:47AM -0800, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.0.54 release. > There are 37 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sun Dec 2 18:36:43 UTC 2012. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.0.54-rc1.gz > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman > Linux 3.0.54-rc1 > > Jaehoon Chung > mmc: sdhci-s3c: fix the wrong number of max bus clocks > > Jussi Pakkanen > Input: bcm5974 - set BUTTONPAD property > > Fenghua Yu > x86, mce, therm_throt: Don't report power limit and package level thermal throttle events in mcelog > > Merlin Schumacher > acer-wmi: support for P key on TM8372 > > Chuansheng Liu > watchdog: using u64 in get_sample_period() > > Johan Hovold > USB: mct_u232: fix broken close > > Mauro Carvalho Chehab > get_dvb_firmware: fix download site for tda10046 firmware > > Emil Tantilov > ixgbe: add support for new 82599 device id > > Emil Tantilov > ixgbe: add support for new 82599 device > > David Milburn > sata_svw: check DMA start bit before reset > > joshua.a.hay@intel.com > ixgbe: add support for X540-AT1 > > Tilman Schmidt > bas_gigaset: fix pre_reset handling > > David Henningsson > ALSA: hda - Add support for Realtek ALC292 > > Duncan Roe > ALSA: hda - Fix missing beep on ASUS X43U notebook > > Kailang Yang > ALSA: hda - Add new codec ALC283 ALC290 support > > Al Viro > sparc64: not any error from do_sigaltstack() should fail rt_sigreturn() > > Jan Kara > jbd: Fix lock ordering bug in journal_unmap_buffer() > > Oliver Hartkopp > can: bcm: initialize ifindex for timeouts without previous frame reception > > Paul Bolle > radeon: add AGPMode 1 quirk for RV250 > > Simon Wunderlich > mac80211: deinitialize ibss-internals after emptiness check > > Darren Hart > futex: avoid wake_futex() for a PI futex_q > > Jens Axboe > dm: fix deadlock with request based dm and queue request_fn recursion > > Jiri Engelthaler > mtd: slram: invalid checking of absolute end address > > Al Viro > PARISC: fix user-triggerable panic on parisc > > James Bottomley > PARISC: fix virtual aliasing issue in get_shared_area() > > David Henningsson > ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker > > Clemens Ladisch > ALSA: ua101, usx2y: fix broken MIDI output > > Maciej Patelczyk > SCSI: isci: copy fis 0x34 response into proper buffer > > Bing Zhao > mwifiex: report error to MMC core if we cannot suspend > > Albert Pool > rtlwifi: rtl8192cu: Add new USB ID > > Boris Ostrovsky > x86, microcode, AMD: Add support for family 16h processors > > Robert Richter > x86-32: Fix invalid stack address while in softirq > > David S. Miller > ifenslave: Fix unused variable warnings. > > Danny Kukawka > riva/fbdev: fix several -Wuninitialized > > Danny Kukawka > drivers/block/DAC960: fix -Wuninitialized warning > > Danny Kukawka > drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warning > > Takashi Iwai > ALSA: pcmcia - Use pcmcia_request_irq() > > > ------------- > > Diffstat: > > Documentation/dvb/get_dvb_firmware | 2 +- > Documentation/networking/ifenslave.c | 2 ++ > Makefile | 4 ++-- > arch/parisc/kernel/signal32.c | 6 ++++-- > arch/parisc/kernel/sys_parisc.c | 2 ++ > arch/sparc/kernel/signal_64.c | 4 +--- > arch/x86/include/asm/ptrace.h | 15 ++++----------- > arch/x86/kernel/cpu/mcheck/therm_throt.c | 29 +++++++---------------------- > arch/x86/kernel/microcode_amd.c | 4 ++++ > arch/x86/kernel/ptrace.c | 28 ++++++++++++++++++++++++++++ > drivers/ata/sata_svw.c | 35 +++++++++++++++++++++++++++++++++++ > drivers/block/DAC960.c | 18 ++++++++++-------- > drivers/gpu/drm/radeon/radeon_agp.c | 5 ++++- > drivers/input/mouse/bcm5974.c | 3 +++ > drivers/isdn/gigaset/bas-gigaset.c | 19 ++++++++++++++++--- > drivers/md/dm.c | 8 +++++++- > drivers/mmc/host/sdhci-s3c.c | 2 +- > drivers/mtd/devices/slram.c | 2 +- > drivers/net/ixgbe/ixgbe_82599.c | 2 ++ > drivers/net/ixgbe/ixgbe_common.c | 1 + > drivers/net/ixgbe/ixgbe_main.c | 6 ++++++ > drivers/net/ixgbe/ixgbe_type.h | 3 +++ > drivers/net/wireless/mwifiex/sdio.c | 11 ++++++----- > drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 + > drivers/platform/x86/acer-wmi.c | 1 + > drivers/scsi/isci/request.c | 2 +- > drivers/usb/serial/mct_u232.c | 14 ++++++++------ > drivers/video/riva/fbdev.c | 5 ++--- > fs/jbd/transaction.c | 2 ++ > kernel/futex.c | 18 +++++++++++++++++- > kernel/watchdog.c | 4 ++-- > net/can/bcm.c | 3 +++ > net/mac80211/ibss.c | 8 ++++---- > sound/pci/hda/patch_cirrus.c | 1 + > sound/pci/hda/patch_realtek.c | 4 ++++ > sound/pcmcia/pdaudiocf/pdaudiocf.c | 2 +- > sound/pcmcia/vx/vxpocket.c | 2 +- > sound/usb/midi.c | 8 ++++++-- > 38 files changed, 204 insertions(+), 82 deletions(-) > > > -- > To unsubscribe from this list: send the line "unsubscribe stable" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- ------------------------------------- Ing. Nikola CIPRICH LinuxBox.cz, s.r.o. 28. rijna 168, 709 00 Ostrava tel.: +420 591 166 214 fax: +420 596 621 273 mobil: +420 777 093 799 www.linuxbox.cz mobil servis: +420 737 238 656 email servis: servis@linuxbox.cz -------------------------------------