From: Linus Torvalds <torvalds@linux-foundation.org>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Linux 2.6.28-rc2
Date: Sun, 26 Oct 2008 12:41:04 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.2.00.0810261221350.3386@nehalem.linux-foundation.org> (raw)
It's not been a week yet, but we had a few annoying brown-paper-bugs in
-rc1 that made it hard for many people to test without applying patches.
So rather than wait out the week, I'll just make an -rc2 early, with the
fixes for the problems that kept people from testing it.
And hey, maybe we can even _continue_ the nice model of "just small fixes
after -rc1". I know, it sounds insane, but it's a real pleasure to do an
-rc2 with just a handful of fixes for real problems that real people see.
What a concept!
Anyway, as a result, the shortlog and diffstats are both tiny, and easily
appended. There's a few hwmon fixes and some pretty trivial ones, but the
noticeable ones are:
- the non-NCQ libata breakage thing that broke lots of peoples setups
- the workqueue init bug that caused various random problems if you had
a SMP machine and did not enable HOTPLUG_CPU. Symptoms included boot
hangs, or hung applications (eg sound from firefox) or lack of USB
activity (eg "no keyboard reaction")
- some broken apps seemed to be unhappy that we checked the 'struct
timeval' timeout to select for sanity, since they initialized it with
insane multi-second microsecond fields. Oh, well.
- ext3/ext4 had introduced a bug where the same directory entry might get
returned twice under some circumstances, which didn't faze most
programs, but caused problems for at least "rm -r" and "git clean"
There's other stuff in there too, but not much, and most of it is pretty
trivial (eg odd config issues, or the explanation for why you should
enable the regulatory option for wireless) or much harder to trigger (the
eventpoll oops fix). Or small fixes to random drivers (hwmon and the r8169
fix).
Linus
---
Al Viro (2):
fix allmodconfig breakage
arm ide breakage
Alistair John Strachan (2):
hwmon: (abituguru3) Cosmetic whitespace fixes
hwmon: (abituguru3) enable DMI probing feature on AW9D-MAX
Arjan van de Ven (2):
wireless: fix regression caused by regulatory config option
select: deal with math overflow from borderline valid userland data
Davide Libenzi (1):
epoll: avoid double-inserts in case of EFAULT
Francois Romieu (1):
r8169: revert "read MAC address from EEPROM on init"
Geert Uytterhoeven (2):
hwmon: (w83781d) Fix linking when built-in
m68k: Disable Amiga serial console support if modular
Jean Delvare (4):
hwmon-vid: Add support for AMD family 10h CPUs
hwmon: (lm90) Fix handling of hysteresis value
hwmon: (lm90) Add support for the LM99 16 degree offset
hwmon: (adt7473) Fix voltage conversion routines
Jens Axboe (1):
libata: fix bug with non-ncq devices
Linus Torvalds (2):
Revert "Call init_workqueues before pre smp initcalls."
Linux 2.6.28-rc2
Stephen Rothwell (1):
cgroup: remove unused variable
Theodore Ts'o (2):
ext3: Fix duplicate entries returned from getdents() system call
ext4: Fix duplicate entries returned from getdents() system call
---
Documentation/hwmon/lm90 | 2 +-
Makefile | 2 +-
drivers/ata/libata-scsi.c | 6 ++-
drivers/char/amiserial.c | 6 ++-
drivers/hwmon/abituguru3.c | 30 +++++++-------
drivers/hwmon/adt7473.c | 29 ++++----------
drivers/hwmon/hwmon-vid.c | 1 +
drivers/hwmon/lm90.c | 52 ++++++++++++++++++++++---
drivers/hwmon/w83781d.c | 4 +-
drivers/ide/icside.c | 4 +-
drivers/ide/rapide.c | 4 +-
drivers/net/r8169.c | 88 --------------------------------------------
fs/compat.c | 5 +-
fs/eventpoll.c | 11 ++++-
fs/ext3/dir.c | 20 ++++------
fs/ext4/dir.c | 20 ++++------
fs/select.c | 5 +-
init/main.c | 3 +-
kernel/cgroup.c | 2 +-
kernel/stop_machine.c | 2 +-
net/wireless/Kconfig | 11 ++---
scripts/kconfig/confdata.c | 3 +-
22 files changed, 127 insertions(+), 183 deletions(-)
next reply other threads:[~2008-10-26 19:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-26 19:41 Linus Torvalds [this message]
2008-10-27 22:52 ` [2.6.28-rc2] EeePC ACPI errors & exceptions Darren Salt
2008-10-28 1:32 ` Zhao Yakui
2008-10-28 6:47 ` Zhao Yakui
2008-10-28 9:42 ` Zhao Yakui
2008-10-28 11:16 ` Darren Salt
2008-10-28 20:46 ` Alexey Starikovskiy
2008-10-29 0:37 ` Darren Salt
2008-10-29 7:39 ` Zhao Yakui
2008-10-29 9:29 ` Alexey Starikovskiy
2008-10-30 1:32 ` Zhao Yakui
2008-10-30 7:18 ` Alexey Starikovskiy
2008-10-28 11:19 ` Linux 2.6.28-rc2 i/o error on /dev/ttyUSB0 Helge Hafting
2008-10-28 16:37 ` Linus Torvalds
2008-10-28 17:06 ` Alan Cox
2008-10-29 12:28 ` Helge Hafting
2008-10-30 15:54 ` Alan Cox
2008-10-30 17:08 ` Helge Hafting
2008-10-30 17:22 ` Alan Cox
2008-10-30 13:50 ` Linux 2.6.28-rc2 lost IDE disk on old laptop Wolfgang Erig
2008-10-30 14:33 ` Borislav Petkov
2008-10-30 17:58 ` Linux 2.6.28-rc2 lost IDE disk on old laptop fixed Wolfgang Erig
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.00.0810261221350.3386@nehalem.linux-foundation.org \
--to=torvalds@linux-foundation.org \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®