We (the -stable team) are announcing the release of the 2.6.24.1
kernel.It contains a number of bugfixes all over the place, and all users of
the 2.6.24 series are encouraged to upgrade.I'll also be replying to this message with a copy of the patch between
2.6.24 and 2.6.24.1The updated 2.6.24.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.24.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=su...thanks,
greg k-h
--------
Documentation/video4linux/CARDLIST.cx23885 | 2 -
Makefile | 4 +-
arch/x86/kernel/Makefile_32 | 3 +
drivers/acpi/blacklist.c | 23 ++++++++------
drivers/acpi/osl.c | 16 ++++-----
drivers/base/firmware_class.c | 3 +
drivers/char/drm/drm_stub.c | 1
drivers/char/drm/drm_vm.c | 2 +
drivers/char/mspec.c | 2 -
drivers/firmware/dmi_scan.c | 9 -----
drivers/media/video/cx23885/cx23885-cards.c | 4 ++
drivers/net/forcedeth.c | 16 ++++-----
drivers/net/sky2.c | 14 +++++---
drivers/net/wireless/b43/dma.c | 28 +++++++++++++++--
drivers/net/wireless/b43/main.c | 21 +++++++++++-
drivers/net/wireless/b43/xmit.c | 20 +++++++++---
drivers/net/wireless/b43/xmit.h | 2 -
drivers/net/wireless/b43legacy/dma.c | 23 ++++++++++++--
drivers/net/wireless/b43legacy/main.c | 9 ++++-
drivers/net/wireless/b43legacy/pio.c | 21 ++++++++++--
drivers/net/wireless/b43legacy/xmit.c | 15 +++++++--
drivers/net/wireless/b43legacy/xmit.h | 2 -
drivers/pci/hotplug/fakephp.c | 39 +++++++++++++++++++++--
drivers/usb/core/driver.c ...
Hi!
the v2.6.24.y tree is not published or not visible with git-web on
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=su...
address--
Thanks,
Oliver
--
And,
git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
is missing 2.6.23.11, .12 and .13.
This one is much easier to use for figuring out what went into each
-stable release.--
I haven't been using that repo, I think Chris has been setting that one
up. I'll leave updating it to him, as I'm not quite sure how the
branches are supposed to be there...thanks,
greg k-h
--
Hm, that was odd, Chris created that tree in a different way than
normal, which worked to push and pull from directly through ssh, but
didn't work through the gitweb interface.It should be fixed now, but might take 30 minutes or so to propagate.
If within an hour, it's still not working, please let me know.
thanks,
greg k-h
--
ok, the git pull methon worked with the begin, but the gitweb not, ok,
than in a 30 min I checked--
Thanks,
Oliver
--
ok, it's works
--
Thanks,
Oliver
--
diff --git a/Documentation/video4linux/CARDLIST.cx23885 b/Documentation/video4linux/CARDLIST.cx23885
index 00cb646..986ea57 100644
--- a/Documentation/video4linux/CARDLIST.cx23885
+++ b/Documentation/video4linux/CARDLIST.cx23885
@@ -1,5 +1,5 @@
0 -> UNKNOWN/GENERIC [0070:3400]
1 -> Hauppauge WinTV-HVR1800lp [0070:7600]
- 2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801]
+ 2 -> Hauppauge WinTV-HVR1800 [0070:7800,0070:7801,0070:7809]
3 -> Hauppauge WinTV-HVR1250 [0070:7911]
4 -> DViCO FusionHDTV5 Express [18ac:d500]
diff --git a/Makefile b/Makefile
index 189d8ef..e6a6eec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 24
-EXTRAVERSION =
-NAME = Arr Matey! A Hairy Bilge Rat!
+EXTRAVERSION = .1
+NAME = Err Metey! A Heury Beelge-a Ret!# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32
index a7bc93c..5e48bd2 100644
--- a/arch/x86/kernel/Makefile_32
+++ b/arch/x86/kernel/Makefile_32
@@ -19,7 +19,8 @@ obj-$(CONFIG_X86_MSR) += msr.o
obj-$(CONFIG_X86_CPUID) += cpuid.o
obj-$(CONFIG_MICROCODE) += microcode.o
obj-$(CONFIG_PCI) += early-quirks.o
-obj-$(CONFIG_APM) += apm_32.o
+apm-y := apm_32.o
+obj-$(CONFIG_APM) += apm.o
obj-$(CONFIG_X86_SMP) += smp_32.o smpboot_32.o tsc_sync.o
obj-$(CONFIG_SMP) += smpcommon_32.o
obj-$(CONFIG_X86_TRAMPOLINE) += trampoline_32.o
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
index 8809654..bd12c8e 100644
--- a/drivers/acpi/blacklist.c
+++ b/drivers/acpi/blacklist.c
@@ -208,24 +208,24 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
* Disable OSI(Linux) warnings on all "Acer, inc."
*
* _OSI(Linux) disables the latest Windows BIOS code:
+ * DMI_...
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg Kroah-Hartman | [PATCH 025/196] paride: Convert from class_device to device for block/paride |
| Renato S. Yamane | Error -71 on device descriptor read/all |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 31/37] dccp: Remove manual influence on NDP Count feature |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
