Fedora Core 6 Test Update: kernel-2.6.22.2-39.fc6

Chuck Ebbert cebbert at redhat.com
Mon Aug 13 21:55:51 UTC 2007


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2007-667
2007-08-13
---------------------------------------------------------------------

Product     : Fedora Core 6
Name        : kernel
Version     : 2.6.22.2
Release     : 39.fc6
Summary     : The Linux kernel (the core of the Linux operating system)
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system.  The kernel handles the basic functions
of the operating system:  memory allocation, process allocation, device
input and output, etc.

---------------------------------------------------------------------
Update Information:

Update to kernel 2.6.22.2:
http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.22.2

Disable asynchronous SCSI device scanning: fixes failure to
find root device on SCSI disk at boot time.

Fix failure to find serial ports on some machines.

Disable PCI MMCONFIG and MSI by default, can be overrideen
with new options "pci=msi" and "pci=mmconf".

Detect broken timers on some AMD dual-core machines: fixes
hangs and failure to boot.

Don't crash when a userspace driver requests too much memory.

Update the CFS scheduler to more closely match upstream.

---------------------------------------------------------------------
* Fri Aug 10 2007 Chuck Ebbert <cebbert at redhat.com>
- 2.6.22.2
- don't use incremental patches for -stable
- update CFS scheduler with upstream patches
- serial: revert changes to port detection
- update utrace
- disable PCI MMCONFIG by default
* Thu Aug  9 2007 Chuck Ebbert <cebbert at redhat.com>
- revert s390 changes
* Thu Aug  9 2007 Chuck Ebbert <cebbert at redhat.com>
- hopefully add s390 back to the build
  (ugly hack, s390 overrides s390x, no -generic used)
