SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kernel-smp-devel-2.6.9-11.EL.audit.91.x86_64.rpm :
Tue Oct 24 00:00:00 2006 David Woodhouse audit.91
- Fix suid dumpable privilege escalation (CAN-2006-2451)

Thu Oct 20 00:00:00 2005 David Woodhouse audit.90
- Fix sysctl races (CAN-2005-2709)

Wed Oct 19 00:00:00 2005 David Woodhouse audit.89
- Fix names_cache memory leak

Tue Aug 9 00:00:00 2005 David Woodhouse audit.88
- Fix sigsuspend exit on PPC64 to go via audit_syscall_exit()
- Allow filtering on success or failure

Tue Aug 9 00:00:00 2005 David Woodhouse audit.87
- Avoid marking the context auditable if no watches are actually triggered.

Sat Aug 6 00:00:00 2005 David Woodhouse audit.86
- Call audit_panic() if watch report fails

Thu Aug 4 00:00:00 2005 David Woodhouse audit.85
- Fix success/failure for PPC64 syscall rules

Tue Aug 2 00:00:00 2005 David Woodhouse audit.84
- Avoid duplicate syscall rules (Amy)

Mon Aug 1 00:00:00 2005 David Woodhouse audit.83
- Reduce lock contention in audit_data_get()

Sat Jul 30 00:00:00 2005 David Woodhouse audit.82
- Speed up audit_filter_syscall() for the fast path
- Fix task refcounting in audit_free() and audit_syscall_exit()
- Remove audit_zero_context() in audit_syscall_exit()

Sun Jul 17 00:00:00 2005 David Woodhouse audit.81
- Disable slab debugging

Sun Jul 17 00:00:00 2005 David Woodhouse audit.80
- Fix assertion in refcounting code

Sun Jul 17 00:00:00 2005 David Woodhouse audit.79
- Defer serial number generation until it\'s needed to avoid contention

Sat Jul 16 00:00:00 2005 David Woodhouse audit.78
- Fix livelock in audit_serial()

Thu Jul 14 00:00:00 2005 David Woodhouse audit.77
- Use GFP_ATOMIC from audit_free() to avoid scheduling in idle thread

Thu Jul 14 00:00:00 2005 David Woodhouse audit.76
- Avoid auditing the whole auditd process, not just the one thread

Thu Jul 14 00:00:00 2005 David Woodhouse audit.75
- Fix rmmod race condition with O_NONBLOCK
- Correct auditfs hooks

Fri Jul 1 00:00:00 2005 David Woodhouse audit.74
- Really don\'t audit auditd. For real this time. Honest.

Fri Jul 1 00:00:00 2005 David Woodhouse audit.73
- Quit waiting for backlog to clear once audit_panic() is called
- Add debugging to capture auditd getting audited.

Sat Jun 25 00:00:00 2005 David Woodhouse audit.72
- Add S390 again
- Final version of netlink fix

Sat Jun 25 00:00:00 2005 David Woodhouse audit.71
- Reduce loglevel of audit messages to KERN_NOTICE
- Netlink hashing fix forwarded by Chris

Sat Jun 25 00:00:00 2005 David Woodhouse audit.70
- Potential fix for auditfs_attach_wdata() oops

Sat Jun 25 00:00:00 2005 David Woodhouse audit.69
- Clean up user filtering method
- Add S390 again

Sat Jun 25 00:00:00 2005 David Woodhouse audit.68
- Fix user filtering to not always return true

Fri Jun 24 00:00:00 2005 David Woodhouse audit.67
- Clean up patches in -mm tree
- Really exempt auditd from being audited. Really. Honest.
- Drop S390 to work round their absence from the build system today.

Thu Jun 23 00:00:00 2005 David Woodhouse audit.66
- Revamp backlog wait patch for upstream -- add gfp_mask
- Allow USER_AVC messages when audit_enabled == 0
- Clean up threaded listing of rules and watches

Tue Jun 21 00:00:00 2005 David Woodhouse audit.65
- List watches from a kernel thread too

Tue Jun 21 00:00:00 2005 David Woodhouse audit.64
- Merge auditfs into one again
- More patches are in -mm
- Allow 5 more entries from non-sleeping contexts in backlog queue
- Protect auditd from OOM kill
- Fix locking in auditfs_attach_watch() harder
- List filter rules from kernel thread to avoid deadlock

Tue Jun 21 00:00:00 2005 David Woodhouse audit.63
- Wait for backlog to drain where possible

Tue Jun 21 00:00:00 2005 David Woodhouse audit.62
- Fix locking in auditfs_attach_wdata()
- Drop user messages if !audit_enabled
- Avoid auditing auditd in all cases

Mon Jun 20 00:00:00 2005 David Woodhouse audit.61
- Reorder patches again, merge auditfs patch
- Capture path_lookup() flags in audit_inode()

Sat Jun 18 00:00:00 2005 David Woodhouse audit.60
- Further auditfs cleanup (Tim)

Sat Jun 18 00:00:00 2005 David Woodhouse audit.59
- Add filters for user messages and watches

Sat Jun 18 00:00:00 2005 David Woodhouse audit.58
- Fix auditfs error handling, memory leak, watch removal (Tim)

