From: Linus Torvalds <torvalds@linux-foundation.org>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Adrian Bunk <bunk@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Natalie Protasevich <protasnb@gmail.com>,
Kernel Testers List <kernel-testers@vger.kernel.org>,
Network Development <netdev@vger.kernel.org>,
Linux ACPI <linux-acpi@vger.kernel.org>,
Linux PM List <linux-pm@lists.linux-foundation.org>,
Linux SCSI List <linux-scsi@vger.kernel.org>,
Linux Wireless List <linux-wireless@vger.kernel.org>,
DRI <dri-devel@lists.sourceforge.net>
Subject: Re: 2.6.30-rc6: Reported regressions from 2.6.29
Date: Fri, 22 May 2009 09:40:56 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.2.01.0905220926150.3555@localhost.localdomain> (raw)
In-Reply-To: <_AjETDMbIoL.A.DcH.RYzDKB@chimera>
On Sat, 16 May 2009, Rafael J. Wysocki wrote:
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13329
> Subject : cifs_close: NULL pointer dereference
> Submitter : Luca Tettamanti <kronos.it@gmail.com>
> Date : 2009-05-16 16:28 (1 days old)
> References : http://marc.info/?l=linux-kernel&m=124249133701702&w=4
Fixed by 703a3b8e5c01cf6fb33c6d8dc99905f889a4e992.
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13298
> Subject : modprobe ipmi_si hangs under 2.6.30-rc5
> Submitter : Ferenc Wagner <wferi@niif.hu>
> Date : 2009-05-12 21:28 (5 days old)
> References : http://marc.info/?l=linux-kernel&m=124216379407177&w=4
Fixed by 9a2845c453d170e4e9b1437fa671dbf39b0e7bd8.
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13297
> Subject : kernel panic - not syncing : fatel exception in interupt
> Submitter : rob <rob1@housetosell.net>
> Date : 2009-05-12 19:34 (5 days old)
> References : http://marc.info/?l=linux-kernel&m=124216126903309&w=4
This should be fixed by e3b29f05124b07303088795396ff858811d2acb8.
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13177
> Subject : 2.6.30-rc2-git7 build problem
> Submitter : Martin Knoblauch <spamtrap@knobisoft.de>
> Date : 2009-04-21 13:39 (26 days old)
> References : http://marc.info/?l=linux-kernel&m=124032163602132&w=4
> http://lkml.org/lkml/2009/4/27/56
This one really looks like a compiler bug (the undefined symbol is an
internal gcc one: ".L192"). And the driver that gets it (kl5kusb105) has
not actually had any changes since 2.6.29 - although header files that it
includes obviously do have some, so it's entirely possible that some
infrastructure change causes it to trigger.
Martin hit another bug with his compiler (an ICE in gcc, fixed by commit
26a9a418237c0b06528941bca693c49c8d97edbe), which is why I'm so willing to
blame that.
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13107
> Subject : LTP 20080131 causes defunct processes w/2.6.30-rc1
> Submitter : Kumar Gala <galak@kernel.crashing.org>
> Date : 2009-04-09 15:43 (38 days old)
> First-Bad-Commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b3bfa0cba867f23365b81658b47efd906830879b
> References : http://marc.info/?l=linux-kernel&m=123929187208953&w=4
> http://lkml.org/lkml/2009/4/10/193
> Handled-By : Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
This one seems to have become "not-a-bug". Yes, LTP used to check that you
cannot send SIGSTP to init, but people do want to send signals to init
(especially when they are inside pid-namespace containers), and as long as
it's only a LTP test that already got modified (and not some actual
real-life usage), I'm considering this a "test failed because it was
testing for behavior that we want to change" at least for now.
Linus
next prev parent reply other threads:[~2009-05-22 16:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-16 19:14 2.6.30-rc6: Reported regressions from 2.6.29 Rafael J. Wysocki
[not found] ` <385Pu-agh7M.A.SU.iYzDKB@chimera>
2009-05-16 23:36 ` [Bug #13319] Page allocation failures with b43 and p54usb Andrew Morton
2009-05-17 23:16 ` Larry Finger
2009-05-18 6:31 ` Pekka Enberg
2009-05-17 7:33 ` 2.6.30-rc6: Reported regressions from 2.6.29 Ingo Molnar
2009-05-17 10:34 ` Rafael J. Wysocki
2009-05-18 14:57 ` Oleg Nesterov
2009-05-18 15:11 ` Ingo Molnar
2009-05-18 15:31 ` Oleg Nesterov
2009-05-18 15:32 ` Linus Torvalds
2009-05-18 15:45 ` Oleg Nesterov
2009-05-22 16:40 ` Linus Torvalds [this message]
2009-05-23 0:10 ` Rafael J. Wysocki
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=alpine.LFD.2.01.0905220926150.3555@localhost.localdomain \
--to=torvalds@linux-foundation.org \
--cc=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=dri-devel@lists.sourceforge.net \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=protasnb@gmail.com \
--cc=rjw@sisk.pl \
/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).