* Thu Aug  9 2007 Chuck Ebbert <cebbert at redhat.com>
- disable CONFIG_SCSI_SCAN_ASYNC
* Thu Aug  9 2007 Chuck Ebbert <cebbert at redhat.com>
- disable PCI MSI by default
* Wed Aug  8 2007 Chuck Ebbert <cebbert at redhat.com>
- add xt_statistic.h to header list for iptables
- detect broken lapic timer on some dual-core AMD systems
- don't BUG on too-large memory allocation
* Wed Aug  1 2007 Chuck Ebbert <cebbert at redhat.com>
- fix crash in xfrm4
- restore md driver START_ARRAY ioctl
* Mon Jul 30 2007 Chuck Ebbert <cebbert at redhat.com>
- sync the CFS scheduler timekeeping changes with upstream
- fix DMI strings in HP notebook quirk for ALI controller
- revert upstream "genirq: do not mask interrupts by default"
* Wed Jul 25 2007 Chuck Ebbert <cebbert at redhat.com>
- kernel requires newer version of cpuspeed
- pata_hpt37x: Fix 2.6.22 clock PLL regression (#249254)
- atl1: possibly fix DMA bugs (#249511)
* Mon Jul 23 2007 Chuck Ebbert <cebbert at redhat.com>
- set CONFIG_DEBUG_SHIRQ only in -debug kernels
* Mon Jul 23 2007 Chuck Ebbert <cebbert at redhat.com>
- set CONFIG_USB_DEVICE_CLASS (should fix #249211)
* Mon Jul 23 2007 Jarod Wilson <jwilson at redhat.com>
- Re-enable aes-i586 and twofish-i586 for i686 kernels (#249158)
* Fri Jul 20 2007 Chuck Ebbert <cebbert at redhat.com>
- SDHCI: clear the error interrupt bit
- ftdi_sio: fix oops
* Fri Jul 20 2007 Chuck Ebbert <cebbert at redhat.com>
- utrace update
- CFS scheduler update
* Thu Jul 19 2007 Chuck Ebbert <cebbert at redhat.com>
- restore the libata COMBINED_MODE hacks
- set CONFIG_NF_CONNTRACK_PROC_COMPAT
- restore the old firewire stack
- new utrace backport
* Tue Jul 17 2007 Chuck Ebbert <cebbert at redhat.com>
- disable the nohz and highres kernel options
  by default -- enable with 'nohz=yes highres=yes'
* Tue Jul 17 2007 Chuck Ebbert <cebbert at redhat.com>
- gfs2: update to the latest
- sched: fix show_task()/show_tasks() output
- sched: fix newly idle load balance in case of SMT
- sched: fix the all pinned logic in load_balance_newidle()
- fix leaks of struct seq_operations
- fix leaks of ref to user struct
- pata_atiixp: add SB700 PCI ID
- ata_piix: fix pio/mwdma programming
- sdhci: add ene controller id
- sdhci: Fix "Unexpected interrupt" handling
* Mon Jul 16 2007 Chuck Ebbert <cebbert at redhat.com>
- bluetooth: hangup tty before releasing rfcomm
- driver core: get driver properly during release
- net scheduler: fix deadlock
- input: rfkill driver screws up the CPU flags
- acpi-cpufreq: make register write work properly again
* Mon Jul 16 2007 Chuck Ebbert <cebbert at redhat.com>
- add proper caching of last_ctl to the 'unbreak SMART' fix
* Mon Jul 16 2007 Dave Jones <davej at redhat.com>
- Unbreak SMART on libata.
* Mon Jul 16 2007 Dave Jones <davej at redhat.com>
- Disable warnings that trigger due to disabled USB suspend.
* Thu Jul 12 2007 Dave Jones <davej at redhat.com>
- Some systems have a HPET which is not incrementing, which leads
  to a complete hang.  Detect it during HPET setup.
* Thu Jul 12 2007 Dave Jones <davej at redhat.com>
- Replace the pcspkr private PIT lock by the global PIT lock to
  serialize the PIT access all over the place.
* Thu Jul 12 2007 Chuck Ebbert <cebbert at redhat.com>
- ata: update noncq list
- idr: multiple bugfixes
- tcp: sack fix leak msgs
- vbe: always save ddc data
* Thu Jul 12 2007 Jarod Wilson <jwilson at redhat.com>
- Fix up some uname -r issues in certain kernel version
  cases (due to new versioning scheme)
* Wed Jul 11 2007 Chuck Ebbert <cebbert at redhat.com>
- jbd: fix transaction dropping (kernel oops)
* Wed Jul 11 2007 Dave Jones <davej at redhat.com>
- NFS: Add the mount option "nosharecache"
* Wed Jul 11 2007 Chuck Ebbert <cebbert at redhat.com>
- 2.6.22.1
* Wed Jul 11 2007 Dave Jones <davej at redhat.com>
- Revert mkinitrd requires: bump to what's in FC6.
* Wed Jul 11 2007 Dave Jones <davej at redhat.com>
- Remove the x86-64 tickless patches, they aren't ready.
* Tue Jul 10 2007 Dave Jones <davej at redhat.com>
- Fix issue with PIE randomization (#246623).
* Tue Jul 10 2007 Chuck Ebbert <cebbert at redhat.com>
- sky2: re-enable lost interrupt workarounds
- aacraid: ioctl handler needs permission check
* Mon Jul  9 2007 Dave Jones <davej at redhat.com>
- Disable forced HPET on ESB2 too
* Mon Jul  9 2007 Chuck Ebbert <cebbert at redhat.com>
- changed default TCP/IPV4 congestion control to CUBIC
* Mon Jul  9 2007 Dave Jones <davej at redhat.com>
- Rebase to 2.6.22

---------------------------------------------------------------------
This update can be downloaded from:
    http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/

091c76449355bd60ce3482c0195c608ac97f90c6  SRPMS/kernel-2.6.22.2-39.fc6.src.rpm
091c76449355bd60ce3482c0195c608ac97f90c6  noarch/kernel-2.6.22.2-39.fc6.src.rpm
5feffca283e4afa733b7c47d9344bdfba1302187  ppc/debug/kernel-debuginfo-2.6.22.2-39.fc6.ppc.rpm
5b5ca7fca5d02f93f5984b95155affbee1a290ab  ppc/kernel-devel-2.6.22.2-39.fc6.ppc.rpm
0f5a0d4acff141e5f0696a6be6ec28ec5bb50940  ppc/kernel-smp-devel-2.6.22.2-39.fc6.ppc.rpm
16a71ffba4404a9c2ca8bf3fa15fa1605d216fac  ppc/kernel-smp-2.6.22.2-39.fc6.ppc.rpm
7156a53f7e1079f62171feea0235df6d364fcf41  ppc/debug/kernel-debuginfo-common-2.6.22.2-39.fc6.ppc.rpm
9fc6a5926adc8ffbce1e8d272c1d43faca1548fd  ppc/kernel-2.6.22.2-39.fc6.ppc.rpm
2f35bb5222dc2729f40970c7bf005c28b4ddcc05  ppc/kernel-headers-2.6.22.2-39.fc6.ppc.rpm
60b9013bcd07a946c44e24bdfb0debfd76998768  ppc/debug/kernel-smp-debuginfo-2.6.22.2-39.fc6.ppc.rpm
5bac75a3f6e4613c974163eb3be06cbc9a0048c5  ppc/kernel-doc-2.6.22.2-39.fc6.noarch.rpm
3cc0ffc62eec6c781ef30d795fc3c71131a95b77  x86_64/kernel-2.6.22.2-39.fc6.x86_64.rpm
06e4269bc712daddde68dff4cbb2a8f149205aff  x86_64/debug/kernel-debuginfo-common-2.6.22.2-39.fc6.x86_64.rpm
fa01d7090a38bc441d5baa189a58896f1c8e6f54  x86_64/kernel-debug-devel-2.6.22.2-39.fc6.x86_64.rpm
49cdbef4c1e996876e11584b9d0b1237e4835434  x86_64/kernel-debug-2.6.22.2-39.fc6.x86_64.rpm
aeb5f78740e4e8d33fb5213efb10feb5ed55f531  x86_64/kernel-headers-2.6.22.2-39.fc6.x86_64.rpm
39a65a8bdcebd5574d62015a09c2063051170ef8  x86_64/kernel-devel-2.6.22.2-39.fc6.x86_64.rpm
dee64afa7b18159ab0ebd9242107be0076e76eb1  x86_64/debug/kernel-debuginfo-2.6.22.2-39.fc6.x86_64.rpm
ff731eba5ef4c771093be259dacf4f13ef2bc9e7  x86_64/debug/kernel-debug-debuginfo-2.6.22.2-39.fc6.x86_64.rpm
5bac75a3f6e4613c974163eb3be06cbc9a0048c5  x86_64/kernel-doc-2.6.22.2-39.fc6.noarch.rpm
b7e27604ecfb0dabd63183d31dd4ef47d5878cb4  i386/kernel-headers-2.6.22.2-39.fc6.i386.rpm
c042fd8aa1e574d263198bf9d6a74d5c82759c18  i386/kernel-devel-2.6.22.2-39.fc6.i586.rpm
6f2f3cec56ba273b59958412feb3646a72b21060  i386/kernel-2.6.22.2-39.fc6.i586.rpm
9c7bb3549017edb3206081ae339a50dc55d619ec  i386/debug/kernel-debuginfo-2.6.22.2-39.fc6.i586.rpm
4915bf875c6655f2d09668489d25e4f724fe3d45  i386/debug/kernel-debuginfo-common-2.6.22.2-39.fc6.i586.rpm
bf415b5257f356ca723945f7c71ba95e3879fd1a  i386/kernel-devel-2.6.22.2-39.fc6.i686.rpm
1fadc0cfdbf49181974f39307f4e631c04584e02  i386/debug/kernel-debug-debuginfo-2.6.22.2-39.fc6.i686.rpm
6c1f8bb9919d55e822f808efe074abf0cb39bd17  i386/kernel-PAE-devel-2.6.22.2-39.fc6.i686.rpm
8d1946f655ea1946f0ced367a7aca19c04ed4bf8  i386/debug/kernel-debuginfo-2.6.22.2-39.fc6.i686.rpm
4d5c558d32e59d9a95390dbc96ca29e5154af0f5  i386/debug/kernel-PAE-debug-debuginfo-2.6.22.2-39.fc6.i686.rpm
a78beabe45d9083851be6211630c40d0a74e25b7  i386/kernel-debug-devel-2.6.22.2-39.fc6.i686.rpm
a3436b9bd46a8a1639ea42daf9901301d436b06c  i386/debug/kernel-PAE-debuginfo-2.6.22.2-39.fc6.i686.rpm
b14c479b601ec8ed0ebb7b98f20871f8a5dceb32  i386/kernel-debug-2.6.22.2-39.fc6.i686.rpm
537e8944429291117a548f62aa1afa2885e10bb5  i386/kernel-PAE-debug-2.6.22.2-39.fc6.i686.rpm
f5acb95e2b3f2364b944c298843ff4324a781c52  i386/kernel-PAE-2.6.22.2-39.fc6.i686.rpm
44b44ba8bd9ca303491fc311985fd2fecc7da456  i386/debug/kernel-debuginfo-common-2.6.22.2-39.fc6.i686.rpm
85a9da555d9988663d7da0001f2e22c1ad05d30d  i386/kernel-PAE-debug-devel-2.6.22.2-39.fc6.i686.rpm
ead5def2bb049abe30821734d35198d117b646d9  i386/kernel-2.6.22.2-39.fc6.i686.rpm
5bac75a3f6e4613c974163eb3be06cbc9a0048c5  i386/kernel-doc-2.6.22.2-39.fc6.noarch.rpm

This update can be installed with the 'yum' update program.  Use 'yum update
package-name' at the command line.  For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------




More information about the fedora-test-list mailing list