Wed Jun 15 00:00:00 2005 David Woodhouse audit.57
- Merge selinux avc patches (#158957, #158968)

Wed Jun 8 00:00:00 2005 David Woodhouse audit.56
- Consolidate auditfs patches
- Multiple watches per inode, locking simplification (Tim)

Sun Jun 5 00:00:00 2005 David Woodhouse audit.55
- Make sure deleted watches stop happening.
- Free reserved inode audit data occasionally.

Sat Jun 4 00:00:00 2005 David Woodhouse audit.54
- Implicit pinning of watched inodes by use of i_state

Fri Jun 3 00:00:00 2005 David Woodhouse audit.53
- Fix module signing oops
- Sparse allocation of inode audit data

Fri Jun 3 00:00:00 2005 David Woodhouse audit.52
- Fix thinko in sys_socketcall. Having painstakingly copied the arguments
in from userspace, let\'s then _use_ that copy instead of the users\' copy.
- Abolish struct audit_wentry by merging it with struct audit_watch.
- Fix up error handling in fs/namei.c

Thu May 26 00:00:00 2005 David Woodhouse audit.51
- Enable slab debugging.
- Fix buffer overrun in audit_to_watch()
- Extra debugging for hash table
- Log current directory whenever we log a filename which may be relative

Thu May 26 00:00:00 2005 David Woodhouse audit.50
- Defer freeing of aux items to audit_free_aux()
- Remove items from hlist in audit_list_watches()
- Abolish inode->i_audit in favour of hash table

Thu May 26 00:00:00 2005 David Woodhouse audit.49
- Clean up logging of untrusted strings in avc.c (Stephen Smalley)
- auditfs update (Tim Chavez)

Tue May 24 00:00:00 2005 David Woodhouse audit.48
- Drop keys from syscall rules, since nobody could justify them
- Unify \'auid=\' and put arch= before syscall= (Steve Grubb)

Sun May 22 00:00:00 2005 David Woodhouse audit.47
- Add serial # to user messages

Sat May 21 00:00:00 2005 David Woodhouse audit.46
- Defer d_path in AVC audit (Stephen Smalley)
- Clean up use of loginuid/auid and %d/%u (Steve Grubb)
- auditfs update (Tim Chavez)
- Fix AUDIT_USER messages (Steve Grubb)

-
* Thu May 19 2005 David Woodhouse audit.45
- Move audit_notify_watch() back from vfs_permission to
permission() where the 2.6.12 patch got misapplied.

-
* Thu May 19 2005 David Woodhouse audit.44
- Honour audit_backlog_limit again
- Reorder patches to reflect upstream status

-
* Thu May 19 2005 David Woodhouse audit.43
- printk in audit_log_end() when no auditd
- Don\'t audit auditd itself

-
* Wed May 18 2005 David Woodhouse audit.42
- Restore Chris\' third audit-to-skb patch

-
* Wed May 18 2005 David Woodhouse audit.41
- Send audit messages from a kernel thread
- Fix d_delete() deadlock with audit_dentry_unpin()

-
* Tue May 17 2005 David Woodhouse audit.40
- Deal with entire range of userspace messages identically
- Add key to syscall audit rules.

-
* Tue May 17 2005 David Woodhouse audit.39
- Fix the memory corruption which was my fault.
- Re-enable the auditfs patch which wasn\'t to blame at all.
- Re-enable S390

-
* Mon May 16 2005 David Woodhouse audit.38
- Disable the auditfs patch because it doesn\'t even boot.
- Disable S390 again due to build system failure

-
* Mon May 16 2005 David Woodhouse audit.37
- Audit socketcall arguments and sockaddrs copied from userspace
- Re-enable SMP and hugemem kernels

-
* Fri May 13 2005 David Woodhouse audit.36
- Auditfs #7U5a
- Steve\'s patch logging untrusted strings, more types

-
* Tue May 10 2005 David Woodhouse audit.35
- Message types.
- Fix va_args abuse.

-
* Tue May 10 2005 David Woodhouse audit.34
- Alternative fix for avc dcache_lock deadlock
- Disable module signing.

-
* Tue May 10 2005 David Woodhouse audit.33
- Call audit_filesystem_init() from _both_ audit_init() funcs.
- Expand audit skb by enough to fit, not just AUDIT_BUFSIZ

-
* Sat May 7 2005 David Woodhouse audit.32
- Fix nlmsg_len
- Re-enable S390

-
* Sat May 7 2005 David Woodhouse audit.31
- auditfs #7U4

-
* Fri May 6 2005 David Woodhouse audit.30
- Patches from Herbert Xu to orphan and unshare netlink skbs
- Spelling fixes from Steve

-
* Fri May 6 2005 David Woodhouse audit.29
- Reorder patches to reflect what\'s upstream and in -mm now.
- Add Chris\' patches to log directly into skb.
- Disable S390 again.

-
* Tue May 3 2005 David Woodhouse audit.28
- Drop signal-logging patch in favour of Steve\'s version.
- Fix skb reuse corruption.
- Add unrelated serial patch for i686 test box.
- Reenable s390/s390x

-
* Fri Apr 29 2005 David Woodhouse audit.27
- Fix x86_64 auditing of i386 tasks. The syscall calling convention
is different.
- Exclude S390/S390X since those machines seem to be temporarily
absent from the build farm.

-
* Fri Apr 29 2005 David Woodhouse audit.26
- Fix the audit-kill printk so it\'s actually conditional
- Reorder patches again to reflect what\'s in -mm

-
* Fri Apr 29 2005 David Woodhouse audit.25
- auditfs #7U3
- Log correct uid/pid when setting loginuid.
- printk when auditd is killed as well as sending audit message

-
* Sat Apr 23 2005 David Woodhouse audit.24
- auditfs #7U2
- Include audit.h in fs/proc/base.c, net/netlink/af_netlink.c

-
* Fri Apr 22 2005 David Woodhouse audit.23
- auditfs #7U1

-
* Wed Apr 20 2005 David Woodhouse audit.22
- auditfs #7
- Add NLMSG_READPRIV, NLMSG_RELAY netlink permissions.

-
* Wed Apr 20 2005 David Woodhouse audit.21
- Include the part of the audit_log_task_info patch which avoids
selinux dcache deadlocks.

-
* Mon Apr 11 2005 David Woodhouse audit.20
- Move incorrectly-patched audit_notify_watch() from vfs_permission()
to permission().
- Add cw\'s patch to requeue up to backlog limit in audit_log_drain

-
* Wed Apr 6 2005 David Woodhouse audit.19
- auditfs #6 U3 in two parts
- Audit signals sent to audit_pid

-
* Fri Apr 1 2005 David Woodhouse audit.18
- IA64 syscall trace fix
- auditfs #6 U2
- AVC patch to log executable path

-
* Fri Mar 25 2005 David Woodhouse audit.17
- auditfs #6 U1
- Fix signed char error in audit_log_untrustedstring()
- Drop auditfs-se patch which is now in Tim\'s patch
- More patch reordering to track upstream

-
* Tue Mar 23 2005 David Woodhouse audit.16
- minor fixes to auditarch patch
- call audit_inode() in path_lookup() even when it\'s found in altroot
- Fix s390{x,} build by including audit.h in ptrace.c

-
* Tue Mar 22 2005 David Woodhouse audit.15
- Merge upstream patch to remove audit.h from fs.h
- Add architecture field to syscall records
- Fix ordering of ptrace and audit on syscall entry
- Add explicit success/failure indication on syscall exit
- Change syscall return to \'long\'

-
* Fri Mar 18 2005 David Woodhouse audit.14
- Add patch to dump names as hex if they\'re suspicious

-
* Wed Mar 16 2005 David Woodhouse audit.13
- Reorder patches to vague semblance of the order they\'re going upstream.
- SE Linux patch to allow AUDIT_WATCH_INS, AUDIT_WATCH_REM.

-
* Wed Mar 16 2005 David Woodhouse audit.12
- Auditfs patch #6
- Simplify forward struct definitions in audit.h

-
* Tue Mar 8 2005 David Woodhouse audit.11
- Update to third attempt at including dev/uid/gid in audit_inode()

-
* Tue Mar 8 2005 David Woodhouse audit.10
- Update to auditfs patch #5 \"update 2\"
- Put fs_enabled at end of struct audit_status

-
* Mon Feb 28 2005 David Woodhouse audit.9
- Reorder patches to put those which are already upstream first
- Add Chris Wright\'s patch to include dev/uid/gid in audit_inode()
- Add Chris Wright\'s patch to refrain from dropping high bits of ino#
- Add Chris Wright\'s patch to fix netlink responses
- Update to auditfs patch #5

-
* Fri Feb 25 2005 David Woodhouse audit.8
- Merge Chris Wright\'s patches for congestion and audit_log_lost()
- Update to auditfs patch #4

-
* Fri Feb 25 2005 David Woodhouse audit.7
- Update to RHEL4 0-day erratum kernel-2.6.9-5.0.3_EL

-
* Fri Feb 18 2005 David Woodhouse audit.6
- Fix list handling errors in IPC patch
- Peter\'s temporary fix for AVC message corruption

-
* Tue Feb 15 2005 David Woodhouse audit.5
- Update to v3 (2005-02-07) of auditfs patch.

-
* Tue Feb 1 2005 David Woodhouse audit.4
- Log requested values of IPC_SET calls.
- Make it boot on the Mac G5 test box.

-
* Mon Jan 31 2005 David Woodhouse audit.3
- Update to second version of auditfs patch
- Fix ppc64 syscall exit to use regs->result to correctly see errors

-
* Thu Jan 20 2005 David Woodhouse audit.2
- Audit patches:
- linux-2.6.9-audit-caps.patch
- linux-2.6.9-audit-loginuid-proc.patch
- linux-2.6.9-auditfs.patch
- linux-2.6.9-audit-netlink-loginuid.patch
- linux-2.6.9-ppc64-auditsyscall.patch
- linux-2.6.9-auditoneliners.patch

Sat May 21 00:00:00 2005 Dave Jones [2.6.9-11]
- Fix numa=off on x86-64.

Fri May 13 00:00:00 2005 Dave Jones [2.6.9-10]
- Further fixing for the nVidia network controller problem.
- Fix wait_task_inactive() race. (#157424)

Thu May 12 00:00:00 2005 Dave Jones [2.6.9-9]
- Fix data corruptor/local root in raw driver. (CAN-2005-1264)
- Fix ELF core dump privilege elevation. (CAN-2005-1263) (#157450)
- Avoid avc denial deadlock. (#154879)
- Don\'t map objects to non-existent PPC64 NUMA nodes. (#149132)
- Fix PPC64 NUMA\'s handling of memory nodes with holes in them.

Tue May 10 00:00:00 2005 Dave Jones [2.6.9-8]
- Fix ABI regression in IA64 ptrace fix.
- Some nVidia network controllers show up as bridges. (#157240)
- Fix SATA issue when master supports LBA48 but slave doesn\'t. (#156875)

Wed May 4 00:00:00 2005 Dave Jones [2.6.9-7]
- Rebuild.

Wed May 4 00:00:00 2005 Dave Jones [2.6.9-6.47]
- Re-add E1000 MODULE_VERSION that got lost.

Tue May 3 00:00:00 2005 Dave Jones [2.6.9-6.46]
- Fix regression with TEAC CD-210PU USB CD-ROM. (#155870)
- Don\'t mess with IRQs when doing BogoMIPS calculation.

Tue May 3 00:00:00 2005 Dave Jones [2.6.9-6.45]
- Fix possible crashme induced panic in page-fault handler on x86-64.

Sun May 1 00:00:00 2005 Dave Jones [2.6.9-6.44]
- Fix sctp sendbuffer accounting. (#146797)

Sun May 1 00:00:00 2005 Dave Jones [2.6.9-6.43]
- CAN-2005-0136 ptrace corner cases on ia64. (#155283)
- Redo fix to avoid sleep in timer context in E1000. (#154880,#154944,#154951)

Thu Apr 28 00:00:00 2005 Dave Jones [2.6.9-6.42]
- Fix oopsable locking in NFS. (#152557)
- Fix incorrect use of memset/memcpy in ia64 ia32 signal handling.
- Cope with faults in iret/exec-shield bug (#154221, #154972)
- Potential NULL mm in swap token code. (#154639)

Thu Apr 28 00:00:00 2005 Dave Jones [2.6.9-6.41]
- Fix up tty locking. (#152600, #155765)

Sat Apr 23 00:00:00 2005 Dave Jones [2.6.9-6.40]
- Update the PCI EEH error recovery patch.

Fri Apr 15 00:00:00 2005 Dave Jones [2.6.9-6.39]
- ata_piix: broken BIOS AHCI BAR setup work-around. (#154712)

Thu Apr 14 00:00:00 2005 Dave Jones [2.6.9-6.38]
- Fix possible corruption in mmap over NFS. (#151284)
- Don\'t cache /proc/pid dentry for dead processes. (#147832)
- Add Itanium ZX2 chipset identification (#150110)
- Don\'t enable NUMA by default on dual core systems.

Thu Mar 31 00:00:00 2005 Dave Jones
- Really apply patch for PCI EEH error recovery on ppc64.

Tue Mar 29 00:00:00 2005 Dave Jones [2.6.9-6.37]
- Dual core support for AMD64.

Tue Mar 29 00:00:00 2005 Dave Jones [2.6.9-6.36]
- Fix IP output route leak. (CAN-2005-0209)
- Fix oops when mounting Solaris NFSv4 volumes. (#152102)
- /proc/net/route stale pointer OOPS fix.

Mon Mar 28 00:00:00 2005 Dave Jones [2.6.9-6.35]
- Additional fix for CAN-2005-0815

Thu Mar 24 23:00:00 2005 Dave Jones [2.6.9-6.34]
- Fix potential DoS in ELF loader. (CAN-2005-0749)
- md: fix multipath assembly bug.
- diskdump cannot I/O on megaraid when the tasklet is in use (#151325)
- megaraid_diskdump_sleep actually sleeps for specified timeout (#151517)
- Fix information leak in ext2. (CAN-2005-0400)
- Further fixes to TCP BIC congestion handling.
- Add missing range checking in bluetooth. (CAN-2005-0750)
- Fix emulex lpfc driver LUN reset.
- Fix missing variable initialisation in clustered APIC code.

Thu Mar 24 23:00:00 2005 Dave Jones [2.6.9-6.33]
- Keep fragment queues private to each user.

Thu Mar 24 23:00:00 2005 Dave Jones [2.6.9-6.32]
- Improve scanning in try_to_free_pages(). (#147832)

Tue Mar 22 23:00:00 2005 Dave Jones [2.6.9-6.31]
- NFS setclient improvements.
- lockd callback improvements.

Mon Mar 21 23:00:00 2005 Dave Jones [2.6.9-6.30]
- ia64 unwind stack DOS. (CAN-2005-0135).
- Fix various ISO9660 handling flaws. (CAN-2005-0815)
- Fix swapped memset arguments in ieee802.11 code.
- e1000: avoid sleep in timer context.
- e1000: flush workqueues on remove.

Mon Mar 21 23:00:00 2005 Dave Jones [2.6.9-6.29]
- Clustered APIC support for x86-64.

Wed Mar 16 23:00:00 2005 Dave Jones [2.6.9-6.28]
- Fix IPSEC SA sequence collision. (#145424)
- Add missing crashdump_mode() check in x86_64 reboot code. (#151101)
- Update Emulex lpfc driver to 8.0.16.6

Tue Mar 15 23:00:00 2005 Dave Jones [2.6.9-6.27]
- epoll: return proper error on overflow condition
- Fix up might_sleep warnings in previous futex deadlock fix.
- sctp: add receive buffer accounting to protocol.

Tue Mar 15 23:00:00 2005 Dave Jones [2.6.9-6.26]
- Fix DMA zone exhaustion problems. (#142465)
- Fix IP fragment corruption. (#149589)
- CAN-2005-0384: Remote DoS on ppp. (#151240)

Thu Mar 10 23:00:00 2005 Dave Jones [2.6.9-6.26]
- Add more diagnostic info to alt-sysrq-M.

Tue Mar 8 23:00:00 2005 Dave Jones [2.6.9-6.25]
- shrink_cache() tweak to match upstream. (#147832)

Sun Mar 6 23:00:00 2005 Dave Jones [2.6.9-6.24]
- Further fixing to the previous drm fix.

Sat Mar 5 23:00:00 2005 Dave Jones [2.6.9-6.23]
- drm: fix race condition in radeon driver. (#149693)

Sat Mar 5 23:00:00 2005 Dave Jones [2.6.9-6.22]
- Various cleanup of several patches (S390 common io fixes, Emulex update).
- Update megaraid driver. (#144810, #144902, #142539)
- Fix leak in error path in autofs.
- Fix release race in ext3. (#147443, #146037)

Fri Mar 4 23:00:00 2005 Dave Jones [2.6.9-6.21]
- test

Thu Mar 3 23:00:00 2005 Dave Jones [2.6.9-6.20]
- avoid a bdget in device mapper.
- IBM veth driver buffer starvation fix. (#147364)
- raid5/raid6 bi_max_vec fixes.
- Fix possible futex mmap_sem deadlock.
- Update Emulex lpfc driver to 8.0.16.3

Thu Mar 3 23:00:00 2005 Dave Jones [2.6.9-6.19]
- Show extra debug info on page allocation failure.

Thu Mar 3 23:00:00 2005 Dave Jones [2.6.9-6.18]
- Silence some cpufreq warnings. (#141983)
- Fix VESAFB probe error. (#142929)
- Add support for a bunch of Dell serial cards. (#146217)

Wed Mar 2 23:00:00 2005 Dave Jones [2.6.9-6.17]
- s390: Fix for various problems in common i/o layer. (#133992)
- s390: common i/o layer vary on/off.
- s390: qdio time delay missing interrupt problem. (#145150)
- x86-64: Fix syscall/signal restart bug.
- Various size_t fixes. (CAN-2005-0531)
- ppc64: Fix race and memory leak in iSeries veth module unloading. (#144966)
- ppc64: Prevent an iSeries partition oopsing with no CDROM drive. (#146809)
- NFS: Fix O_DIRECT oops with oversized requests. (#148878)
- Only root should be able to set the N_MOUSE line discipline. (CAN-2005-0839)
- Fix tmpfs truncate BUG().
- Fix signedness issue in sysfs. (CAN-2005-0867)
- Remove Samsung SN-124 CD-ROM on DMA Blacklist. (#142937)
- Remainder of the previous diskdump deadlock fix. (#142167)

Wed Mar 2 23:00:00 2005 Dave Jones [2.6.9-6.16]
- x86-64: Fix flush of multiple pages in change_page_attr
- Fix 64 bit issues in device mapper.
- dm multipath: fix infinite suspend requeueing

Wed Mar 2 23:00:00 2005 Dave Jones [2.6.9-6.15]
- dm multipath: export mapinfo
- s390: qeth fake_ll fixes. (#136175)
- s390: delay dasd retries to prevent i/o error (#145115)
- s390: qdio didnt retry under some busy conditions. (#145116)
- Fix the mincore syscall\'s error handling. (#140523)
- ia64: wire up sys_waitid. (#137154)

Tue Mar 1 23:00:00 2005 Dave Jones
- Don\'t probe last sector of a gpt partitioned disk. (#138563)

Tue Mar 1 23:00:00 2005 Dave Jones [2.6.9-6.14]
- Additional fix for the earlier ACPI SRAT work.
- Fix possible diskdump deadlock (#142167)
- Intel HD audio support. (#146068, #146216)
- x86-64 huge pages fix. (#143472)
- device-mapper: Add dm_dev.name
- dm multipath: bio details record/restore.
- 802.11b/ipw2100/ipw2200 update. (#146763)

Sat Feb 26 23:00:00 2005 Dave Jones [2.6.9-6.13]
- Put right the previous fix to scsi_disk_put() which was incorrect.
- Stop xmon=on from jumping immediately into xmon on ppc64. (#140751)
- reworked s390 dasd fixed buffers. (#134338)
- Fix oops in tg3_poll when using netconsole. (#143223)
- diskdump: remove \"device has no block attribute\" warning. (#146144)
- device-mapper: tidy error kprintfs
- ACPI reset support for x86. (#139104)
- Fix ia64 rx1600 pdh console. (#146274)
- Discover x86-64 NUMA topology through ACPI SRAT table.
- Silence additional deprecated SG_IO warning.
- Fix incorrect hw segment counting in qla2x00 drivers. (#140472)
- E100: fix state machine handling w/ NAPI (#140082)
- E100: Add PCI IDs for ICH7. (#146137)
- AHCI SATA fixes.
- Remove unused \'commit\' parameter from aacraid. (#140780)

Fri Feb 25 23:00:00 2005 Dave Jones
- avoid panic in e100_tx_timeout on ppc64. (#140116)
- sk98lin: add MODULE_DEVICE_TABLE entry
- Allow usb-storage to be reloaded. (#129165)
- diskdump support for megaraid. (#142736)
- ia64: Work around DMA timeouts on SGI IOC4 IDE. (#144265)
- sk_forward_alloc() BUG assertion fix. (#139430)
- Various ptrace fixes. (#143073,#146089,#132849,#133590,#140083,#147575)
- diskdump: add module parameter to disable WCE. (#146412)
- Clean up last remnants of kexec.
- TCP BIC bug fix
- Fix panic() w/panic_timeout hangs instead of rebooting. (#144668)
- Set panic_on_oops=1 by default. (#144657, #143993)
- tg3: update + support BCM5752. (#145105)
- Fix ext2/3 maximum size limits. (#143907)
- Fix shmget for ppc64, s390(64).
- dm raid1: deadlock fix.
- Implement h/w PPC64 CPU utilisation data gathering. (#144862)

Thu Feb 24 23:00:00 2005 Dave Jones
- Remove non-working kexec functionality.
- bonding: avoid kernel panic when 802.3ad link brought down. (#146067)
- Update E1000 to 5.6.10.1-k2 (#146115)
- Update E100 to 3.3.6-k2 (#140082, #140116)
- s390: introduces sequence numbers for lcs packets. (#145118)
- Fixes to Intel Enhanced Speedstep support. (#138952)
- ia64 OS_INIT switch support.
- diskdump SATA support.
- NMI switch support for x86-64.

Wed Feb 23 23:00:00 2005 Dave Jones
- SATA updates. (#132648, #145107)
- s2io driver update. (#138012)

Tue Feb 22 23:00:00 2005 Dave Jones
- Intel ICH7 hardware support (PCI ID additions) (#144741)
- Fix HPET initialisation. (#147224, #134140)
- dm multipath: Add target message ioctl
- dm multipath: ioctl ref by device no
- dm multipath: Split suspend hook
- dm: fix mirror log refcount.
- fix i386 vsyscall-sysenter unwind info
- Add missing lock prefix to switch_to() on x86-64 (#146911)
- Fix PPC64 pSeries VPA registration. (#142634)
- Fix communication to PROM to close stdin on PPC64. (#145134)

Sat Feb 19 23:00:00 2005 Dave Jones
- Handle a 64-bit MM being torn down from a 32-bit process. (#144356)
- Move idle loop setup to after main ppc64 arch setup init. (#142634)
- invalidate page race fix. (#140383)
- Fix up AGPGART PCI Posting bugs properly.
- Provide 64-bit translations for 32-bit TIOCMIWAIT/TIOCGICOUNT ioctls
- Fix race condition on s390 when going idle. (#142855, #144317)
- Include watchdog config on s390. (#139836)
- Suppress Error Message on IDE probe.
- Add cpu_relax() calls for various ia64 loops. (#141699)
- Fix oops when io_setup is called with unwritable addr. (#143050)

Fri Feb 18 23:00:00 2005 Dave Jones
- AC97 quirk additions & dupicate cleanup.
- Fix Alt-Sysrq-B panics x86/x86_64 (#140792)

Thu Feb 17 23:00:00 2005 Dave Jones
- NLM (NFSv3) problems when mounting with \"sec=krb5\" (#146703)
- Enable OProfile profile support for UP i686 kernel. (#139031)
- Fix stack alignment for signal handlers on ppc64. (#145064)
- Fix leak of percpu data structure on ext2/ext3 umount.
- Fix & clean up zombie/dead task handling & preemption. (#141284)
- Print some extra debugging info on oom_kill. (#142784)
- Fix pty race condition on SMP machine. (#129725)
- Fix up wrong argument order in dma_declare_coherent_memory()
- Fix sysfs_dir_close memory leak.
- Fix md bio refcount leak.
- Fix \"RPC: garbage, exit EIO\" when using NFSv3 with Kerberos 5 (#142464)
- Fix NFS Direct-IO stack usage. (#142857)

Mon Feb 7 23:00:00 2005 Dave Jones
- Export get_sb_pseudo(). (#139436)
- Fix io port security hole on x86-64. (#146244)

Wed Jan 26 23:00:00 2005 Dave Jones
- Fix shmctl SHM_LOCK perms. (#144471)
- Various fixes from 2.6.10-ac (#146095, #146101)
- OOM-killer tweak.

Tue Jan 25 23:00:00 2005 Dave Jones
- Drop the deprecated SG_IO warning. (#141390)
- Close information leak in sysenter (#146083)
- Fix race in expand stack (CAN-2005-0001) (#144412)

Mon Jan 17 23:00:00 2005 Dave Jones
- Fix flaws in IGMP code (CAN-2004-1137) (#142670)
- Fix several corner cases in the 4g4g patch. (#144131, #144658)
- Fix do_brk priveledge escalation. (CAN-2004-1235) (#144136)
- Fix insuffient locking in DRM code. (CAN-2004-1056) (#144391)
- Fix RLIMIT_MEMLOCK bypass and unpriveledged user DoS. (#144528)
- Fix random poolsize sysctl handler integer overflow. (#144532)
- Fix SCSI IOCTL integer overflow and information leak. (#144522)

Wed Jan 5 23:00:00 2005 Dave Jones
- Fix AGP data corruption on non-4g4g kernels.

Tue Jan 4 23:00:00 2005 Dave Jones
- Fix Tux crash if restarted with live connections that are in a particular
state. (#140916)
- Fix regression introduced by the recent CMSG security fixes. (#143975)
- Various vm tuning to prevent possibility of OOM kill. (#141173)
- Lower dirty limit for mappings which can\'t be cached in highmem
- Don\'t oomkill when congested
- Increment total_scanned var to throttle kswapd
- Prevent panic with CD errors.
- Enable SL82C104 IDE driver as built-in on PPC64 (#131033)

Wed Dec 29 23:00:00 2004 Dave Jones
- Call module_upgrade in post stage of of kernel rpm installation.
- Fix bad diskdump interaction with recent sysfs update. (#142321)
- Fix refcounting order in sd/sr, fixing cable pulls on USB storage.

Sun Dec 12 23:00:00 2004 Dave Jones
- Prevent kernel panic if an application issues an ioctl with an unrecognized subopcode.
- fix false ECHILD result from wait
* with zombie group leader. (#142518)

Sat Dec 11 23:00:00 2004 Dave Jones
- Work around broken PCI posting in AGPGART. (#138348)
- Make sure VC resizing fits in s16.

Fri Dec 10 23:00:00 2004 Dave Jones
- Update yesterdays SELinux fix. (#142353)
- E1000 64k-alignment fix. (#140047)
- Disable tiglusb module. (#142102)
- ID updates for cciss driver.
- Fix overflows in USB Edgeport-IO driver. (#142258)
- Fix wrong TASK_SIZE for 32bit processes on x86-64. (#141737)
- Fix ext2/ext3 xattr/mbcache race. (#138951)
- Fix bug where __getblk_slow can loop forever when pages are partially mapped. (#140424)
- Add missing cache flushes in agpgart code.

Thu Dec 9 23:00:00 2004 Dave Jones
- Prevent block device queues from being shared in viocd. (#139018)
- Libata updates. (#138405)
- aacraid: remove aac_handle_aif (#135527)
- fix uninitialized variable in waitid(2). (#142505)
- Fix CMSG validation checks wrt. signedness.
- Fix memory leak in ip_conntrack_ftp
- [IPV4]: Do not leak IP options. (#142251)
- ppc64: Align PACA buffer for hypervisor\'s use. (#141817)
- ppc64: Indicate that the veth link is always up. (#135402)
- ppc64: Quiesce OpenFirmware stdin device at boot. (#142009)
- SELinux: Fix avc_node_update oops. (#142353)
- Fix CCISS ioctl return code.
- Make ppc64\'s pci_alloc_consistent() conform to documentation. (#140047)

Wed Dec 8 23:00:00 2004 Dave Jones
- Workaround E1000 post-maturely writing back to TX descriptors. (#133261)
- Fix the previous E1000 errata workaround.
- Several IDE fixes from 2.6.9-ac
- vm pageout throttling. (#133858)

Tue Dec 7 23:00:00 2004 Dave Jones
- Fix Tux from oopsing. (#140918)
- Fix Tux/SELinux incompatability (#140916)
- Fix Tux/IPV6 problem. (#140916)
- ide: Fix possible oops on boot.
- Make spinlock debugging panic instead of printk.
- Update Emulex lpfc driver to 8.0.16
- Selected patches from 2.6.9-ac12
- ppc64: Fix inability to find space for TCE table (#138844)
- Fix compat fcntl F_GETLK{,64} (#141680)
- blkdev_get_blocks(): handle eof

Mon Dec 6 23:00:00 2004 Dave Jones
- Bump redhat-rpm-config buildreq version.
- Do the Centrino/ACPI changes on x86-64 too.

Fri Dec 3 23:00:00 2004 Dave Jones
- Introduce infrastructure for supporting kabi.
- Disable Centrino Speedstep driver.
- Change ACPI cpufreq driver from modular to built-in. (#138952)

Thu Dec 2 23:00:00 2004 Dave Jones
- XFRM layer bug fixes
- ppc64: Convert to using ibm,read-slot-reset-state2 RTAS call
- ide: Make CSB6 driver support configurations.
- ide: Handle early EOF on CDs.
- Fix sx8 device naming in sysfs
- e100/e1000: return -EINVAL when setting rx-mini or rx-jumbo. (#140793)

Wed Dec 1 23:00:00 2004 Dave Jones
- Workaround for the E1000 erratum 23 (#140047)
- Remove bogus futex warning. (#138179)
- x86_64: Fix lost edge triggered irqs on UP kernel.
- x86_64: Reenable DRI for MGA.
- Workaround E1000 post-maturely writing back to TX descriptors (#133261)
- 3c59x: add EEPROM_RESET for 3c900 Boomerang
- Fix buffer overrun in arch/x86_64/sys_ia32.c:sys32_ni_syscall()
- ext3: improves ext3\'s error logging when we encounter an on-disk corruption.
- ext3: improves ext3\'s ability to deal with corruption on-disk
- ext3: Handle double-delete of indirect blocks.
- Disable SCB2 flash driver for RHEL4. (#141142)

Tue Nov 30 23:00:00 2004 Dave Jones
- x86_64: add an option to configure oops stack dump
- x86[64]: display phys_proc_id only when it is initialized
- x86_64: no TIOCSBRK/TIOCCBRK in ia32 emulation
- via-rhine: references __init code during resume
- Add barriers to generic timer code to prevent race. (#128242)
- ppc64: Add PURR and version data to /proc/ppc64/lparcfg
- Prevent xtime value becoming incorrect.
- scsi: return full SCSI status byte in SG_IO
- Fix show_trace() in irq context with CONFIG_4KSTACKS
- Adjust alignment of pagevec structure.
- md: make sure md always uses rdev_dec_pending properly.
- Make proc_pid_status not dereference dead task structs.
- sg: Fix oops of sg_cmd_done and sg_release race (#140648)
- fix bad segment coalescing in blk_recalc_rq_segments()
- fix missing security_
*() check in net/compat.c
- ia64/x86_64/s390 overlapping vma fix
- Update Emulex lpfc to 8.0.15

Mon Nov 29 23:00:00 2004 Dave Jones
- Add another card reader to whitelist. (#141022)
- Fix possible hang in do_wait() (#140042)
- Fix ps showing wrong ppid. (#132030)
- Print advice to use -hugemem if >=16GB of memory is detected.
- Enable ICOM serial driver. (#136150)
- Enable acpi hotplug driver for IA64.
- SCSI: fix USB forced remove oops.
- ia64: add missing sn2 timer mask in time_interpolator code. (#140580)
- ia64: Fix hang reading /proc/pal/cpu0/tr_info (#139571)
- ia64: bump number of UARTS. (#139100)
- Fix ACPI debug level (#141292)
- Make EDD runtime configurable, and reenable.
- ppc64: IBM VSCSI driver race fix. (#138725)
- ppc64: Ensure PPC64 interrupts don\'t end up hard-disabled. (#139020, #131590)
- ppc64: Yet more sigsuspend/singlestep fixing. (#140102, #137931)
- x86-64: Implement ACPI based reset mechanism. (#139104)
- Backport 2.6.10rc sysfs changes needed for IBM hotplug driver. (#140372)
- Update Emulex lpfc driver to v8.0.14
- Optimize away the unconditional write to debug registers on signal delivery path.
- Fix up scsi_test_unit_ready() to work correctly with CD-ROMs.
- md: fix two little bugs in raid10
- Remove incorrect ELF check from module loading. (#140954)
- Plug leaks in error paths of aic driver.
- Add refcounting to scsi command allocation.
- Taint oopses on machine checks, bad_page()\'s calls and forced rmmod\'s.
- Share Intel cache descriptors between x86 & x86-64.
- rx checksum support for gige nForce ethernet
- vm: vm_dirty_ratio initialisation fix

Mon Nov 22 23:00:00 2004 Dave Jones
- Update -ac patch to 2.6.9-ac11
- make tulip_stop_rxtx() wait for DMA to fully stop. (#138240)
- ACPI: Make LEqual less strict about operand types matching.
- scsi: avoid extra \'put\' on devices in __scsi_iterate_device() (#138135)
- Fix bugs with SOCK_SEQPACKET AF_UNIX sockets
- Reenable token ring drivers. (#119345)
- SELinux: Map Unix seqpacket sockets to appropriate security class
- SELinux: destroy avtab node cache in policy load error path.
- AF_UNIX: Serialize dgram read using semaphore just like stream.
- lockd: NLM blocks locks don\'t sleep
- NFS lock recovery fixes
- Add more MODULE_VERSION tags (#136403)
- Update qlogic driver to 2.6.10rc2 level.
- cciss: fixes for clustering
- ieee802.11 update.
- ipw2100: update to ver 1.0.0
- ipw2200: update to ver 1.0.0
- Enable promisc mode on ipw2100
- 3c59x: reload EEPROM values at rmmod for needy cards
- ppc64: Prevent sigsuspend stomping on r4 and r5
- ppc64: Alternative single-step fix.
- fix for recursive netdump oops on x86_64
- ia64: Fix IRQ routing fix when booted with maxcpus= (#138236)
- ia64: search the iommu for the correct size
- Deal with fraglists correctly on ipv4/ipv6 output
- Various statm accounting fixes (#139447)

Sat Nov 20 23:00:00 2004 Dave Jones
- Reenable VESAfb. (#139982)
- Reenable CMM /proc interface for s390 (#137397)

Fri Nov 19 23:00:00 2004 Dave Jones
- e100: fix improper enabling of interrupts. (#139706)
- autofs4: allow map update recognition
- Various TCP fixes from 2.6.10rc
- Various netlink fixes from 2.6.10rc
- [IPV4]: Do not try to unhash null-netdev nexthops.
- ppc64: Make NUMA map CPU->node before bringing up the CPU (#128063)
- ppc64: sched domains / cpu hotplug cleanup. (#128063)
- ppc64: Add a CPU_DOWN_PREPARE hotplug CPU notifier (#128063)
- ppc64: Register a cpu hotplug notifier to reinitialize the
scheduler domains hierarchy (#128063)
- ppc64: Introduce CPU_DOWN_FAILED notifier (#128063)
- ppc64: Make arch_destroy_sched_domains() conditional (#128063)
- ppc64: Use CPU_DOWN_FAILED notifier in the sched-domains hotplug code (#128063)
- Various updates to the SCSI midlayer from 2.6.10rc.
- vlan_dev: return 0 on vlan_dev_change_mtu success. (#139760)
- Update Emulex lpfc driver to v8.0.13
- Fix problem with b44 driver and 4g/4g patch. (#118165)
- Prevent oops when loading aic79xx on machine without hardware. (#125982)
- Use correct spinlock functions in token ring net code. (#135462)
- scsi: Add reset ioctl capability to ULDs
- scsi: update ips driver to 7.10.18
- Reenable ACPI hotplug driver. (#139976, #140130, #132691)

Wed Nov 17 23:00:00 2004 Dave Jones
- Implement an RCU scheme for the SELinux AVC
- Improve on the OOM-killer taming patch.
- device-mapper: Remove duplicate kfree in dm_register_target error path.
- Make SHA1 guard against misaligned accesses
- ASPM workaround for PCIe. (#123360)
- Hot-plug driver updates due to MSI change (#134290)
- Workaround for 80332 IOP hot-plug problem (#139041)
- ExpressCard hot-plug support for ICH6M (#131800)
- Fix boot crash on VIA systems (noted on x86-64)
- PPC64: Store correct backtracking info in ppc64 signal frames
- PPC64: Prevent HVSI from oopsing on hangup (#137912)
- Fix poor performance b/c of noncacheable mapping in 4g/4g (#130842)
- Fix PCI-X hotplug issues (#132852, #134290)
- Re-export force_sig() (#139503)
- Various fixes for more security issues from latest -ac patch.

Tue Nov 16 23:00:00 2004 Dave Jones
- Fix d_find_alias brokenness (#137791)
- tg3: Fix fiber hw autoneg bounces (#138738)
- diskdump: Fix issue with NMI watchdog. (#138041)
- diskdump: Export disk_dump_state. (#138132)
- diskdump: Tickle NMI watchdog in diskdump_mdelay() (#138036)
- diskdump: Fix mem= for x86-64 (#138139)
- diskdump: Fix missing system_state setting. (#138130)
- diskdump: Fix diskdump completion message (#138028)
- Re-add aic host raid support.
- Take a few more export removal patches from 2.6.10rc
- SATA: Make AHCI work
- SATA: Core updates.
- S390: Fix Incorrect registers in core dumps. (#138206)
- S390: Fix up lcs device state. (#131167)
- S390: Fix possible qeth IP registration failure.
- S390: Support broadcast on z800/z900 HiperSockets
- S390: Allow FCP port to recover after aborted nameserver request.
- Flush error in pci_mmcfg_write (#129338)
- hugetlb_get_unmapped_area fix (#135364, #129525)
- Fix ia64 cyclone timer on ia64 (#137842, #136684)
- Fix ipv6 MTU calculation. (#130397)
- ACPI: Don\'t display messages about ACPI breakpoints. (#135856)
- Fix x86_64 copy_user_generic (#135655)
- lockd: remove hardcoded maximum NLM cookie length
- Fix SCSI bounce limit

Mon Nov 15 23:00:00 2004 Dave Jones
- Disable polling mode on hotplug controllers in favour of interrupt driven. (#138737)

Sat Nov 13 23:00:00 2004 Dave Jones
- Drop some bogus patches.

Thu Nov 11 23:00:00 2004 Dave Jones
- NFS: Fix dentry refcount accounting error
- Make sure that modules get signed with the right key.
- Remove SG_IO deprecation warning (#136179)
- s390: Fix fake_ll for qeth device. (#136175)
- s390: User process executing in wrong address-space mode
- s390: zfcp: Kernel stack frame for zfcp_cfdc_dev_ioctl() is too big
- s390: Use slab allocator for DASD I/O pages.
- PPC64: HVSI udbg support
- PPC64: Make HVSI console survive FSP reset
- PPC64: Make PCI hostbridge hotplugging work
- PPC64: Fix IBM VSCSI problems (#138124)

Wed Nov 10 23:00:00 2004 Dave Jones
- Fix single-stepping on PPC64
- Integrate kernel-devel changes

Tue Nov 9 23:00:00 2004 Dave Jones
- SELinux: netif fixes.
- SELinux: add DAC check to setxattr() hook.
- SELinux: sidtab locking fix.
- SELinux: mediate send_sigurg().
- SELinux: fix setscheduler hook deadlock.
- ide-floppy: Supresses error messages resulting from Medium not present

Mon Nov 8 23:00:00 2004 Dave Jones
- Various IA64 updates from 2.6.10rc1
- nfsd: make sure getxattr inode op is non-NULL before calling it.

Thu Nov 4 23:00:00 2004 Dave Jones
- Handle NULL dev->dev_addr in SIOCGIFHWADDR correctly. (#137648)
- Fix NFSD domainname size limit.
- nfsd4: nfsd oopsed when encountering a conflict with a local lock
- nfsd4: fix putrootfh return
- nfsd: Insecure port warning shows decimal IPv4 address
- Disable sw irqbalance/irqaffinity for e7520/e7320/e7525 (#136419)
- RAID1 failover hang fix (#136485)
- Add MODULE_VERSION to ixgb driver. (#136399, #137911)

Tue Nov 2 23:00:00 2004 Dave Jones
- Fix exec-shield non-PIE/non-prelinked bug.
- ext3 reservations: fix goal hit accounting.
- Fix problems with non-power-of-two sector size discs. (#135094)
- Fix possible oops in netpoll (#132153)
- Add missing MODULE_VERSION tags to various modules. (#136399)
- Add USB card reader de jour. (#124048)

Mon Nov 1 23:00:00 2004 Dave Jones
- Fix memory leak on x86-64 in mixed 32/64 mode. (#132947)
- Yet another USB card reader for the whitelist. (#137722)
- Remove a bunch of exports that went away in 2.6.10rc1.

Sat Oct 30 00:00:00 2004 Dave Jones
- Stop E820 entries in zero page getting corrupted by EDID info. (#137510)
- Fix raid5 oops (#127862)
- Remove the possibility of some false OOM kills. (#131251)

Wed Oct 27 00:00:00 2004 Dave Jones
- Add Intel wireless drivers for Centrino chipsets.

Tue Oct 26 00:00:00 2004 Dave Jones
- Add more USB card readers to SCSI whitelist (#131546, #132923)

Sun Oct 24 00:00:00 2004 Dave Jones
- Disable CONFIG_SCHED_SMT for iseries.

Sat Oct 23 00:00:00 2004 Dave Jones
- Fix PPC NUMA (#130716).
- Fix autoraid for S390 (#123842/#130339)
- Selected bits from 2.6.9-ac3
- Fix syncppp/async ppp problems with new hangup
- Fix broken parport_pc unload
- Stop i8xx_tco making some boxes reboot on load
- Fix cpia/module tools deadlock
- Security fix for smbfs leak/overrun

Fri Oct 22 00:00:00 2004 Dave Jones
- Misc security fixes from 2.6.9-ac2

Thu Oct 21 00:00:00 2004 Dave Jones
- Fix ia64 module loading (#136365)
- Enable CONFIG_PACK_STACK for s390.

Wed Oct 20 00:00:00 2004 Dave Jones
- Fix NFS badness (#132726)
- Enable discontigmem for PPC64
- Disable a bunch of irrelevant options for PPC64
- Drop bogus USB workaround. (#131127)

Tue Oct 19 00:00:00 2004 Dave Jones
- Rebase to 2.6.9
- Speedtouch USB DSL modem driver update.
- Cleanup some iseries config options.

Sat Oct 16 00:00:00 2004 Dave Jones
- 2.6.9-rc4-bk3
- Fix up a bunch of unresolved symbols that crept in recently.
- Remove bogus O_NONBLOCK patch which broke lots of userspace.
- Fix booting on PPC64 by reserving initrd pages.

Fri Oct 15 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc4-bk2
- librtas needs to work around the /dev/mem restrictions.
- EXT3 reservations use-before-initialised bugfix.
- Merge Emulex LightPulse FC driver.
- support O_NONBLOCK for read,pread,readv of regular files.
- EDD blows up some x86-64\'s. Disable again.
- Resurrect the hugemem kernel for performance comparisons
between 3G:1G and 4G:4G address space layouts.
All non-hugemem kernels are now 3G userspace layout.

Thu Oct 14 00:00:00 2004 Dave Jones
- Make EDD driver modular on x86-64 too.
- Various mkinitrd spec changes (Jeremy Katz)
- Enable a bunch more PPC64 config options. (Dave Howells)
- Enable ACPI cpufreq driver for x86-64 too.

Wed Oct 13 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc4-bk1
- Tux update.
- Update netdump/diskdump patches
- PowerPC 64 netboot changes.
- Various CONFIG_ option diddling.
- Fix up the find_isa_irq_pin() oops on reboot for x86-64 too.

Tue Oct 12 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc4
- Enable CONFIG_MICROCODE for x86-64

Sat Oct 9 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc3-bk8

Fri Oct 8 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc3-bk7
- Fix up PPC/PPC64 compilation failures due to new binutils. (David Woodhouse)

Thu Oct 7 00:00:00 2004 Dave Jones
- Rebase to 2.6.9-rc3-bk6
- Add xattr support for tmpfs.

Tue Oct 5 00:00:00 2004 Stephen C. Tweedie
- Update ext3 online resize to 2.6.9-rc3-mm2 upstream
- Reenable ext3 online resize in .spec

Wed Sep 29 00:00:00 2004 Jeremy Katz
- add patch from Roland McGrath/James Morris to fix mprotect hook bug (#133505)

Tue Sep 21 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc2-bk5

Fri Sep 17 00:00:00 2004 Arjan van de Ven
- fix tux for x86-64 and ppc64

Wed Sep 15 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc2
- add diskdump

Sat Sep 11 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk17 ; make ppc32 build

Wed Sep 8 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk13

Tue Sep 7 00:00:00 2004 Arjan van de Ven
- disable online resize again
- hopefully fix Quake3 interaction with execshield
- add Alan\'s borken-bios-IRQ workaround patch

Sun Sep 5 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk11

Wed Sep 1 00:00:00 2004 Arjan van de Ven
- fix execshield buglet with legacy binaries
- 2.6.9-rc1-bk7

Tue Aug 31 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk6

Sun Aug 29 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk4, now with i915 DRM driver

Sat Aug 28 00:00:00 2004 Arjan van de Ven
- 2.6.9-rc1-bk2

Tue Aug 24 00:00:00 2004 Arjan van de Ven
- 2.6.8.1-bk2

Sun Aug 22 00:00:00 2004 Arjan van de Ven
- attempt to fix early-udev bug

Sat Aug 14 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc4-bk3
- split execshield up some more

Sat Aug 14 00:00:00 2004 Dave Jones
- Update SCSI whitelist again with some more card readers.

Tue Aug 10 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc3-bk3

Thu Aug 5 00:00:00 2004 Arjan van de Ven
- Add the flex-mmap bits for s390/s390x (Pete Zaitcev)
- Add flex-mmap for x86-64 32 bit emulation
- 2.6.8-rc3

Tue Aug 3 00:00:00 2004 Arjan van de Ven
- Add Rik\'s token trashing control patch

Mon Aug 2 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc2-bk11

Sat Jul 31 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc2-bk8

Thu Jul 29 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc2-bk6
- make a start at splitting up the execshield patchkit

Sat Jul 17 00:00:00 2004 Arjan van de Ven
- ppc32 embedded updates

Fri Jul 16 00:00:00 2004 Arjan van de Ven
- make USB modules again and add Alan\'s real fix for the SMM-meets-USB bug
- 2.6.8-rc1-bk4

Thu Jul 15 00:00:00 2004 Arjan van de Ven
- 2.6.8-rc1-bk3

Wed Jul 14 00:00:00 2004 Arjan van de Ven
- add \"enforcemodulesig\" boot option to make the kernel load signed modules only

Tue Jul 13 00:00:00 2004 Arjan van de Ven
- updated voluntary preempt
- 2.6.8-rc1

Thu Jul 8 00:00:00 2004 Arjan van de Ven
- fix boot breakage that was hitting lots of people (Dave Jones)

Wed Jul 7 00:00:00 2004 Arjan van de Ven
- add voluntary preemption patch from Ingo
- 2.6.7-bk19

Wed Jun 30 00:00:00 2004 Arjan van de Ven
- make a start at gpg signed modules support

Mon Jun 28 00:00:00 2004 Arjan van de Ven
- experiment with making the hardlink call in post more efficient
- 2.6.7-bk9

Fri Jun 25 00:00:00 2004 Arjan van de Ven
- 2.6.7-bk7
- Add wli\'s patch to allocate memory bottom up not top down
- change some config options in the kernel-sourcecode package that are
good for rpm kernel builds but not for custom user builds to more appropriate
default values.
- reenable kernel-sourcecode again for a few builds

Thu Jun 24 00:00:00 2004 Arjan van de Ven
- 2.6.7-bk5
- fix tux unresolved symbols (#126532)

Tue Jun 22 00:00:00 2004 Arjan van de Ven
- make kernel-doc and kernel-sourcecode builds independent of eachother
- disable kernel-sourcecode builds entirely, we\'ll be replacing it with documentation
on how to use the src.rpm instead for building your own kernel.

Sun Jun 20 00:00:00 2004 Arjan van de Ven
- 2.6.7-bk2

Mon Jun 14 00:00:00 2004 Arjan van de Ven
- add patch from DaveM to fix the ppp-keeps-iface-busy bug

Sun Jun 13 00:00:00 2004 Arjan van de Ven
- add fix from Andi Kleen/Linus for the fpu-DoS

Fri Jun 11 00:00:00 2004 Arjan van de Ven
- disable mlock-uses-rlimit patch, it has a security hole and needs more thought
- revert airo driver to the FC2 one since the new one breaks

Wed Jun 9 00:00:00 2004 Dave Jones
- Update to 2.6.7rc3

Sat Jun 5 00:00:00 2004 Arjan van de Ven
- fix the mlock-uses-rlimit patch

Thu Jun 3 00:00:00 2004 David Woodhouse
- Add ppc64 (Mac G5)

Thu Jun 3 00:00:00 2004 Arjan van de Ven
- add a forward port of the mlock-uses-rlimit patch
- add NX support for x86 (Intel, Ingo)

Wed Jun 2 00:00:00 2004 Arjan van de Ven
- refresh ext3 reservation patch

Mon May 31 00:00:00 2004 Arjan van de Ven
- 2.6.7-rc2
- set the ACPI OS name to \"Microsoft Windows XP\" for better compatibility

Fri May 28 00:00:00 2004 Pete Zaitcev
- Fix qeth and zfcp (s390 drivers): align qib by 256, embedded into qdio_irq.

Fri May 28 00:00:00 2004 Dave Jones
- Fix the crashes on boot on Asus P4P800 boards. (#121819)

Thu May 27 00:00:00 2004 Dave Jones
- Lots more updates to the SCSI whitelist for various
USB card readers. (#112778, among others..)

Thu May 27 00:00:00 2004 Arjan van de Ven
- back out ehci suspend/resume patch, it breaks
- add fix for 3c59x-meets-kudzu bug from Alan

Wed May 26 00:00:00 2004 Arjan van de Ven
- try improving suspend/resume by restoring more PCI state
- 2.6.7-rc1-bk1

Tue May 25 00:00:00 2004 Dave Jones
- Add yet another multi-card reader to the whitelist (#85851)

Mon May 24 00:00:00 2004 Dave Jones
- Add another multi-card reader to the whitelist (#124048)

Thu May 20 00:00:00 2004 Arjan van de Ven
- put firewire race fix in (datacorruptor)

Wed May 19 00:00:00 2004 Dave Jones
- Fix typo in ibmtr driver preventing compile (#123391)

Tue May 18 00:00:00 2004 Arjan van de Ven
- update to 2.6.6-bk3
- made kernel-source and kernel-doc noarch.rpm\'s since they are not
architecture specific.

Sun May 9 00:00:00 2004 Arjan van de Ven
- fix non-booting on Transmeta cpus (Peter Anvin)
- fix count leak in message queues

Sat May 8 00:00:00 2004 Arjan van de Ven
- more ide cache flush work
- patch from scsi-bk to fix sd refcounting

Fri May 7 00:00:00 2004 Arjan van de Ven
- some more ide cache flush fixes

Thu May 6 00:00:00 2004 Arjan van de Ven
- fix bug 122504
- convert b44 to ethtool ops (jgarzik)
- make IDE do a cache-flush on shutdown (me/Alan)

Wed May 5 00:00:00 2004 Arjan van de Ven
- work around i810/i830 DRM issue

Sat May 1 00:00:00 2004 Arjan van de Ven
- 2.6.6-rc3-bk1
- make amd64 boot again
- fix vm86-vs-4g4g interaction (Ingo)

Fri Apr 23 00:00:00 2004 Arjan van de Ven
- 2.6.6-rc2

Wed Apr 21 00:00:00 2004 Arjan van de Ven
- add the ext3 online resize patch

Tue Apr 20 00:00:00 2004 Arjan van de Ven
- 2.6.6-rc1-bk3
- add the objrmap vm from the -mm tree; it needs testing

Fri Apr 16 00:00:00 2004 Arjan van de Ven
- 2.6.5-bk2
- disable DISCONTIGMEM on ia64 for performance
- fix sleep_on use in reiserfs (Chris Mason)

Wed Apr 14 00:00:00 2004 Arjan van de Ven
- 2.6.5-mc4
- reenable sg driver for scsi tape changers and such
- the sk98lin driver oopses on module unload, preven that

Tue Apr 13 00:00:00 2004 Arjan van de Ven
- fix \"bad pmd\" bug with patch from Ingo

Sat Apr 10 00:00:00 2004 Arjan van de Ven
- 2.6.5-mc3
- finish up the -mc2 merge
- latest 4g/4g patch from Ingo
- latest execshield patch from Ingo
- fix a few framebuffer bugs

Fri Apr 9 00:00:00 2004 Arjan van de Ven
- first attempt at a 2.6.5-mc2 merge

Fri Apr 9 00:00:00 2004 Dave Jones
- Add in missing SiS AGP fix.

Wed Apr 7 00:00:00 2004 Dave Jones
- More agpgart fixes.

Sat Apr 3 00:00:00 2004 Arjan van de Ven
- fix another 4g/4g-vs-resume bug

Wed Mar 31 00:00:00 2004 Arjan van de Ven
- 2.6.5-rc3
- fix PCI posting bug in i830 DRM

Tue Mar 30 00:00:00 2004 Arjan van de Ven
- 2.6.5-rc2-bk8

Tue Mar 30 00:00:00 2004 Dave Jones
- Include latest agpgart fixes.

Thu Mar 25 23:00:00 2004 Arjan van de Ven
- more DRM fixes
- add the fsync patches from akpm

Tue Mar 23 23:00:00 2004 Arjan van de Ven
- 2.6.5-rc2-bk3
- fix direct userspace memory access in i830 drm driver

Mon Mar 22 23:00:00 2004 Arjan van de Ven
- 2.6.5-rc2-bk2
- some stackbloat reductions from Dave and me

Sat Mar 20 23:00:00 2004 Arjan van de Ven
- 2.6.5-rc2

Tue Mar 16 23:00:00 2004 Dave Jones
- 2.6.5-rc1

Mon Mar 15 23:00:00 2004 Arjan van de Ven
- 2.6.4-bk3
- fix oops in toshiba_acpi (Barry K. Nathan)

Sat Mar 13 23:00:00 2004 Arjan van de Ven
- 2.6.4-bk2 merge

Thu Mar 11 23:00:00 2004 Arjan van de Ven
- renable sonypi driver that was off accidentally
- 2.6.4-final
- fix the oops on alsa module unloads

Wed Mar 10 23:00:00 2004 Arjan van de Ven
- add ppc64/iseries, ppc32 (powermac/ibook) and ia64 architectures
- 2.6.4-rc3

Tue Mar 9 23:00:00 2004 Arjan van de Ven
- 2.6.4-rc2-bk5
- fix nfs-vs-selinux issue
- fix typo in URL as per #117849

Mon Mar 8 23:00:00 2004 Arjan van de Ven
- fix race in lp.c (#117710)
- 2.6.4-rc2-bk3
- attempt to fix S3 suspend-to-ram with 4g/4g split

Sat Mar 6 23:00:00 2004 Arjan van de Ven
- fix reiserfs
- set HZ to 1000 again for some tests

Wed Feb 25 23:00:00 2004 Arjan van de Ven
- merge back a bunch of fedora fixes
- disable audit

Tue Feb 24 23:00:00 2004 Arjan van de Ven
- audit bugfixes
- update tux to a working version
- 2.6.3-bk5 merge

Fri Feb 20 23:00:00 2004 Arjan van de Ven
- re-add and enable the Auditing patch
- switch several cpufreq modules to built in since detecting in userspace
which to use is unpleasant

Fri Jul 4 00:00:00 2003 Arjan van de Ven
- 2.6 start


 
ICM