ChangeSet@1.1515, 2004-01-24 14:06:23-08:00, akpm@osdl.org [PATCH] i8042 timer fix From: Jim Collette There's an exit path in i8042_interrupt() which forgets to rearm the timer. It can make the mouse die when X is started. ChangeSet@1.1498.4.3, 2004-01-24 21:54:48+00:00, rmk@flint.arm.linux.org.uk [SERIAL] Use tty_name() when printing the tty name. ChangeSet@1.1498.4.2, 2004-01-24 21:23:50+00:00, rmk@flint.arm.linux.org.uk [SERIAL] Fix missing NULL check tty->driver_data or state->port may end up being NULL in uart_close. Make sure that we correctly clean up in this case, rather than oopsing. ChangeSet@1.1498.4.1, 2004-01-24 21:07:44+00:00, rmk@flint.arm.linux.org.uk [SERIAL] Eliminate a couple of redundant tests There is no way that tty can be NULL in uart_put_char() and uart_write(). Eliminate these redundant tests. ChangeSet@1.1512, 2004-01-24 16:02:30-05:00, shemminger@osdl.org [PATCH] Make xircom cardbus handle shared irq Current driver doesn't do shared irq properly. When testing on a laptop here irq 3 get shared between pcmcia slot and tty/IRDA ChangeSet@1.1511, 2004-01-24 15:57:20-05:00, hirofumi@mail.parknet.co.jp [netdrvr 8139cp] fix NAPI race Andreas Happe writes: > my notebook (hp/compaq nx7000) still crashes when using 8139cp (runs > rock solid with 8139too driver). The computer just locks up, there is no > dmesg output. This has happened since I've got this laptop (around > november '03). It seems 8139cp.c has the race condition of rx_poll and interrupt. NOTE, since I don't have this device, patch is untested. Sorry. ChangeSet@1.1510, 2004-01-24 12:01:05-08:00, panagiotis.issaris@mech.kuleuven.ac.be [PATCH] Graphire3 support I got a Wacom Graphire3 for my birthday and unfortunately it didn't work. After some playing around, I noticed the 2.6 kernel needs a few small modifications to make it work. This simple patch adds support for the Wacom Graphire 3. ChangeSet@1.1509, 2004-01-24 11:51:17-08:00, torvalds@home.osdl.org Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6 into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1508, 2004-01-24 11:36:50-08:00, akpm@osdl.org [PATCH] request_firmware(): use del_timer_sync() Avoid a possible timer deletion race. ChangeSet@1.1507, 2004-01-24 11:36:41-08:00, akpm@osdl.org [PATCH] The RAW_GETBIND compat_ioctl fails From: James Cross The RAW_GETBIND compatibility ioctl call does convert properly between the 32bit/64bit version of raw_config_request due to a trivial error, and the ioctl call fails. ChangeSet@1.1506, 2004-01-24 11:36:32-08:00, akpm@osdl.org [PATCH] DMI update fix From: Dave Jones Fix typo in the recent 2.4 DMI sync-up. ChangeSet@1.1505, 2004-01-24 11:36:23-08:00, akpm@osdl.org [PATCH] Array overindexing in w9968cf From: Jean Delvare There are 24 members of this array. ChangeSet@1.1504, 2004-01-24 11:36:15-08:00, akpm@osdl.org [PATCH] pdc202xx_new.c: fix PDC20270/1 init on the Xserve Apple machines From: Bartlomiej Zolnierkiewicz From: Benjamin Herrenschmidt Fix initialization of the PDC20270/1 chipsets on the Xserve Apple machines. ChangeSet@1.1503, 2004-01-24 11:36:06-08:00, akpm@osdl.org [PATCH] IDE build fix From: Arkadiusz Miskiewicz Both drivers/ide/legacy and drivers/ide/ppc broke because they can no longer include drivers/ide/timing.h. Fix. (Acked by Bart) ChangeSet@1.1502, 2004-01-24 10:46:55-08:00, ak@suse.de [PATCH] Kconfig fixes for x86-64 x86-64 using drivers/Kconfig requires some minor changes. Mostly to disable drivers that do not work. - Mark paride bpck6 not 64bit clean - Disable I2O on 64bit - Mark PNP dependent on ISA - Mark NSP32 driver as not 64bit clean ChangeSet@1.1501, 2004-01-24 10:46:40-08:00, ak@suse.de [PATCH] x86-64 merge Mainly lots of bug fixes and a few minor features. One change is that it uses drivers/Kconfig now like i386. This requires a few minor changes in outside Kconfig files which I am sending separately. - Tighten/fix some code in NUMA node discovery - Fix oopses in threaded 32bit coredumps and read correct registers. - Merge with 2.6.2rc1 - Sync arch/x86_64/Kconfig with i386. Uses drivers/Kconfig now. - Remove bcopy export - Fix check for signal stack for 32bit signals - Fix bcopy and exit prototypes for gcc 3.4 - Fix asm contraint in usercopy.c for gcc 3.4 - Use rt_sigreturn, not sigreturn for rt sigreturns. - Pass si_fault address to 32bit - Truncate si_error to 16bit in 32bit emulation to match i386 - Move IA32 flag switching for 32bit executables to flush_thread (code copied from ppc64/sparc64) - Print exception trace for strace too, share code. - Default to 3GB address space for a.out executables - Fix security hole in ptrace. Also fixes some problems with 32bit gdb. - Sync mmap address selection algorithm with mm/mmap.c version - Disable a.out coredumps completely - Fix bug in sigaltstack 32bit emulation. Kylix IDE now works. - Move errata 93/BIOS workaround into fault handler. This should work around USB legacy BIOS bugs too, although not completely (we cannot fix faults injected by SMM into user space 64bit processes) - Quieten some unimplemented 32bit syscall warnings and avoid repeated warnings. - Set LDT segment limit correctly (fixes problems with some modify_ldt user) - Remove obsolete ldt rw lock. - Remove sys32_modify_ldt. The standard sys_modify_ldt is equivalent. - Remove traces of old kgdb support - Merge CFI changes from Jim Houston and some other smaller changes The kernel assembly functions are described with dwarf2 unwind information now, which makes it easier for debuggers to make sense of stack backtraces. The code is only enabled with CONFIG_DEBUG_INFO. Note this implies that when you use CONFIG_DEBUG_INFO you may need an binutils update. - defconfig updated - Readd sleep support code (Pavel Machek) - Drop fusion and flush workarounds from IOMMU code - Add iommu=nofullflush option - Rewrite 32bit emulation for siginfo conversion (Joe Korty) - Allow remapping of scatterlists after unmap. This fixes some problems with the SCSI layer retrying previously mapped sg lists when iommu merging was enabled (it's disabled now by default) - Port HPET rtc device emulation code from i386 ChangeSet@1.1498.3.4, 2004-01-24 10:10:03-08:00, yoshfuji@linux-ipv6.org [IPV6]: Fix several comment spelling errors and typos. ChangeSet@1.1498.3.3, 2004-01-24 10:08:59-08:00, jmorris@redhat.com [IPSEC]: Guard against potentially fatal stack usage for auth_data. ChangeSet@1.1498.3.2, 2004-01-24 10:07:26-08:00, bart@samwel.tk [NET]: Return 'unsigned char *' from *skb_pull*() routines. ChangeSet@1.1498.3.1, 2004-01-24 09:59:08-08:00, dlstevens@us.ibm.com [MULTICAST]: multicast loop with include filters fix When sending a multicast and using looping back a copy to the local machine, the interface filter checks can be done before the source address is specified. For an INCLUDE filter, this won't match the allowed sources and the packets won't be delivered locally, even when the ultimate source address chosen is in the allowed list. The patch below fixes the filter checks for both IGMPv3 and MLDv2 to only apply when a source address is available. Thanks to Steven Hessing for reporting the problem and providing a test case for reproducing it. ChangeSet@1.1494.14.4, 2004-01-24 10:03:44-05:00, akpm@osdl.org [PATCH] aha1542 warning fix Fix this: drivers/scsi/aha1542.c:74: warning: unsigned int format, different type arg (arg 5) ChangeSet@1.1494.14.3, 2004-01-24 10:02:35-05:00, jejb@mulgrave.(none) aic7xxx parallel build From: Justin T. Gibbs ChangeSet@1.1494.14.2, 2004-01-24 09:57:02-05:00, jejb@mulgrave.(none) drivers/scsi/Kconfig URL update: resource.cx From: Petri Koistinen ChangeSet@1.1494.14.1, 2004-01-24 09:54:17-05:00, markh@osdl.org [PATCH] Fix for aacraid and high memory on 2.6.1 Here is an update to use pci_set_consistent_dma_mask. But since dma_alloc_coherent uses dma_mask instead of consistent one, I left in setting dma_mask as well until the alloc routine changes. ChangeSet@1.1498.2.11, 2004-01-23 22:46:51-08:00, jt@bougret.hpl.hp.com [IRDA]: Kconfig changes to enable new drivers into the build, from Martin Diehl. ChangeSet@1.1498.2.10, 2004-01-23 22:44:15-08:00, jt@bougret.hpl.hp.com [IRDA]: Add old_belkin-sir driver. From Martin Diehl. * converted for new api from old driver ChangeSet@1.1498.2.9, 2004-01-23 22:43:27-08:00, jt@bougret.hpl.hp.com [IRDA]: Add mcp2120-sir driver. From Martin Diehl. * converted for new api from old driver ChangeSet@1.1498.2.8, 2004-01-23 22:42:34-08:00, jt@bougret.hpl.hp.com [IRDA]: Add ma600-sir driver. From Martin Diehl. * converted for new api from old driver ChangeSet@1.1498.2.7, 2004-01-23 22:41:37-08:00, jt@bougret.hpl.hp.com [IRDA]: Add girbil-sir driver. From Martin Diehl. * converted for new api from old driver ChangeSet@1.1498.2.6, 2004-01-23 22:40:32-08:00, jt@bougret.hpl.hp.com [IRDA]: Add act200l-sir driver. From Martin Diehl. * converted for new api from old driver ChangeSet@1.1498.2.5, 2004-01-23 22:39:09-08:00, jt@bougret.hpl.hp.com [IRDA]: Add litelink-sir driver. From Eugene Crosser. * converted for new api from old driver From Martin Diehl. * convert to de-virtualized sirdev helpers * set dongle to 9600 in case of invalid speed instead leaving it in unknown configuration ChangeSet@1.1498.2.4, 2004-01-23 22:36:26-08:00, jt@bougret.hpl.hp.com [IRDA]: Update tekram-sir driver. From Martin Diehl. * increase default write-delay to 150msec * convert to de-virtualized sirdev helpers ChangeSet@1.1498.2.3, 2004-01-23 22:35:55-08:00, jt@bougret.hpl.hp.com [IRDA]: Update esr-sir driver. From Martin Diehl. * convert to de-virtualized sirdev helpers * add probably missing dongle power-up operation ChangeSet@1.1498.2.2, 2004-01-23 22:35:14-08:00, jt@bougret.hpl.hp.com [IRDA]: Update actisys-sir driver. From Martin Diehl. * convert to de-virtualized sirdev helpers * improve error path during speed change ChangeSet@1.1498.2.1, 2004-01-23 22:34:22-08:00, jt@bougret.hpl.hp.com [IRDA]: Update dongle api. From Martin Diehl. * change dongle api such that raw r/w and modem line helpers are directly called, not virtual callbacks. ChangeSet@1.1498.1.2, 2004-01-23 17:39:20-08:00, hunold@convergence.de [PATCH] Fix up 'linux-dvb' maintainers entry We've created a new e-mail address which is currently an open mailing-list anybody can subscribe to. It's currently watched by the main developers. If spam takes over the list, we might change it to "moderated" or even route it to one single person. ChangeSet@1.1498.1.1, 2004-01-23 17:36:47-08:00, axboe@suse.de [PATCH] remove mt rainier warning A debug printk was left in there by mistake, it'll get printed for every non-mrw drive. So kill it. ChangeSet@1.1494.1.6, 2004-01-23 11:58:16-08:00, bcollins@debian.org [SUNZILOG]: Fix locking in cases where UART layer has grabbed the lock already. ChangeSet@1.1498, 2004-01-23 11:00:26-08:00, akpm@osdl.org [PATCH] Fix CPU hotplug in networking The code directly accessed the "cpucontrol" semaphore used for CPU hotplug. That doesn't work all that well, since the semaphore doesn't even exist on UP. ChangeSet@1.1494.2.119, 2004-01-23 08:41:04-08:00, akpm@osdl.org [PATCH] md: Fix possible hang in raid shutdown. From: NeilBrown If a raid array was syncing on shutdown, it would hang on shutdown, constantly re-entering md_enter_safemade. This fixes it. ChangeSet@1.1494.2.118, 2004-01-23 08:39:54-08:00, torvalds@home.osdl.org Fix up he.c misuse of pci_pool_create() that slipped in. ChangeSet@1.1494.2.117, 2004-01-23 08:23:29-08:00, davej@redhat.com [PATCH] Update post-halloween doc url. I did a s/2.5/2.6/ a while ago, as it made more sense when 2.6 appeared. The old URL will continue to work (symlink to the new file). If I move this again, whack me. ChangeSet@1.1494.2.116, 2004-01-23 08:15:49-08:00, davej@redhat.com [PATCH] DMI updates from 2.4 A lot of the blacklists never made it forward, here's what I found still lying around in my old 2.5 tree when I brought it up to date. I think 2.4 has had more updates since then (and there may be some entries languishing in vendor 2.4 trees), I'll take a peek when I get some spare cycles. ChangeSet@1.1494.2.115, 2004-01-23 08:14:52-08:00, davej@redhat.com [PATCH] logic error in XFS Yet another misplaced ! by the looks.. ChangeSet@1.1494.2.114, 2004-01-23 08:14:09-08:00, davej@redhat.com [PATCH] logic error in radeonfb. Looks like another instance of a ! in the wrong place. ChangeSet@1.1494.2.113, 2004-01-23 08:13:27-08:00, davej@redhat.com [PATCH] Remove useless cruft from ATM HE driver. Echoing changes done in 2.4. (It now has a pci_pool_create backport). ChangeSet@1.1494.2.112, 2004-01-23 08:12:48-08:00, davej@redhat.com [PATCH] Correct CPUs printout on boot. This currently prints out the maximum number of CPUs the kernel is configured to support, instead of the actual number that the kernel brought up. Which results in odd displays that look like you have more CPUs than you do. ChangeSet@1.1494.2.111, 2004-01-23 08:12:09-08:00, davej@redhat.com [PATCH] Reduce stack usage in ttusb driver. ARM_PACKET_SIZE is 4KB. Ouch. ChangeSet@1.1494.2.110, 2004-01-23 08:11:38-08:00, davej@redhat.com [PATCH] Remove unused CONFIG symbol. Grep of the tree only turned up these two uses. ChangeSet@1.1494.2.109, 2004-01-23 08:11:10-08:00, davej@redhat.com [PATCH] logic error in aty128fb Negate the expression not the register seems more sensible? ChangeSet@1.1494.2.108, 2004-01-23 08:10:47-08:00, davej@redhat.com [PATCH] Restore 2.4 MTRR feature. If the CPU doesn't support MTRRs, don't create a /proc/mtrr ChangeSet@1.1494.2.107, 2004-01-23 08:10:25-08:00, davej@redhat.com [PATCH] Reduce stack usage in w9966 driver. 2KB onstack allocation. Nasty. ChangeSet@1.1494.2.106, 2004-01-23 08:10:08-08:00, davej@redhat.com [PATCH] OOSTORE needs MTRR. The centaur CPU init code gets linking errors without it. ChangeSet@1.1494.2.105, 2004-01-23 08:09:56-08:00, davej@redhat.com [PATCH] PCI probing typo ChangeSet@1.1494.2.103, 2004-01-23 08:04:53-08:00, akpm@osdl.org [PATCH] Fix rq_for_each_bio() macro again From: Rusty Russell Looks like an obvious typo. Works fine if "bio" is the name of the iterator. ChangeSet@1.1494.2.102, 2004-01-23 08:04:44-08:00, akpm@osdl.org [PATCH] ppc32: Fixes to the signal context code From: Benjamin Herrenschmidt This patch (which has been in my tree for some time now) does 2 things to the ppc32 signal code: - The new sys_swapcontext() syscall that we added recently (and which is _not_ yet used by glibc, so it's ok to change it slightly at this point, glibc kernel version check will limit us to 2.6.2 or 2.6.3) gets a new context size argument, so we can deal with future context size changes. - When ucontext is get/set/swapped using the above syscall, the TLS (r2) is preserved (it's still saved/restored on signal entry & return though). The equivalent of this patch is already in the ppc64 signal32.c emulation, and it has no effect until glibc is updated to use the new syscall, which should happen soon now, so please apply. ChangeSet@1.1494.2.101, 2004-01-23 08:04:36-08:00, akpm@osdl.org [PATCH] RAID-6 fix for IA-64 From: "H. Peter Anvin" Fix for RAID-6 on IA-64, from Bjorn Helgaas, and verified by me. ChangeSet@1.1494.2.100, 2004-01-23 08:04:26-08:00, akpm@osdl.org [PATCH] LSI Logic MegaRAID3 PCI ID From: Chris Meadors Add a missing PCI ID. ChangeSet@1.1494.13.2, 2004-01-23 16:41:38+11:00, sandeen@sgi.com [XFS] Fix for large allocation groups, so that extent sizes will not overflow pagebuf lengths. SGI Modid: xfs-linux:xfs-kern:164827a ChangeSet@1.1494.13.1, 2004-01-23 16:38:25+11:00, roehrich@sgi.com [XFS] In xfs_bulkstat, we need to do the readahead loop always. SGI Modid: xfs-linux:xfs-kern:164517a ChangeSet@1.1494.1.5, 2004-01-22 17:09:22-05:00, bcollins@debian.org Merge http://linux.bkbits.net/linux-2.5 into debian.org:/usr/src/kernel/sparc-2.6 ChangeSet@1.1494.2.98, 2004-01-22 14:11:46-08:00, mikpe@user.it.uu.se [PATCH] non-integrated local APIC LVTT init compatibility Add back the old i82489DX bits to use timer scaling for the old non-integrated APIC setup. It's possible these bits don't need to be set on i82489DXs, but not having this HW for testing I elected to maintain the old behaviour on these old machines. ChangeSet@1.1494.12.2, 2004-01-22 10:14:37-08:00, rusty@rustcorp.com.au [NET]: Simplify net/flow.c per-cpu handling. The cpu handling in net/core/flow.c is complex: it tries to allocate flow cache as each CPU comes up. It might as well allocate them for each possible CPU at boot. ChangeSet@1.1494.2.97, 2004-01-22 10:08:36-08:00, torvalds@home.osdl.org Fix APIC timer initialization. We used to write fields that were marked RESERVED and that are apparently some old stale timer base. Stop doing that. Verified with Mikael Pettersson, and confirmed to fix ACPI boot-time lockups for a few people. ChangeSet@1.1494.12.1, 2004-01-22 10:04:13-08:00, vnourval@tcs.hut.fi [IPV6]: addrconf_sysctl_forward_strategy() needs to invoke rt6_purge_dflt_routers() too. ChangeSet@1.1494.2.95, 2004-01-22 08:15:37-08:00, akpm@osdl.org [PATCH] ppc64: include i2c in config ppc64 doesn't use drivers/Kconfig (it should) so it needs to include i2c by hand. ChangeSet@1.1494.2.94, 2004-01-22 08:15:28-08:00, akpm@osdl.org [PATCH] ppc64: add missing sched_balance_exec() call From: Anton Blanchard We were missing the sched_balance_exec call. Could explain some NUMA scheduling weirdness we were seeing. ChangeSet@1.1494.2.93, 2004-01-22 08:15:18-08:00, akpm@osdl.org [PATCH] document RAID-6 support in mdadm-1.5.0 From: "H. Peter Anvin" This is purely a doc patch saying RAID-6 support is available in mdadm-1.5.0 and the patch is no longer necessary. ChangeSet@1.1494.2.92, 2004-01-22 08:15:09-08:00, akpm@osdl.org [PATCH] RAID-6 fixes From: "H. Peter Anvin" As expected, when it hit mainline I started getting real bug reports... the attached patch does the following: - Fixes a few x86-64 specific bugs; - Removes MMX and SSE-1 from x86-64 (if we have x86-64 we have SSE-2); - Slightly astracts the integer code to make it easier to add architecture-specific optimizations later (e.g. IA64 once gcc gets better IA64 intrinsics support); - Resurrects the user-space testbench, and makes it not output the known false positive of the D+Q case (D+Q is equivalent to a RAID-5 recovery, so I didn't implement it in the user-space testbench.) ChangeSet@1.1494.2.90, 2004-01-21 22:38:52-08:00, vnourval@tcs.hut.fi [IPV6]: Add and use new 'strict' parameter to ip6_chk_addr(). RFC 2461 requires that the source address of Neighbor Discovery messages is an address assigned to the sending interface. Duplicate Address Detection should also be interface specific. We don't, for example, want a node to DoS itself just because it has two interfaces on the same link and both happen to listen to the same multicast group. If there is a true duplicate on the link, the interface doing DAD will notice it anyway. The attached patch adds a 'strict' parameter to ip6_chk_addr() and ip6_get_ifaddr() to allow link-local protocols like ND and DAD to do strict address checks even on addresses with greater scope than link-local. ChangeSet@1.1494.11.1, 2004-01-21 22:28:56-08:00, davem@nuts.ninka.net [SPARC64]: Add missing sched_balance_exec() to 32-bit compat execve(). ChangeSet@1.1494.2.89, 2004-01-21 22:19:54-08:00, chas@cmf.nrl.navy.mil [ATM]: [horizon] avoid warning about limited range of data type ChangeSet@1.1494.2.88, 2004-01-21 22:18:33-08:00, krkumar@us.ibm.com [IPV6]: Explicity set *dst to NULL at top of ip6_dst_lookup(). ChangeSet@1.1494.2.87, 2004-01-21 22:16:11-08:00, shemminger@osdl.org [IPV6]: More missing sysctl table sentinels in addrconf.c ChangeSet@1.1494.2.86, 2004-01-21 14:14:20-08:00, vnourval@tcs.hut.fi [IPV6]: Fix link-local address check in datagram.c ChangeSet@1.1494.2.85, 2004-01-21 14:13:31-08:00, akpm@osdl.org [NET]: Do not mark dummy_free_one() __exit in dummy.c driver. ChangeSet@1.1494.2.84, 2004-01-21 11:39:53-08:00, trini@kernel.crashing.org [PATCH] Elvis^H^H^H^H^HPaul has left the building > Paul Mackerras: > o sort exception tables And as more proof that Paul is leaving us ppc32 folks, *sniff*, the following is needed for PPC32 to compile: ChangeSet@1.1494.2.83, 2004-01-21 10:32:03-08:00, davej@redhat.com [PATCH] Check for MCE ability before checking registers. Here's a novel idea, check the CPU has machine check capabilities before we start polling registers. I was wondering why my VIA C3 was starting this. Who knows it may solve some of the random crashes I saw there. ChangeSet@1.1494.2.82, 2004-01-21 09:07:20-08:00, kraxel@bytesex.org [PATCH] video4linux driver documentation update This updates / adds documentation for the bttv, saa7134 and cx88 video4linux drivers. ChangeSet@1.1494.2.81, 2004-01-21 09:06:26-08:00, kraxel@bytesex.org [PATCH] selinux build fix trivial one: uses __init and thus needs linux/init.h ChangeSet@1.1494.2.79, 2004-01-21 10:25:16+01:00, dtor_core@ameritech.net input: If we get a byte with timeout or parity flags in psmouse.c, we take the appropriate action. (throw the byte away, reset byte counter, return NAK if acking, and complain). ChangeSet@1.1494.2.78, 2004-01-21 10:21:24+01:00, dtor_core@ameritech.net input: Allow Synaptics packet rate to be controlled by the psmouse_rate= option. ChangeSet@1.1494.9.3, 2004-01-21 00:39:39-08:00, davem@nuts.ninka.net [SPARC64]: Update defconfig. ChangeSet@1.1494.2.77, 2004-01-21 09:29:55+01:00, vojtech@ucw.cz Merge ucw.cz:/home/vojtech/bk/linus into ucw.cz:/home/vojtech/bk/input ChangeSet@1.1494.9.2, 2004-01-21 00:10:44-08:00, davem@nuts.ninka.net [TTUSB]: ttusb_dec.c needs linux/init.h ChangeSet@1.1494.9.1, 2004-01-20 22:28:05-08:00, davem@nuts.ninka.net [SPARC64]: Fix 32-bit execve out_mm error path. Do not pass a NULL mm to mmdrop(). ChangeSet@1.1494.2.75, 2004-01-20 19:38:07-08:00, torvalds@home.osdl.org Linux 2.6.2-rc1 TAG: v2.6.2-rc1