From: Nikola Ciprich <nikola.ciprich@linuxbox.cz>
To: Greg KH <gregkh@suse.de>
Cc: linux-kernel@vger.kernel.org, stable@kernel.org,
akpm@linux-foundation.org, torvalds@linux-foundation.org,
stable-review@kernel.org, alan@lxorguk.ukuu.org.uk
Subject: Re: [Stable-review] [00/74] 2.6.32.8-stable review
Date: Fri, 5 Feb 2010 08:36:59 +0100 [thread overview]
Message-ID: <20100205073659.GD31093@develbox.linuxbox.cz> (raw)
In-Reply-To: <20100204171850.GA16539@kroah.com>
[-- Attachment #1: Type: text/plain, Size: 8794 bytes --]
Hi Greg,
just tried it, and it crashes during boot.
Previous 2.6.32.x versions were OK.
here is the screen:
http://nelide.cz/downloads/2.6.32.8-crash.png
sorry if it's a bit crude, but I'm leaving for 4 days vacation,
so I'm in a bit of hurry :)
On Tuesday, I can provide more testing/whatever if needed.
cheers
nik
On Thu, Feb 04, 2010 at 09:18:50AM -0800, Greg KH wrote:
> This is the start of the stable review cycle for the 2.6.32.8 release.
> There are 74 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 us know. If anyone is a maintainer of the proper subsystem, and
> wants to add a Signed-off-by: line to the patch, please respond with it.
>
> Due to travelling to FOSDEM, I have not been able to test this release
> as well as I would have liked to. Also, given the complexity of some of
> these changes, it would be great if people could really test this
> release to verify that it works properly. All help here is greatly
> appreciated.
>
> Responses should be made by Sunday, Feb 7 00:00:00 UTC.
> 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/v2.6/stable-review/patch-2.6.32.8-rc1.gz
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
>
> Documentation/kvm/api.txt | 36 ++
> Makefile | 2 +-
> arch/blackfin/include/asm/page.h | 5 +
> arch/frv/include/asm/page.h | 2 -
> arch/powerpc/include/asm/elf.h | 8 +-
> arch/powerpc/include/asm/thread_info.h | 2 -
> arch/powerpc/kernel/process.c | 12 -
> arch/s390/kernel/entry.S | 1 +
> arch/s390/kernel/entry64.S | 1 +
> arch/sh/kernel/process_64.c | 2 +-
> arch/sparc/include/asm/elf_64.h | 13 +-
> arch/sparc/include/asm/thread_info_64.h | 4 +-
> arch/sparc/kernel/process_64.c | 8 -
> arch/x86/Kconfig | 6 -
> arch/x86/ia32/ia32_aout.c | 11 +-
> arch/x86/include/asm/cpu_debug.h | 127 ------
> arch/x86/include/asm/elf.h | 10 +-
> arch/x86/include/asm/hpet.h | 1 +
> arch/x86/include/asm/kvm_host.h | 1 +
> arch/x86/include/asm/thread_info.h | 2 -
> arch/x86/kernel/amd_iommu.c | 2 +-
> arch/x86/kernel/cpu/Makefile | 2 -
> arch/x86/kernel/cpu/cpu_debug.c | 688 -----------------------------
> arch/x86/kernel/hpet.c | 8 +
> arch/x86/kernel/process.c | 12 -
> arch/x86/kernel/process_64.c | 11 +
> arch/x86/kernel/quirks.c | 13 +
> arch/x86/kernel/reboot.c | 9 +
> arch/x86/kernel/setup.c | 14 +-
> arch/x86/kvm/x86.c | 42 ++-
> arch/x86/mm/srat_64.c | 4 +-
> arch/x86/oprofile/nmi_int.c | 3 +-
> drivers/acpi/bus.c | 163 +++++++
> drivers/ata/libata-core.c | 38 ++-
> drivers/ata/libata-eh.c | 5 +-
> drivers/block/pktcdvd.c | 2 +-
> drivers/char/random.c | 9 -
> drivers/connector/connector.c | 175 --------
> drivers/firewire/core-card.c | 42 ++-
> drivers/firewire/ohci.c | 4 +-
> drivers/gpu/drm/drm_gem.c | 13 -
> drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
> drivers/gpu/drm/i915/i915_dma.c | 4 +-
> drivers/gpu/drm/i915/i915_drv.h | 2 +-
> drivers/gpu/drm/i915/i915_gem.c | 54 +--
> drivers/gpu/drm/i915/i915_irq.c | 32 +-
> drivers/gpu/drm/i915/i915_reg.h | 8 -
> drivers/gpu/drm/i915/intel_crt.c | 2 +
> drivers/gpu/drm/i915/intel_display.c | 26 +-
> drivers/gpu/drm/i915/intel_dp.c | 6 +
> drivers/gpu/drm/i915/intel_hdmi.c | 5 +
> drivers/gpu/drm/i915/intel_sdvo.c | 3 +
> drivers/gpu/drm/i915/intel_tv.c | 2 +
> drivers/infiniband/hw/ipath/ipath_fs.c | 4 +-
> drivers/input/misc/winbond-cir.c | 2 +-
> drivers/message/fusion/mptbase.c | 2 +
> drivers/mtd/ubi/cdev.c | 1 -
> drivers/net/benet/be.h | 5 +
> drivers/net/benet/be_cmds.h | 3 +-
> drivers/net/benet/be_main.c | 25 +-
> drivers/net/e1000/e1000.h | 2 +
> drivers/net/e1000/e1000_main.c | 33 +-
> drivers/net/e1000e/e1000.h | 1 +
> drivers/net/e1000e/netdev.c | 45 +-
> drivers/net/sky2.c | 3 +-
> drivers/net/starfire.c | 5 +-
> drivers/net/wireless/ath/ath9k/hw.c | 7 +-
> drivers/net/wireless/ath/ath9k/main.c | 2 +-
> drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 2 +-
> drivers/regulator/wm8350-regulator.c | 4 +-
> drivers/s390/block/dasd.c | 8 +-
> drivers/s390/block/dasd_eckd.c | 2 +-
> drivers/s390/block/dasd_ioctl.c | 7 +-
> drivers/s390/block/dasd_proc.c | 7 +-
> drivers/s390/crypto/zcrypt_pcicc.c | 2 +
> drivers/s390/crypto/zcrypt_pcixcc.c | 2 +
> drivers/scsi/scsi_lib.c | 2 +-
> drivers/serial/uartlite.c | 2 +-
> drivers/usb/host/r8a66597-hcd.c | 17 +-
> drivers/video/imxfb.c | 6 +-
> drivers/video/mx3fb.c | 12 +-
> fs/9p/vfs_super.c | 3 +-
> fs/affs/affs.h | 2 +-
> fs/affs/namei.c | 7 +-
> fs/affs/super.c | 31 +-
> fs/affs/symlink.c | 7 +-
> fs/bfs/inode.c | 43 +-
> fs/binfmt_aout.c | 1 +
> fs/binfmt_elf.c | 27 +-
> fs/binfmt_elf_fdpic.c | 16 +-
> fs/binfmt_flat.c | 1 +
> fs/binfmt_som.c | 1 +
> fs/bio-integrity.c | 3 +-
> fs/bio.c | 7 +-
> fs/exec.c | 36 +-
> fs/fuse/file.c | 3 +
> fs/romfs/super.c | 1 +
> include/linux/acpi.h | 16 +
> include/linux/binfmts.h | 1 +
> include/linux/connector.h | 32 --
> include/linux/inetdevice.h | 1 +
> include/linux/kvm.h | 9 +
> include/linux/libata.h | 3 +
> include/linux/pagemap.h | 2 +
> include/linux/sched.h | 2 +-
> include/linux/sysctl.h | 1 +
> include/net/netrom.h | 2 +
> kernel/cred.c | 2 +-
> kernel/time/clocksource.c | 4 +-
> mm/filemap.c | 103 +++--
> mm/page_alloc.c | 5 +-
> mm/vmalloc.c | 109 ++++-
> net/ax25/ax25_out.c | 6 +
> net/core/sock.c | 4 +
> net/ipv4/devinet.c | 1 +
> net/ipv4/fib_frontend.c | 2 +
> net/mac80211/driver-trace.h | 2 +-
> net/netrom/nr_route.c | 11 +-
> net/packet/af_packet.c | 19 +-
> net/rose/rose_link.c | 8 +
> net/rose/rose_route.c | 5 +
> security/selinux/hooks.c | 2 +-
> 122 files changed, 952 insertions(+), 1461 deletions(-)
>
> _______________________________________________
> Stable-review mailing list
> Stable-review@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/stable-review
>
--
-------------------------------------
Ing. Nikola CIPRICH
LinuxBox.cz, s.r.o.
28. rijna 168, 709 01 Ostrava
tel.: +420 596 603 142
fax: +420 596 621 273
mobil: +420 777 093 799
www.linuxbox.cz
mobil servis: +420 737 238 656
email servis: servis@linuxbox.cz
-------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2010-02-05 7:40 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-04 17:18 [00/74] 2.6.32.8-stable review Greg KH
2010-02-04 17:11 ` [01/74] [SCSI] scsi_lib: Fix bug in completion of bidi commands Greg KH
2010-02-04 17:11 ` [02/74] [SCSI] mptsas: Fix issue with chain pools allocation on katmai Greg KH
2010-02-04 17:11 ` [03/74] mm: add new read_cache_page_gfp() helper function Greg KH
2010-02-04 17:11 ` [04/74] drm/i915: Selectively enable self-reclaim Greg KH
2010-02-04 17:11 ` [05/74] firewire: ohci: fix crashes with TSB43AB23 on 64bit systems Greg KH
2010-02-04 17:11 ` [06/74] S390: fix single stepped svcs with TRACE_IRQFLAGS=y Greg KH
2010-02-04 17:11 ` [07/74] x86: Set hotpluggable nodes in nodes_possible_map Greg KH
2010-02-04 17:11 ` [08/74] x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) Greg KH
2010-02-04 17:11 ` [09/74] libata: retry FS IOs even if it has failed with AC_ERR_INVALID Greg KH
2010-02-04 17:11 ` [10/74] [S390] zcrypt: Do not remove coprocessor for error 8/72 Greg KH
2010-02-04 17:11 ` [11/74] [S390] dasd: fix possible NULL pointer errors Greg KH
2010-02-11 23:15 ` Bastian Blank
2010-02-11 23:38 ` Greg KH
2010-02-04 17:11 ` [12/74] ACPI: Add a generic API for _OSC -v2 Greg KH
2010-02-04 17:11 ` [13/74] ACPI: Add platform-wide _OSC support Greg KH
2010-02-04 17:11 ` [14/74] ACPI: fix OSC regression that caused aer and pciehp not to load Greg KH
2010-02-04 17:11 ` [15/74] ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes Greg KH
2010-02-04 17:11 ` [16/74] UBI: fix volume creation input checking Greg KH
2010-02-04 17:11 ` [17/74] e1000: enhance frame fragment detection Greg KH
2010-02-04 17:11 ` [18/74] e1000e: " Greg KH
2010-02-04 17:11 ` [19/74] e1000/e1000e: dont use small hardware rx buffers Greg KH
2010-02-04 17:11 ` [20/74] drm/i915: Reload hangcheck timer too for Ironlake Greg KH
2010-02-04 17:11 ` [21/74] Fix a leak in affs_fill_super() Greg KH
2010-02-04 17:11 ` [22/74] Fix failure exits in bfs_fill_super() Greg KH
2010-02-04 17:11 ` [23/74] fix oops in fs/9p late mount failure Greg KH
2010-02-04 17:11 ` [24/74] fix leak in romfs_fill_super() Greg KH
2010-02-04 17:11 ` [25/74] Fix remount races with symlink handling in affs Greg KH
2010-02-04 17:11 ` [26/74] fix affs parse_options() Greg KH
2010-02-04 17:11 ` [27/74] Fix failure exit in ipathfs Greg KH
2010-02-04 17:11 ` [28/74] mm: fix migratetype bug which slowed swapping Greg KH
2010-02-04 17:12 ` [29/74] FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack Greg KH
2010-02-04 17:12 ` [30/74] Split flush_old_exec into two functions Greg KH
2010-02-04 17:12 ` [31/74] sparc: TIF_ABI_PENDING bit removal Greg KH
2010-02-04 17:12 ` [32/74] x86: get rid of the insane TIF_ABI_PENDING bit Greg KH
2010-02-04 17:12 ` [33/74] Input: winbond-cir - remove dmesg spam Greg KH
2010-02-04 17:12 ` [34/74] x86: Disable HPET MSI on ATI SB700/SB800 Greg KH
2010-02-04 17:12 ` [35/74] iwlwifi: set default aggregation frame count limit to 31 Greg KH
2010-02-04 17:12 ` [36/74] drm/i915: only enable hotplug for detected outputs Greg KH
2010-02-04 17:12 ` [37/74] firewire: core: add_descriptor size check Greg KH
2010-02-04 17:12 ` [38/74] SECURITY: selinux, fix update_rlimit_cpu parameter Greg KH
2010-02-04 17:12 ` [39/74] regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints Greg KH
2010-02-04 17:12 ` [40/74] x86: Add Dell OptiPlex 760 reboot quirk Greg KH
2010-02-04 17:12 ` [41/74] x86: Add quirk for Intel DG45FC board to avoid low memory corruption Greg KH
2010-02-04 17:12 ` [42/74] x86/amd-iommu: Fix possible integer overflow Greg KH
2010-02-04 17:12 ` [43/74] clocksource: fix compilation if no GENERIC_TIME Greg KH
2010-02-04 17:12 ` [44/74] tcp: update the netstamp_needed counter when cloning sockets Greg KH
2010-02-04 17:12 ` [45/74] sky2: Fix oops in sky2_xmit_frame() after TX timeout Greg KH
2010-02-04 17:12 ` [46/74] net: restore ip source validation Greg KH
2010-02-05 10:16 ` Sven Joachim
2010-02-04 17:12 ` [47/74] af_packet: Dont use skb after dev_queue_xmit() Greg KH
2010-02-04 17:12 ` [48/74] ax25: netrom: rose: Fix timer oopses Greg KH
2010-02-04 17:12 ` [49/74] KVM: allow userspace to adjust kvmclock offset Greg KH
2010-02-04 17:12 ` [50/74] oprofile/x86: add Xeon 7500 series support Greg KH
2010-02-04 17:12 ` [51/74] oprofile/x86: fix crash when profiling more than 28 events Greg KH
2010-02-04 17:12 ` [52/74] libata: retry link resume if necessary Greg KH
2010-02-04 17:12 ` [53/74] mm: percpu-vmap fix RCU list walking Greg KH
2010-02-04 17:12 ` [54/74] mm: purge fragmented percpu vmap blocks Greg KH
2010-02-04 17:12 ` [55/74] block: fix bio_add_page for non trivial merge_bvec_fn case Greg KH
2010-02-04 17:12 ` [56/74] Fix flush_old_exec()/setup_new_exec() split Greg KH
2010-02-04 17:12 ` [57/74] random: drop weird m_time/a_time manipulation Greg KH
2010-02-04 17:12 ` [58/74] random: Remove unused inode variable Greg KH
2010-02-04 17:12 ` [59/74] block: fix bugs in bio-integrity mempool usage Greg KH
2010-02-04 17:12 ` [60/74] usb: r8a66597-hdc disable interrupts fix Greg KH
2010-02-04 17:12 ` [61/74] connector: Delete buggy notification code Greg KH
2010-02-04 17:12 ` [62/74] be2net: Bug fix to support newer generation of BE ASIC Greg KH
2010-02-04 17:12 ` [63/74] be2net: Fix memset() arg ordering Greg KH
2010-02-04 17:12 ` [64/74] mm: flush dcache before writing into page to avoid alias Greg KH
2010-02-04 17:12 ` [65/74] mac80211: fix NULL pointer dereference when ftrace is enabled Greg KH
2010-02-04 17:12 ` [66/74] imxfb: correct location of callbacks in suspend and resume Greg KH
2010-02-04 17:12 ` [67/74] mx3fb: some debug and initialisation fixes Greg KH
2010-02-04 17:12 ` [68/74] starfire: clean up properly if firmware loading fails Greg KH
2010-02-04 17:12 ` [69/74] kernel/cred.c: use kmem_cache_free Greg KH
2010-02-04 17:12 ` [70/74] uartlite: fix crash when using as console Greg KH
2010-02-04 17:12 ` [71/74] pktcdvd: removing device does not remove its sysfs dir Greg KH
2010-02-04 17:12 ` [72/74] ath9k: fix eeprom INI values override for 2GHz-only cards Greg KH
2010-02-04 17:12 ` [73/74] ath9k: fix beacon slot/buffer leak Greg KH
2010-02-04 17:12 ` [74/74] powerpc: TIF_ABI_PENDING bit removal Greg KH
2010-02-05 7:36 ` Nikola Ciprich [this message]
2010-02-05 17:12 ` [Stable-review] [00/74] 2.6.32.8-stable review Greg KH
2010-02-07 10:26 ` Nikola Ciprich
2010-02-05 16:53 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100205073659.GD31093@develbox.linuxbox.cz \
--to=nikola.ciprich@linuxbox.cz \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=stable-review@kernel.org \
--cc=stable@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).