ChangeSet@1.1486.1.6, 2003-10-07 23:54:04-03:00, acme@conectiva.com.br o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree ChangeSet@1.1486.1.5, 2003-10-07 22:56:44-03:00, acme@conectiva.com.br o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLs ChangeSet@1.1498, 2003-10-07 20:52:45-04:00, trond.myklebust@fys.uio.no Clean up the nfs4_stateid and nfs4_verifier typedefs. Convert them into structures ChangeSet@1.1497, 2003-10-07 20:51:33-04:00, trond.myklebust@fys.uio.no NFSv4 state model update - Hierarchy of state attached to nfs4_client in order to simplify state recovery. state_owners hang off nfs4_client, whereas state hangs off both open_owners and the nfs_inode. - Model tries to minimize the number of open_owners on the server by recycling unused open_owners into a pool. - NFSv4 state attached to file->private_data. Previously this was used by credentials (and still is for NFSv2/v3) Abstract out setup/release of struct file and nfs_page structure initialization in order to cope with these conflicting uses of private_data. ChangeSet@1.1486.1.4, 2003-10-07 17:37:50-07:00, torvalds@home.osdl.org Fix up recent net/ipv4/ipconfig.c typo breakage. ChangeSet@1.1486.1.3, 2003-10-07 17:15:30-07:00, acme@conectiva.com.br [PATCH] asus_acpi: don't include modversions.h This fixes asus_acpi.c when doing a modular build ChangeSet@1.1486.1.2, 2003-10-07 14:58:01-07:00, torvalds@home.osdl.org Avoid warnings in uid/gid usage by making the assignment unconditional. Simplify the macros. ChangeSet@1.1486.1.1, 2003-10-07 14:47:20-07:00, rddunlap@osdl.org [PATCH] fix warning in mm/memory for SWAP=n Avoid "statement with no effect" warning by making the macro that doesn't do anything an inline function instead. ChangeSet@1.1496, 2003-10-07 16:02:09-04:00, trond.myklebust@fys.uio.no Simplify NFS synchronous write call interface. Pass a pointer to a filled nfs_write_data struct like we do for asynchronous function calls ChangeSet@1.1495, 2003-10-07 15:59:42-04:00, trond.myklebust@fys.uio.no Simplify the synchronous NFS read call interface by passing a pointer to a filled nfs_read_data structure (the same struct used by the asynchronous function calls) ChangeSet@1.1494, 2003-10-07 15:50:48-04:00, trond.myklebust@fys.uio.no The NFSv4 state model assumes that the client machine identifies itself to the server once and once only. This patch ensures that we do this by sharing the local identifier struct nfs4_client among all mountpoints that talk to the same server/ip address. ChangeSet@1.1493, 2003-10-07 15:46:31-04:00, trond.myklebust@fys.uio.no Rename the struct "nfs4_shareowner". The name was confusing and didn't really relate to any of the RFCs. Replace with the more descriptive "nfs4_state_owner". ChangeSet@1.1492, 2003-10-07 15:43:43-04:00, trond.myklebust@fys.uio.no Clean up the nfs_fhget() function. Have the called pass the superblock as a parameter instead of passing it in the form of a dentry. ChangeSet@1.1491, 2003-10-07 15:40:54-04:00, trond.myklebust@fys.uio.no Fix an Oops in the NFSv4 asynchronous unlink code. The v4 getattr "bitmap" was allocated on the stack. Make it use the bitmaps already allocated for that purpose in the nfs_fattr struct. ChangeSet@1.1490, 2003-10-07 15:37:34-04:00, trond.myklebust@fys.uio.no Increase the NFS readahead so that we at least fill the RPC slot table. ChangeSet@1.1489, 2003-10-07 15:35:49-04:00, trond.myklebust@fys.uio.no Fix up hangs with the upcall mechanism for RPCSEC_GSS and the NFSv4 idmapper. - Correct bugs in idmapper wait code. - Correct layering bugs in RPCSEC_GSS and idmapper - Ensure we advance the file pointer in case of partial reads/writes of a message on the pipes ChangeSet@1.1488, 2003-10-07 15:31:56-04:00, trond.myklebust@fys.uio.no Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call. ChangeSet@1.1487, 2003-10-07 15:30:00-04:00, trond.myklebust@fys.uio.no UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests. This means that we lengthen the window of time during which we accept updates to the RTO estimate if we see an update. Scheme proposed by Brian Mancuso, but it is standard for TCP congestion control implementations. ChangeSet@1.1481.3.15, 2003-10-07 17:52:44+01:00, davej@redhat.com [CPUFREQ] Add VIA Nehemiah scaling ratios. ChangeSet@1.1481.3.14, 2003-10-07 17:48:06+01:00, davej@redhat.com [CPUFREQ] Fix misnaming of VIA Samuel2 CPUs. 670 -> 677 = Samuel 2 678 -> 67f = Ezra ChangeSet@1.1481.3.13, 2003-10-07 17:40:01+01:00, davej@redhat.com [CPUFREQ] cleanup longhaul header file. Group processor tables together correctly. ChangeSet@1.1481.3.12, 2003-10-07 17:35:02+01:00, davej@redhat.com [CPUFREQ] Ratio table renames longhaul3/c3m -> ezrat ChangeSet@1.1481.3.11, 2003-10-07 17:32:43+01:00, davej@redhat.com [CPUFREQ] More ratio table renames. longhaul2 -> ezra ChangeSet@1.1481.3.10, 2003-10-07 17:31:15+01:00, davej@redhat.com [CPUFREQ] Document early samuel2 ratios. Preemptively stop some good intentioned janitor coming along and "fixing a typo". ChangeSet@1.1481.3.9, 2003-10-07 17:29:05+01:00, davej@redhat.com [CPUFREQ] Rename longhaul frequency tables. longhaul1 -> samuel1 ChangeSet@1.1481.3.8, 2003-10-07 17:23:34+01:00, davej@redhat.com [CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver. The current tables we had have been confirmed as safe by VIA. ChangeSet@1.1481.3.7, 2003-10-07 17:19:10+01:00, davej@redhat.com [CPUFREQ] Fix documentation pathname typos. Spotted by Pavel Machek. ChangeSet@1.1481.3.6, 2003-10-07 17:15:48+01:00, davej@redhat.com [CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix. Hand-applying simple diffs considered harmful. ChangeSet@1.1481.2.9, 2003-10-07 09:15:15-07:00, chyang@clusterfs.com [PATCH] InterMezzo maintainence patch I have tested these patches and can atteste that they work. - rwhron@earthlink.net: include cleanup of fs/intermezzo - kdw@neowiz.com: memory leakage problem,race condition report - Domen Puncer: Use list_for_each() where applicable - Chen Yang: include file modification for more platforms to compile intermezzo fix an oops problem ChangeSet@1.1481.3.5, 2003-10-07 17:11:49+01:00, davej@redhat.com [CPUFREQ] powernow-k8 Namespace cleanups. More bits from Pavel. drv_* in oopses is pretty uninformative. ChangeSet@1.1481.3.4, 2003-10-07 17:05:02+01:00, davej@redhat.com [CPUFREQ] find_closest_fid() can be static. Spotted by Pavel Machek. ChangeSet@1.1481.3.3, 2003-10-07 16:58:35+01:00, davej@redhat.com [CPUFREQ] update URL. ChangeSet@1.1481.3.2, 2003-10-07 16:48:38+01:00, davej@redhat.com [CPUFREQ] fix up the invalid usage of pol->policy in drv_init() also mark it with a warning in drv_verify() From Dominik. ChangeSet@1.1481.3.1, 2003-10-07 16:46:15+01:00, davej@redhat.com [CPUFREQ] powernow-k8 isn't using cpufreq table helpers yet. It's also pretty new, so mark it as experimental for the time being. ChangeSet@1.1481.1.21, 2003-10-07 08:32:54-07:00, ja@ssi.bg [IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared. ChangeSet@1.1481.1.20, 2003-10-07 08:31:08-07:00, shemminger@osdl.org [IRDA]: Fix spinlock badness in last dongle changes. ChangeSet@1.1481.1.19, 2003-10-07 08:26:12-07:00, shemminger@osdl.org [IRDA]: Fix BUG() in irlmp seq file code. ChangeSet@1.1481.1.18, 2003-10-07 08:25:15-07:00, davem@nuts.ninka.net [NET]: Size hh_cache->hh_data[] properly. ChangeSet@1.1481.1.17, 2003-10-07 07:56:33-07:00, vandrove@vc.cvut.cz [IPV4]: Fix deadlock on ip_mc_list->lock ChangeSet@1.1481.2.8, 2003-10-07 07:55:59-07:00, ak@colin2.muc.de [PATCH] Fix x86-64 signal FPU saving bug Don't overwrite FPU state unconditionally in init_fpu. The child == current check is probably not needed, it's just paranoia. ChangeSet@1.1481.2.7, 2003-10-07 07:54:56-07:00, jack@ucw.cz [PATCH] Quota bugfix This should fix a problem with used-bytes counter overflow in old quota format. ChangeSet@1.1481.2.6, 2003-10-07 07:54:27-07:00, kraxel@bytesex.org [PATCH] saa7134 driver update This pdates the saa7134 driver. It depends on the videobuf patch. Changes: * add support for mplex mpeg2 encoder cards (new saa6752hs module). * tv card list updates. * adapt to videobuf changes. * better sysfs support. ChangeSet@1.1481.1.16, 2003-10-07 07:54:23-07:00, lcapitulino@prefeitura.sp.gov.br [IPV4]: Fix route.c build warning when procfs is disabled. ChangeSet@1.1481.2.5, 2003-10-07 07:54:02-07:00, kraxel@bytesex.org [PATCH] v4l: saa7146 driver update This adapts the saa7146 driver to the videobuf changes ChangeSet@1.1481.2.4, 2003-10-07 07:53:45-07:00, kraxel@bytesex.org [PATCH] v4l: bttv driver update This updates the bttv driver. It depends on the videobuf patch. * usual tv card list updates. * sysfs adaptions. * new, experimental i2c adapter code for bt878 chips (not used by default yet). * various minor fixes. ChangeSet@1.1481.2.3, 2003-10-07 07:53:35-07:00, kraxel@bytesex.org [PATCH] v4l: videobuf update This updates the videobuf module used by the bttv, saa7134 and saa7146 drivers. Changes: * adds support for overlays (i.e. PCI-PCI DMA transfers). * adds support for userspace DMA. * fixes bug in the read() helper function (catch I/O errors). ChangeSet@1.1481.2.2, 2003-10-07 07:53:26-07:00, akpm@osdl.org [PATCH] fix ia64 core dump code From: Roland Turner Fixes a BUG which occurs when an ia64 application tries to dump core. ChangeSet@1.1481.2.1, 2003-10-07 07:53:17-07:00, roland@redhat.com [PATCH] remove unused `locks' field from task_struct This field is used nowhere; I had it commented out in my "make allyesconfig" build and nothing complained. ChangeSet@1.1481.1.15, 2003-10-07 07:51:41-07:00, herbert@gondor.apana.org.au [NETLINK]: netlink.h needs types.h ChangeSet@1.1481.1.14, 2003-10-07 07:50:47-07:00, vinay.nallamothu@gsecone.com [X25]: Use mod_timer(), add missing sock locking to x25_accept(). ChangeSet@1.1481.1.13, 2003-10-07 07:49:25-07:00, rddunlap@osdl.org [ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan . ChangeSet@1.1481.1.12, 2003-10-07 07:48:49-07:00, rddunlap@osdl.org [COSA]: schedule_timeout() sets curr_state, from Alexey Dobriyan . ChangeSet@1.1481.1.11, 2003-10-07 07:48:10-07:00, rddunlap@osdl.org [NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan . ChangeSet@1.1481.1.10, 2003-10-07 07:46:40-07:00, ja@ssi.bg [IPVS]: remove some unused fields from the protocols ChangeSet@1.1481.1.9, 2003-10-07 07:44:21-07:00, jan.oravec@6com.sk [IPV6]: Deactivate timers properly in ipv6_mc_destroy_dev(). ChangeSet@1.1481.1.8, 2003-10-07 06:27:28-07:00, davem@nuts.ninka.net [NET]: Delete support for old-style protocols, no longer necessary. ChangeSet@1.1481.1.7, 2003-10-07 05:00:16-07:00, davem@nuts.ninka.net [NETLINK]: Set socket error on netlink_ack() allocation failure. ChangeSet@1.1481.1.6, 2003-10-07 04:00:23-07:00, davem@nuts.ninka.net [NET]: Add missing skb_share_check() calls to econet/bpqether/lapbether/ipconfig. ChangeSet@1.1481.1.5, 2003-10-07 03:40:52-07:00, davem@nuts.ninka.net [X25]: Fix to be PKT_CAN_SHARE_SKB. ChangeSet@1.1481.1.4, 2003-10-07 03:16:24-07:00, davem@nuts.ninka.net [IPV4]: Fix ipconfig to be PKT_CAN_SHARE_SKB. ChangeSet@1.1481.1.3, 2003-10-07 02:58:15-07:00, davem@nuts.ninka.net [LAPB]: Fix packet handlers to be PKT_CAN_SHARE_SKB. ChangeSet@1.1481.1.2, 2003-10-07 02:40:33-07:00, davem@nuts.ninka.net [BPQETHER]: Fix packet handler to be PKT_CAN_SHARE_SKB. ChangeSet@1.1481.1.1, 2003-10-07 02:12:26-07:00, davem@nuts.ninka.net [ECONET]: Fix packet handler to be PKT_CAN_SHARE_SKB. ChangeSet@1.1483, 2003-10-07 01:41:37-07:00, davem@nuts.ninka.net [SPARC64]: Clean up uid16 usage just like x86_64 did. ChangeSet@1.1482, 2003-10-07 01:19:41-07:00, ebrower@usa.net [SPARC64]: Fix kernel_thread() return value check in envctrl.c ChangeSet@1.1480, 2003-10-06 15:15:45-07:00, ak@muc.de [PATCH] cpufreq for x86-64 Reuses the i386 cpufreq code and add an notifier to the x86-64 timer code to track frequency changes. All previous criticism of earlier patches should be addressed: - it doesn't touch i386 now - Doesn't include the ACPI P states driver anymore following brodo's request. Also fix a typo in the last version. ChangeSet@1.1479, 2003-10-06 15:15:36-07:00, ak@muc.de [PATCH] UID16 fixes This fixes CONFIG_UID16 problems on x86-64 as discussed earlier. CONFIG_UID16 now only selects the inclusion of kernel/uid16.c, all conversions are triggered dynamically based on type sizes. This allows x86-64 to both include uid16.c for emulation purposes, but not truncate uids to 16bit in sys_newstat. - Replace the old macros from linux/highuid.h with new SET_UID/SET_GID macros that do type checking. Based on Linus' proposal. - Fix everybody to use them. - Clean up some cruft in the x86-64 32bit emulation allowed by this (other 32bit emulations could be cleaned too, but I'm too lazy for that right now) - Add one missing EOVERFLOW check in x86-64 32bit sys_newstat while I was at it. ChangeSet@1.1458.1.1, 2003-10-06 22:58:45+01:00, bjorn.helgaas@com.rmk.(none) [Serial] Fix warnings in 8250_acpi Patch from Bjorn Helgaas. Lastest changes in 8250_acpi.c produce warnings about type mismatch in printk. ChangeSet@1.1478, 2003-10-06 14:52:43-07:00, levon@movementarian.org [PATCH] fix warning with CONFIG_PROFILING=y Needs a forward declaration of struct pt_regs ChangeSet@1.1477, 2003-10-06 11:02:22-07:00, hirofumi@mail.parknet.co.jp [PATCH] lib/parser: Not recognize nul string as "%s" (6/6) Current match_token recognize "foo=" as "foo=%s". So this change the nul string does not recognize as "%s". ChangeSet@1.1476, 2003-10-06 11:02:14-07:00, hirofumi@mail.parknet.co.jp [PATCH] lib/parser: Use "%u" instead "%d" (5/6) If original code uses the following, opts->value = simple_strtoul(value, &value, 0); if (*value) return error; It doesn't recognize negative value. So option format should use "%u". ChangeSet@1.1475, 2003-10-06 11:02:04-07:00, hirofumi@mail.parknet.co.jp [PATCH] Fix cleanup option of fat (4/6) This is just misc cleanup of fat option. ChangeSet@1.1474, 2003-10-06 11:01:55-07:00, hirofumi@mail.parknet.co.jp [PATCH] Fix unrecognized option of fat (3/6) vfat doesn't recognize the msdos option. Also msdos doesn't recognize vfat option. And this separates fat/vfat/msdos option structures. I think this looks more good as document. ChangeSet@1.1473, 2003-10-06 11:01:47-07:00, hirofumi@mail.parknet.co.jp [PATCH] use ->d_lock instead of dcache_lock in vfat_revalidate (2/6) This uses more fine granularity ->d_lock than ->dcache_lock for ->d_parent with d_move() race. ChangeSet@1.1472, 2003-10-06 11:01:37-07:00, hirofumi@mail.parknet.co.jp [PATCH] VFAT: ->i_[cam]time cleanups (1/6) From René Scharfe there's one call to strncpy() in vfat that really should be a memcpy(). The source, msdos_name, is a space-filled char array, not a NUL-terminated string. The rest of the patch eliminates duplicate occurencies of the CURRENT_TIME macro inside functions. This shrinks vfat.o by a few bytes. ChangeSet@1.1471, 2003-10-06 08:18:43-07:00, rmk@arm.linux.org.uk [PATCH] Fix sysrq-t free stack output It seems that we're attempting to work out the free stack size using two unrelated pointers for the lowest address of the stack. Fix this to use the correct pointer. ChangeSet@1.1469, 2003-10-06 08:06:13-07:00, axboe@suse.de [PATCH] check copy_from_user return value in sony535 From: Felipe W Damasio Found by smatch. ChangeSet@1.1468, 2003-10-06 08:00:20-07:00, ak@muc.de [PATCH] Remove outdated URLs from x86-64 Kconfig Remove outdated URLs from the x86-64 Kconfig. Originally from the trivial patch monkey / Petri Koistinen ChangeSet@1.1467, 2003-10-06 08:00:12-07:00, ak@muc.de [PATCH] Fix linux32 personality on x86-64 Make linux32 ... on x86-64 to do proper uname emulation again. Also changes i386 to i686 because that's more near the truth. ChangeSet@1.1466, 2003-10-06 07:48:14-07:00, schwidefsky@de.ibm.com [PATCH] s390 (7/7): zfcp host adapter. The zfcp scsi host adapater. ChangeSet@1.1465, 2003-10-06 07:47:39-07:00, schwidefsky@de.ibm.com [PATCH] s390 (6/7): qeth driver. - Remove read, write and data device pointers from card structure. Use ccw group array to get the device pointers. ChangeSet@1.1464, 2003-10-06 07:47:13-07:00, schwidefsky@de.ibm.com [PATCH] s390 (5/7): iucv driver. - Add dummy release function to iucv bus. ChangeSet@1.1463, 2003-10-06 07:46:51-07:00, schwidefsky@de.ibm.com [PATCH] s390 (4/7): ctc driver. Kernel Janitors: remove unnecessary calls to verify_area. ChangeSet@1.1462, 2003-10-06 07:46:26-07:00, schwidefsky@de.ibm.com [PATCH] s390 (3/7): dasd driver. - Remove dynamic allocation of major numbers. Just use static major 94. - Use bus_id instead of device number where possible. - Don't check open_count in dasd_generic_set_offline. ChangeSet@1.1461, 2003-10-06 07:46:11-07:00, schwidefsky@de.ibm.com [PATCH] s390 (2/7): common i/o layer. - Remove atomic_read hack to test for presence of ccw device directory. - Add dummy release function to channel path object and cu3088 group devices. - Don't rely on the chaining bit of the channel report word. - Don't call schedule while holding a lock in read_dev_chars/read_conf_data. ChangeSet@1.1460, 2003-10-06 07:45:58-07:00, schwidefsky@de.ibm.com [PATCH] s390 (1/7): base patch. - Makefile fix: default make target builds the kernel image. - Add export statement for cpcmd. - Add tgkill system call. - Reserve system call number for vserver. ChangeSet@1.1459, 2003-10-06 07:44:15-07:00, Achim_Leubner@adaptec.com [PATCH] gdth driver update - Maintainers email address and copyright messages updated - Scanning for EISA and ISA controllers disabled due to a resource conflict with the Adaptec aic driver - Switch "probe_eisa_isa" added to give the possibility to enable the EISA/ISA scan if required - Driver version increased to 2.08 ChangeSet@1.1451.1.8, 2003-10-06 22:05:16+10:00, paulus@samba.org PPC32: Update defconfigs ChangeSet@1.1451.1.7, 2003-10-06 20:07:45+10:00, paulus@samba.org PPC32: Make 4 the default for CONFIG_NR_CPUS on PPC32. ChangeSet@1.1451.1.6, 2003-10-06 18:41:06+10:00, paulus@samba.org PPC32: Add hook for Mac-on-Linux to use exception vector 0x2f00. ChangeSet@1.1451.1.5, 2003-10-06 18:39:15+10:00, paulus@samba.org PPC32: Reformat bits of include/asm-ppc/uaccess.h. ChangeSet@1.1458, 2003-10-05 22:44:33-07:00, acme@conectiva.com.br [PATCH] Fix another misfiled module symbol export idle_cpu had the same botched move from kernel/ksyms.c to kernel/sched.c that __wake_up_sync() had. ChangeSet@1.1457, 2003-10-05 22:30:02-07:00, rddunlap@osdl.org [PATCH] janitor: schedule_timeout sets curr->state (arm) From: Alexey Dobriyan Don't set process state to TASK_RUNNING after a schedule_timeout(), since there's no way we will return from the scheduler if we're not running. ChangeSet@1.1456, 2003-10-05 22:14:10-07:00, torvalds@home.osdl.org Fix __wake_up_sync() module export. It hadn't been correcly moved from kernel/ksyms.c to kernel/sched.c. Noted by Richard Henderson ChangeSet@1.1451.1.3, 2003-10-05 15:04:40-07:00, torvalds@home.osdl.org Fix PCMCIA cut-and-paste cs.c bug introduced by the recent update. The socket is "s", not "skt". ChangeSet@1.1451.2.4, 2003-10-05 14:07:23-07:00, torvalds@home.osdl.org Merge bk://bk.arm.linux.org.uk/linux-2.6-serial into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1451.2.3, 2003-10-05 21:58:04+01:00, bjorn.helgaas@com.rmk.(none) [SERIAL] removing legacy UART cruft I'm trying to remove all the legacy UART cruft from ia64. In theory we should be able to discover all UARTs on ia64 via ACPI and PCI enumeration, so we shouldn't need SERIAL_PORT_DFNS. But SERIAL_PORT_DFNS currently does two things: 1) it tells you about legacy devices you can't discover via a standard enumeration method, and 2) it sizes old_serial_port[], which determines UART_NR, which is the maximum number of ports the driver will support So here's a proposal to make SERIAL_PORT_DFNS optional and provide another mechanism for configuring the number of ports to support. ChangeSet@1.1451.5.1, 2003-10-05 13:57:58-07:00, torvalds@home.osdl.org Use "select" instead of "depends on" to select GAMEPORT support automatically for the sound drivers that require it. This is a low less confusing than telling people that they need to enable gameport support in order to listen to sound. ChangeSet@1.1451.2.2, 2003-10-05 21:54:13+01:00, bjorn.helgaas@com.rmk.(none) [SERIAL] remove unused RS_TABLE definitions Patch from Bjorn Helgaas. RS_TABLE is defined by lots of architectures, but only referenced in arch/{mips,ppc}. This patch removes most of the unused definitions from 2.6. ChangeSet@1.1451.3.44, 2003-10-05 12:39:42-07:00, davem@nuts.ninka.net [SPARC64]: Kill stray task->tty reference in Solaris module. ChangeSet@1.1451.3.43, 2003-10-05 11:42:37-07:00, hunold@convergence.de [PATCH] Update V4L2 "Hexium" driver This updates my two Video4Linux-2 drivers for the "Hexium Gemini" and "Hexium Orion" cards. It adds the long missing input handling for the "Gemini" card and removes the annoying compile time warning about unused structures. - remove various hexium header files, put all driver relevant informations into the drivers. these informations are not needed anywhere else. - fix driver names in information printk()s - fix device initialization for Hexium Gemini cards - add input switching for Hexium Gemini cards - fix all remaining "fixme"s ChangeSet@1.1451.3.42, 2003-10-05 11:42:27-07:00, ak@muc.de [PATCH] Fix x86-64 compilation Make x86-64 compile again. ChangeSet@1.1451.3.41, 2003-10-05 11:42:19-07:00, ak@muc.de [PATCH] Fix -Wdeclaration-after-statement warnings for x86-64 Fix warnings on compilers that support -Wdeclaration-after-statement in the x86-64 specific code. x86-64 was happily using ISO-C99 code before because it only uses gcc 3+ which is ISO-C99 compliant, but unfortunately this warning was added in the top level Makefile. From Bryan O'Sullivan. ChangeSet@1.1451.3.40, 2003-10-05 11:42:12-07:00, ak@muc.de [PATCH] Reserve vserver syscall for x86-64 Reserve vserver syscall on x86-64 too. ChangeSet@1.1451.3.39, 2003-10-05 11:33:48-07:00, trivial@rustcorp.com.au [PATCH] Documentation_Changes visual cleanup From: Marcel Sebek ChangeSet@1.1451.3.38, 2003-10-05 11:33:39-07:00, trivial@rustcorp.com.au [PATCH] Christoph Hellwig no longer works at Caldera From: Adrian Bunk (Acked by Christoph Hellwig ) ChangeSet@1.1451.3.37, 2003-10-05 11:33:31-07:00, trivial@rustcorp.com.au [PATCH] unused variable in drivers_char_isicom.c From: krishnakumar@naturesoft.net ChangeSet@1.1451.3.36, 2003-10-05 11:33:22-07:00, trivial@rustcorp.com.au [PATCH] Small cleanups for input From: Pavel Machek ChangeSet@1.1451.3.35, 2003-10-05 11:33:15-07:00, trivial@rustcorp.com.au [PATCH] 2 spelling patches in helps From: Maciej Soltysiak ChangeSet@1.1451.3.34, 2003-10-05 11:33:07-07:00, trivial@rustcorp.com.au [PATCH] HISAX_SEDLBAUER_CS needs HISAX_SEDLBAUER From: Adrian Bunk ChangeSet@1.1451.3.33, 2003-10-05 11:32:59-07:00, trivial@rustcorp.com.au [PATCH] Change list_emtpy() to take a const pointer From: "Perez-Gonzalez, Inaky" ChangeSet@1.1451.3.32, 2003-10-05 11:32:49-07:00, trivial@rustcorp.com.au [PATCH] ISDN PCBIT: fix nonmodular compile From: Adrian Bunk ChangeSet@1.1451.3.31, 2003-10-05 11:32:41-07:00, trivial@rustcorp.com.au [PATCH] drivers_cpufreq_Kconfig URL update From: Petri Koistinen ChangeSet@1.1451.3.30, 2003-10-05 11:32:33-07:00, trivial@rustcorp.com.au [PATCH] unused variable in drivers_char_esp.c From: krishnakumar@naturesoft.net ChangeSet@1.1451.3.29, 2003-10-05 11:32:24-07:00, trivial@rustcorp.com.au [PATCH] Get rid of magic numbers in fs From: Scharfe ChangeSet@1.1451.3.28, 2003-10-05 11:32:15-07:00, trivial@rustcorp.com.au [PATCH] update Kanoj Sarcar email address in docs From: Ed L Cashin (Acked by Kanoj Sarcar ) ChangeSet@1.1451.3.27, 2003-10-05 11:32:07-07:00, trivial@rustcorp.com.au [PATCH] Bugzilla bug # 993 - Documenation_Changes still reads 2.5 From: Josef Jeff Sipek ChangeSet@1.1451.3.26, 2003-10-05 11:31:58-07:00, trivial@rustcorp.com.au [PATCH] [PATCH ac97_plugin_ad1980.c: warning fix From: Vinay K Nallamothu ChangeSet@1.1451.3.25, 2003-10-05 11:31:50-07:00, rusty@rustcorp.com.au [PATCH] More modules.txt removals From: Nicolas Kaiser ChangeSet@1.1451.3.24, 2003-10-05 11:31:42-07:00, trivial@rustcorp.com.au [PATCH] irq_affinity_write_proc no longer writes garbage into irq proc entries From: ChangeSet@1.1451.3.23, 2003-10-05 11:31:34-07:00, trivial@rustcorp.com.au [PATCH] Fix comment in parse_hex_value From: (Acked by William Lee Irwin III ) ChangeSet@1.1451.3.22, 2003-10-05 11:31:25-07:00, trivial@rustcorp.com.au [PATCH] Update for Documentation_binfmt_misc-document From: "ismail (cartman) donmez" ChangeSet@1.1451.3.21, 2003-10-05 11:31:16-07:00, trivial@rustcorp.com.au [PATCH] drivers_ide_Kconfig URL updates From: Petri Koistinen ChangeSet@1.1451.3.20, 2003-10-05 11:31:09-07:00, trivial@rustcorp.com.au [PATCH] sysv_hash() is cleanups From: Scharfe The sysvfs code was confusing. Rewrite it to be readable, and use the existing VFS helper for recalculating the hash instead of doing it all by hand. ChangeSet@1.1451.3.19, 2003-10-05 11:31:00-07:00, trivial@rustcorp.com.au [PATCH] drivers_media_Kconfig URL update From: Petri Koistinen ChangeSet@1.1451.3.18, 2003-10-05 11:30:51-07:00, trivial@rustcorp.com.au [PATCH] hlist constification From: Mitchell Blank Jr Make some more of the hlist functions accept constant arguments. ChangeSet@1.1451.3.17, 2003-10-05 11:30:43-07:00, trivial@rustcorp.com.au [PATCH] kconfig language doc r.e. ---help--- From: Stewart Smith Document "---help---" tag in Kconfig (Acked by Roman Zippel ) ChangeSet@1.1451.3.16, 2003-10-05 11:30:35-07:00, trivial@rustcorp.com.au [PATCH] Documentation_vm_hugetlbfs.txt cleanup From: Maciej Soltysiak This changes the hugetlbfs examples actually being possible to compile. errno is being used while it's not included. (Acked by William Lee Irwin III ) ChangeSet@1.1451.3.15, 2003-10-05 11:30:26-07:00, trivial@rustcorp.com.au [PATCH] correct number of CPUs in Kconfig help file From: Marcel Sebek (Acked by William Lee Irwin III ) ChangeSet@1.1451.3.14, 2003-10-05 11:30:18-07:00, trivial@rustcorp.com.au [PATCH] Fix Linux 2.5 -> Linux 2.6 From: Holger Schurig ChangeSet@1.1451.3.13, 2003-10-05 11:30:10-07:00, trivial@rustcorp.com.au [PATCH] Add hint on sysrq on some keyboards From: Pavel Machek ChangeSet@1.1451.3.12, 2003-10-05 11:30:02-07:00, trivial@rustcorp.com.au [PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5 From: Josef Jeff Sipek ChangeSet@1.1451.3.11, 2003-10-05 11:29:54-07:00, trivial@rustcorp.com.au [PATCH] Rearrange error handling in fs_pipe.c a bit From: Scharfe clean up the error handling in pipefs a little bit, shrinking pipe.o by whopping 4 bytes! :) ChangeSet@1.1451.3.10, 2003-10-05 11:29:46-07:00, trivial@rustcorp.com.au [PATCH] Obvious sched doc fix From: Mitchell Blank Jr Obvious typo fix for the scheduler docs (Acked by Ingo) ChangeSet@1.1451.3.9, 2003-10-05 11:29:38-07:00, trivial@rustcorp.com.au [PATCH] Remove racy check_mem_region() call from pcbit_drv.c From: Bob Miller Removed the check_mem_region() call and replaced with request_mem_region(). ChangeSet@1.1451.3.8, 2003-10-05 11:29:29-07:00, trivial@rustcorp.com.au [PATCH] Remove extra #includes From: Tom Rini This removes two extra #includes of . Nothing in either of these files require . ChangeSet@1.1451.3.7, 2003-10-05 11:29:21-07:00, trivial@rustcorp.com.au [PATCH] Use mod_timer in net_wanrouter_af_wanpipe.c From: Vinay K Nallamothu ChangeSet@1.1451.3.6, 2003-10-05 11:29:12-07:00, trivial@rustcorp.com.au [PATCH] Bugzilla bug # 267 - scripts_ver_linux fix From: Jeff Sipek ChangeSet@1.1451.4.18, 2003-10-05 11:04:28-07:00, akpm@osdl.org [PATCH] fix pte_chain leak in do_no_page() From: "V. Rajesh" Fix a rare pte_chain memory leak in do_no_page() ChangeSet@1.1451.4.17, 2003-10-05 11:04:20-07:00, akpm@osdl.org [PATCH] fix "compat ioctl consolidation" for "move job A little fix which is needed if both the "compat ioctl consolidation" and "move job control fields from task_struct to signal_struct" patches are applied. ChangeSet@1.1451.4.16, 2003-10-05 11:04:11-07:00, akpm@osdl.org [PATCH] move job control fields from task_struct to From: Roland McGrath This patch completes what was started with the `process_group' accessor function, moving all the job control-related fields from task_struct into signal_struct and using process_foo accessor functions to read them. All these things are per-process in POSIX, none per-thread. Off hand it's hard to come up with the hairy MT scenarios in which the existing code would do insane things, but trust me, they're there. At any rate, all the uses being done via inline accessor functions now has got to be all good. I did a "make allyesconfig" build and caught the few random drivers and whatnot that referred to these fields. I was surprised to find how few references to ->tty there really were to fix up. I'm sure there will be a few more fixups needed in non-x86 code. The only actual testing of a running kernel with these patches I've done is on my normal minimal x86 config. Everything works fine as it did before as far as I can tell. One issue that may be of concern is the lack of any locking on multiple threads diddling these fields. I don't think it really matters, though there might be some obscure races that could produce inconsistent job control results. Nothing shattering, I'm sure; probably only something like a multi-threaded program calling setsid while its other threads do tty i/o, which never happens in reality. This is the same situation we get by using ->group_leader->foo without other synchronization, which seemed to be the trend and noone was worried about it. ChangeSet@1.1451.4.15, 2003-10-05 11:04:02-07:00, akpm@osdl.org [PATCH] cpufreq sysfs oops fix From: Dominik Brodowski Fix an ordering problem whcih was causing cpufreq oopses in sysfs. ChangeSet@1.1451.4.14, 2003-10-05 11:03:53-07:00, akpm@osdl.org [PATCH] dscc4 driver fixes From: Francois Romieu - dscc4_release_ring() must not appear in dscc4_{open/close} as the rings are allocated/freed in dscc4_{found1/free1}; - more elegant handling of return status in dscc4_found1(). ChangeSet@1.1451.4.13, 2003-10-05 11:03:45-07:00, akpm@osdl.org [PATCH] ext3 block allocator locking fix When the BKL was removed from ext3 we lost locking coverage for get_block()-versus-get_block(). Nobody seems to have hit the race because get_block() almost always runs under i_sem: only memory pressure-based writeout over a file hole runs outside i_sem. ext2 uses the dedicated i_meta_lock spinlock in the inode to provide the needed locking. But ext3 already has an rwsem around all the get_block() activity to protect it from truncate-related races. So this patch just converts that rwsem into a semaphore, so concurrent get_block() can never occur. This will be more efficient than adding the new spinlock. We lose the ability to have two threads run get_block() against the same file at the same time but again, that only happens during pageout over a hole anyway. (Kudos Alex Tomas for noticing the bug) ChangeSet@1.1451.4.12, 2003-10-05 11:03:36-07:00, akpm@osdl.org [PATCH] EISA_bus cleanup From: Marc Zyngier , Christoph Hellwig I'd like to kill willy's CONFIG_EISA_ALWAYS kludge. So make EISA_bus a variable always when CONFIG_EISA is set and initialize it to 1 for alpha. We probably want to do that only if the system actually supports eisa, but I keep the old behaviour for now. ChangeSet@1.1451.4.11, 2003-10-05 11:03:26-07:00, akpm@osdl.org [PATCH] kernel documentation fixes From: Michael Still The patch squelches build errors in the kernel-doc make targets by adding documentation to arguements previously not documented, and updating the argument names where they have changed. ChangeSet@1.1451.4.10, 2003-10-05 11:03:17-07:00, akpm@osdl.org [PATCH] /proc/sys/auxv From: Roland McGrath This was supposed to be part of the recent mm_struct.saved_auxv[] patch. The /proc addition is half the reason for the patch, and the more important one (letting you debug live processes, while NT_AUXV in core dumps lets you debug dead ones). The patch below was supposed to be part of the original. ChangeSet@1.1451.4.9, 2003-10-05 11:03:09-07:00, akpm@osdl.org [PATCH] document the macro for translating PROT_ to VM_ bits From: Muli Ben-Yehuda Shed some much-needed light. ChangeSet@1.1451.4.8, 2003-10-05 11:03:00-07:00, akpm@osdl.org [PATCH] compat ioctl consolidation From: Arun Sharma , kevin.tian@intel.com Move a whole bunch of filesystem ioctl conversion functions out of per-arch files and into fs/compat_ioctl.c It moves linux32_dirent to compat.h and renames it as compat_dirent. linux32_dirent has been eliminated from ia64. Other archs should do the same. We'll leave old_linux_dirent32 as is, since it seems to be arch specific (ia64 doesn't use it for example). ChangeSet@1.1451.4.7, 2003-10-05 11:02:51-07:00, akpm@osdl.org [PATCH] node enumeration fixes From: Matthew Dobson Here's a small update to the numnodes fix that went into -mm3. The biggest changes are: 1) move the actual NODES_SHIFT and MAX_NUMNODES definitions into linux/numa.h and include this in linux/mmzone.h, instead of being directly in linux/mmzone.h. This allows other files to include *just* the NUMNODES stuff w/out grabbing all of mmzone.h. 2) pull NODE_SHIFT out of linux/mm.h. This isn't used anywhere in the kernel, and it will only get confused with NODES_SHIFT. 3) Fix the IA64 patch. The original patch I had sent out hadn't been tested on IA64. It was mostly right, but there were circular dependencies. All better now, and acked by Jesse. 4) In linux/mmzone.h, insert code to define MAX_NODES_SHIFT based on the size of unsigned long. For 64-bit arches, we can have a much larger value. This allows IA64 to have 100's or 1000's of nodes. MAX_NODES_SHIFT is defined as 10 (ie: 1024 nodes) for 64-bit for now, although it could likely be much larger. For 32-bit it is 6 (ie: 64 nodes). 5) Small cleanup in include/asm-arm/memory.h. Mostly the result of the new linux/numa.h file. Much cleaner and more readable now. ChangeSet@1.1451.4.6, 2003-10-05 11:02:42-07:00, akpm@osdl.org [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [5/5] From: Matthew Dobson Fix up the ia64 arch. ChangeSet@1.1451.4.5, 2003-10-05 11:02:34-07:00, akpm@osdl.org [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [4/5] From: Matthew Dobson Fix up the arm arch. This needs to be reviewed. Relatively straightforward replacement of NR_NODES with standard MAX_NUMNODES. ChangeSet@1.1451.4.4, 2003-10-05 11:02:25-07:00, akpm@osdl.org [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [3/5] From: Matthew Dobson Fix up the sh arch. sh defined NR_NODES, change sh to use standard MAX_NUMNODES instead. ChangeSet@1.1451.4.3, 2003-10-05 11:02:01-07:00, akpm@osdl.org [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [2/5] From: Matthew Dobson Remove MAX_NR_NODES. This value is only used in a couple of places, and it's incorrectly used in all those places as far as I can tell. Replace with MAX_NUMNODES. Create MAX_NODES_SHIFT and use this value to check NODES_SHIFT is appropriate. A possible future patch should make MAX_NODES_SHIFT vary based on 32 vs. 64 bit archs. ChangeSet@1.1451.4.2, 2003-10-05 11:01:50-07:00, akpm@osdl.org [PATCH] Clean up MAX_NR_NODES/NUMNODES/etc. [1/5] From: Matthew Dobson This starts a series of cleanups against the way in which the various architectures specify the number of nodes and memory zones. We end up supporting up to 1024 memory zones on ia64, which is a recent requirement. Has been tested on ia32, ia64 (UMA), ppa64 (UMA) and NUMAQ. Make sure MAX_NUMNODES is defined in one and only one place. Remove superfluous definitions. Instead of defining MAX_NUMNODES in asm/numnodes.h, we define NODES_SHIFT there. Then in linux/mmzone.h we turn that NODES_SHIFT value into MAX_NUMNODES. ChangeSet@1.1451.4.1, 2003-10-05 11:01:16-07:00, akpm@osdl.org [PATCH] boot-time selectable log buffer size From: Andrea Arcangeli Allow the printk log buffer size to be selected with a __setup parameter, `log_buf_len=N', where N must be a power-of-two. The default, initial statically allocated buffer size is still determined via kernel config. ChangeSet@1.1451.3.4, 2003-10-05 07:54:02-07:00, acme@conectiva.com.br [NET]: asm-parisc/checksum.h needs linux/in6.h ChangeSet@1.1451.3.3, 2003-10-05 07:51:11-07:00, wensong@linux-vs.org [IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop ChangeSet@1.1451.3.2, 2003-10-05 05:20:59-07:00, ja@ssi.bg [IPVS]: Properly handle non-linear skbs. Most of the changes come from Paul `Rusty' Russell. Now we modify the skbs only for IPVS packets. ChangeSet@1.1451.3.1, 2003-10-05 05:18:38-07:00, petri.koistinen@iki.fi [CRYPTO]: Kconfig URL updates. ChangeSet@1.1453, 2003-10-05 11:22:49+01:00, rmk@flint.arm.linux.org.uk [ARM] Ensure BK file modes allow others to read. ChangeSet@1.1452, 2003-10-05 10:03:26+01:00, src@flint.arm.linux.org.uk [ARM] Fix badly placed writeback/invalidation fixes. ChangeSet@1.1448.2.14, 2003-10-04 18:00:26-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] remove PDC-ADMA placeholders They do not contain any real code. ChangeSet@1.1448.2.13, 2003-10-04 17:58:52-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] slc90e66: kill dummy init_dma_slc90e66() ChangeSet@1.1448.2.12, 2003-10-04 17:57:54-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] sis5513: kill dummy init_dma_sis5513() ChangeSet@1.1448.2.11, 2003-10-04 17:57:07-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] siimage: kill dummy init_dma_siimage() ChangeSet@1.1448.2.10, 2003-10-04 17:56:25-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] sc1200: kill dummy init_dma_sc1200() ChangeSet@1.1448.2.9, 2003-10-04 17:55:48-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] piix: kill dummy init_dma_piix() ChangeSet@1.1448.2.8, 2003-10-04 17:55:11-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] pdc202xx_new: kill dummy init_dma_pdc202new() ChangeSet@1.1448.2.7, 2003-10-04 17:54:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] opti621: kill dummy init_dma_opti621() ChangeSet@1.1448.2.6, 2003-10-04 17:54:09-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] ns87415: kill dummy init_dma_ns87415() ChangeSet@1.1448.2.5, 2003-10-04 17:53:41-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] it8172: kill dummy init_dma_it8172() ChangeSet@1.1448.2.4, 2003-10-04 17:53:21-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] hpt34x: kill dummy init_dma_hpt34x() ChangeSet@1.1448.2.3, 2003-10-04 17:53:02-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] generic: kill dummy init_dma_generic() ChangeSet@1.1448.2.2, 2003-10-04 17:52:49-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] cs5530: kill dummy init_dma_cs5530() ChangeSet@1.1448.2.1, 2003-10-04 17:52:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] cmd64x: kill dummy init_dma_cmd64x() ChangeSet@1.1450, 2003-10-04 16:35:36-07:00, davem@nuts.ninka.net [SPARC64]: Update defconfig. ChangeSet@1.1342.22.16, 2003-10-04 22:59:33+01:00, rmk@flint.arm.linux.org.uk Merge ChangeSet@1.1420.1.14, 2003-10-04 14:58:08-07:00, shemminger@osdl.org [IRDA]: old_belkin dongle module conversion. ChangeSet@1.1420.1.13, 2003-10-04 14:57:49-07:00, shemminger@osdl.org [IRDA]: mcp2120 dongle module conversion. ChangeSet@1.1420.1.12, 2003-10-04 14:57:31-07:00, shemminger@osdl.org [IRDA]: ma600 dongle module conversion. ChangeSet@1.1420.1.11, 2003-10-04 14:57:12-07:00, shemminger@osdl.org [IRDA]: litelink dongle module conversion. ChangeSet@1.1420.1.10, 2003-10-04 14:56:50-07:00, shemminger@osdl.org [IRDA]: girbil dongle module conversion. ChangeSet@1.1420.1.9, 2003-10-04 14:56:20-07:00, shemminger@osdl.org [IRDA]: esi dongle module conversion. ChangeSet@1.1420.1.8, 2003-10-04 14:55:59-07:00, shemminger@osdl.org [IRDA]: ep7211_ir dongle module conversion. ChangeSet@1.1420.1.7, 2003-10-04 14:55:39-07:00, shemminger@osdl.org [IRDA]: actisys dongle module conversion. ChangeSet@1.1420.1.6, 2003-10-04 14:55:19-07:00, shemminger@osdl.org [IRDA]: act200l dongle module conversion. ChangeSet@1.1420.1.5, 2003-10-04 14:54:54-07:00, shemminger@osdl.org [IRDA]: Tekram dongle module conversion. ChangeSet@1.1420.2.3, 2003-10-04 14:42:19-07:00, davem@nuts.ninka.net [SPARC]: Reserve syscall slot for VSERVER. ChangeSet@1.1420.2.2, 2003-10-04 14:36:28-07:00, sheilds@msrl.com [SPARC64]: Fix typo in bbc_envctrl.c ChangeSet@1.1420.2.1, 2003-10-04 14:25:28-07:00, shields@msrl.com [SPARC64]: Fix watchdog on CP1500/Netra-t1. ChangeSet@1.1420.1.4, 2003-10-04 14:21:04-07:00, shemminger@osdl.org [IRDA]: Missing header file change from dongle owner changes. ChangeSet@1.1267.75.2, 2003-10-04 21:59:41+01:00, nico@org.rmk.(none) [ARM PATCH] 1660/1: misc PXA/Lubbock fixes Patch from Nicolas Pitre ChangeSet@1.1342.22.15, 2003-10-04 21:49:47+01:00, robin.farine@ch.rmk.(none) [ARM PATCH] 1675/1: remove definitions of non-implemented system calls from include/asm-arm/unistd.h Patch from Robin Farine Remove the definitions of system call numbers from include/asm-arm/unistd.h for which the corresponding vector in arch/arm/kernel/calls.S points to sys_ni_syscall. Since the new glibc (2.3.2) implements some of the system call wrapper functions based on the presence or absence of such definitions, only implemented system calls should have a corresponding __NR_xyz preprocessor symbol in unistd.h. ChangeSet@1.1342.22.14, 2003-10-04 21:46:52+01:00, dsaxena@com.rmk.(none) [ARM PATCH] 1624/1: BE support for io-readsl-armv4.S, io-reads-armv4.S, io-writesw-armv4.S Patch from Deepak Saxena ChangeSet@1.1267.75.1, 2003-10-04 21:35:39+01:00, nico@org.rmk.(none) [ARM PATCH] 1674/1: better ARM division routines Patch from Nicolas Pitre Here's my rewrite of the ARM division routines: - take advantage of the clz instruction on ARMv5+ - simpler and faster code for modulo routines - fast path for power of 2 divisors - other miscellaneous optimizations This code has already been merged into gcc-3.4. ChangeSet@1.1448, 2003-10-04 12:51:09-07:00, hunold@convergence.de [PATCH] DVB: MAINTAINERS, CREDITS, ioctl-number.txt updates - MAINTAINERS: - add the LinuxTV.org project as the DVB driver maintainer - add me as the saa7146 v4l2 driver maintainer - CREDITS: add me as the saa7146 v4l2 driver author - Documentation/ioctl-number.txt: - remove bogus reference to Linux DVD API, which never really existed - remove bogus referenc to Philips saa7146 driver, which never came to life ChangeSet@1.1447, 2003-10-04 12:00:24-07:00, akpm@osdl.org [PATCH] more raw driver minor numbers From: Badari Pulavarty Since we have larger dev_t now, here is the patch to support large number of RAW devices. The userlevel command "raw" also needs changes to use this support - which in turn needs new glibc. ChangeSet@1.1446, 2003-10-04 11:56:41-07:00, akpm@osdl.org [PATCH] fix skb leak This reverts a broken part of the recent "Consolidate skb delivery" patch. It was doing an extra increment of skb->users, causing machine death after just a few seconds of NFS activity. ChangeSet@1.1445, 2003-10-04 11:25:30-07:00, dan@reactivated.net [PATCH] (2.6.0-test6-bk) DocBook: Kernel-api build fix Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed. The kernel-api DocBook docs still refer to this file, and because this file is gone, "make htmldocs" and similar fails. This just removes the reference and so fixes this docbook problem. ChangeSet@1.1444, 2003-10-04 11:25:20-07:00, mikpe@csd.uu.se [PATCH] fix drivers/char/misc.c module autoloading breakage drivers/char/misc.c was changed to use the common list macros instead of its own list code. The first open does load the module and increment its use count, but a bug causes a failure to be reported anyway. This causes an error return to user-space where there is none, and makes the module non-unloadable. Fixed like this. ChangeSet@1.1342.22.13, 2003-10-04 17:58:38+01:00, rmk@flint.arm.linux.org.uk [ARM] Update Integrator IRQ decoding. This takes account of the other IRQ changes, and makes the interrupt decoding more efficient. ChangeSet@1.1342.22.12, 2003-10-04 17:03:11+01:00, rmk@flint.arm.linux.org.uk [ARM] Add sysdev model for Integrator/AP. ChangeSet@1.1342.22.11, 2003-10-04 16:52:57+01:00, rmk@flint.arm.linux.org.uk [ARM] Move Integrator flash map to driver model. Since we want to support multiple platforms, we also move the Integrator flash driver over to the driver model. ChangeSet@1.1342.22.10, 2003-10-04 15:11:52+01:00, rmk@flint.arm.linux.org.uk [ARM] Clean up Integrator interrupt number definitions. This allows us to expand the interrupt numbers on the primary interrupt controller. ChangeSet@1.1342.22.9, 2003-10-04 14:38:32+01:00, rmk@flint.arm.linux.org.uk [ARM] Prepare Integrator support code for multiple machine support. Split Integrator/AP and Integrator/PP2 specific support from the Integrator core code. ChangeSet@1.1342.22.8, 2003-10-04 13:09:44+01:00, rmk@flint.arm.linux.org.uk [ARM] Make die() more correct. Use 'tsk' when accessing comm and pid members. Use regs->ARM_sp not regs + 1 for base of stack dump. ChangeSet@1.1342.22.7, 2003-10-04 11:38:39+01:00, rmk@flint.arm.linux.org.uk [ARM] Make ARM use Pat's generic PM suspend to RAM support Hook the PXA and SA11x0 platform core power into the generic PM core. Add support for freezing userspace processes. Make our apm emulation call the generic PM suspend to memory infrastructure. ChangeSet@1.1342.22.6, 2003-10-04 11:16:04+01:00, rmk@flint.arm.linux.org.uk [ARM] leds.c, being so basic, needs linux/compiler.h linux/init.h doesn't include linux/compiler.h, but needs some definitions (the __attribute_unused__ stuff) from compiler.h. Since this affects only two files, we include linux/compiler.h directly into the affected files. ChangeSet@1.1342.22.5, 2003-10-04 10:50:21+01:00, rmk@flint.arm.linux.org.uk [ARM] Add system device for LEDs. This allows us to make the suspend/resume handling local to the LEDs code itself, rather than being scattered in several files. ChangeSet@1.1342.22.4, 2003-10-04 10:34:40+01:00, rmk@flint.arm.linux.org.uk [ARM] Add ARMv5TEJ to processor architecture list. ChangeSet@1.1342.22.3, 2003-10-04 10:27:57+01:00, rmk@flint.arm.linux.org.uk [ARM] Remove redundant include of net/bluetooth/Kconfig ChangeSet@1.1342.22.2, 2003-10-04 10:22:54+01:00, rmk@flint.arm.linux.org.uk [ARM] Select decompressor mmu handling based upon the architecture IDs. ChangeSet@1.1420.1.3, 2003-10-03 23:12:23-07:00, rddunlap@osdl.org [NET]: Remove verify_area() in net/wan/sbni (from domen@coderock.org) ChangeSet@1.1420.1.2, 2003-10-03 23:02:36-07:00, shemminger@osdl.org [IRDA]: Dongle module owner support. ChangeSet@1.1420.1.1, 2003-10-03 22:59:23-07:00, shemminger@osdl.org [NET]: syncppp needs to pullup headers. ChangeSet@1.1443, 2003-10-03 22:34:48-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (acpi) From: rwhron@earthlink.net ChangeSet@1.1442, 2003-10-03 22:34:40-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (drivers/video) From: Randy Hron ChangeSet@1.1441, 2003-10-03 22:34:32-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (telephony) From: Randy Hron ChangeSet@1.1440, 2003-10-03 22:34:23-07:00, rddunlap@osdl.org [PATCH] janitor: saa7146_register_extension (ci) failure report From: Daniele - On saa7146_register_extension failure report back its return code ChangeSet@1.1439, 2003-10-03 22:34:15-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (cdrom) From: Randy Hron Remove unneeded include of version.h. ChangeSet@1.1438, 2003-10-03 22:34:06-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (drivers/media) From: Randy Hron version.h cleanup and remove duplicate #includes. ChangeSet@1.1437, 2003-10-03 22:33:57-07:00, rddunlap@osdl.org [PATCH] janitor: fix for not CONFIG_PROC_FS From: Luiz Capitulino Fix cmipci.c warnings: unused variable `entry', `snd_cmipci_proc_read' defined but not used ChangeSet@1.1436, 2003-10-03 22:33:49-07:00, rddunlap@osdl.org [PATCH] janitor: Audit copy_to_user (ttusb) From: Daniele - Audit copy_to_user in drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c ChangeSet@1.1435, 2003-10-03 22:33:40-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (wireless/arlan) From: rwhron@earthlink.net Remove unneeded version.h include ChangeSet@1.1434, 2003-10-03 22:33:31-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (oss/dmasound) From: Randy Hron ChangeSet@1.1433, 2003-10-03 22:33:22-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (media/video) From: Randy Hron ChangeSet@1.1432, 2003-10-03 22:33:13-07:00, rddunlap@osdl.org [PATCH] janitor: saa7146_register_extension failure report (ttpci) From: Daniele - On saa7146_register_extension failure report back its return code ChangeSet@1.1431, 2003-10-03 22:33:04-07:00, rddunlap@osdl.org [PATCH] janitor: cpqarray for !CONFIG_PROC_FS From: Luiz Capitulino Fix cpqarray.c warnings: `proc_array' and `ida_proc_get_info' defined but not used ida_proc_get_info() is only called when CONFIG_PROC_FS=y. ChangeSet@1.1430, 2003-10-03 22:32:56-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (mtd) From: Randy Hron version.h cleanup and duplicate #includes removed. ChangeSet@1.1429, 2003-10-03 22:32:47-07:00, rddunlap@osdl.org [PATCH] janitor: init_nfsd() error handling From: Daniele Bellucci This is a little register_filesystem audit for nfsd. ChangeSet@1.1428, 2003-10-03 22:32:39-07:00, rddunlap@osdl.org [PATCH] janitor: convert strtok to strsep (sound/oss) From: maximilian attems convert two missed strtok to strsep (sound/oss) ChangeSet@1.1427, 2003-10-03 22:32:30-07:00, rddunlap@osdl.org [PATCH] janitor: saa7146_register_extension failure report back its From: Daniele - On saa7146_register_extension failure report back its return code ChangeSet@1.1426, 2003-10-03 22:32:22-07:00, rddunlap@osdl.org [PATCH] janitor: fix toshiba for !CONFIG_PROC_FS From: Luiz Capitulino Fix warning in drivers/char/toshiba.c: `tosh_get_info' defined but not used ChangeSet@1.1425, 2003-10-03 22:32:13-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (drivers/char) From: Randy Hron Cleanup of version.h in drivers/char plus a few in include/linux that are used in drivers/char. Duplicate #includes removed. ChangeSet@1.1424, 2003-10-03 22:32:04-07:00, rddunlap@osdl.org [PATCH] janitor: cleanup includes (sound/oss) From: Randy Hron ChangeSet@1.1423, 2003-10-03 22:31:55-07:00, rddunlap@osdl.org [PATCH] janitor: opl3sa2 cleanups/checker From: Daniele - remove unneeded block of code in opl3sa3_mixer_ioctl - remove unused function opl3sa3_set_wide - From Stanford Checker: /home/junfeng/linux-tainted/sound/oss/opl3sa2.c:539:opl3sa3_mixer_ioctl: ERROR:TAINTED:53 9:539: dereferencing tainted ptr 'arg' ..fixed user space pointer referce too on ioctl functions ChangeSet@1.1422, 2003-10-03 22:31:46-07:00, rddunlap@osdl.org [PATCH] janitor: Audit av7110_ir_init From: Daniele - Audit av7110_ir_init - On saa7146_register_extension failure report back its return code ChangeSet@1.1421, 2003-10-03 22:31:36-07:00, rddunlap@osdl.org [PATCH] janitor: fix cciss for !CONFIG_PROC_FS From: Luiz Capitulino Fix a warning about 'proc_cciss' and `cciss_proc_get_info' defined but not used. They are only called when CONFIG_PROC_FS=y. ChangeSet@1.1418.2.22, 2003-10-03 16:40:49-07:00, greg@kroah.com [PATCH] USB: fix up some non-GPL friendly license wording. Keyspan/InnoSys approved this change. ChangeSet@1.1418.2.21, 2003-10-03 16:22:11-07:00, greg@kroah.com [PATCH] USB: port keyspan patch from 2.4 to 2.6 Original patch from lucy@innosys.com Changes include: Add support for new USA19H(s) USB Serial Adapter Improve handing of config/control messages for all devices Note that the new adapter doesn't currently require a firmware download. We will add support for re-programming the eeprom with updated firmware when new firmware is required. ChangeSet@1.1418.4.5, 2003-10-03 15:18:06-07:00, lcapitulino@prefeitura.sp.gov.br [PATCH] USB: fix drivers/usb/host/uhci-debug.c warning when !CONFIG_PROC_FS. I'm getting this when compiling USB with all options enabled: drivers/usb/host/uhci-debug.c:417: warning: `uhci_sprint_schedule' defined but not used my suggestion is to put under the #ifdef/#endif the functions which are only used by the proc ones too. If one of them become necessary when CONFIG_PROC_FS=n, the #ifdef/#endif for that function can be removed: ChangeSet@1.1418.4.4, 2003-10-03 15:16:45-07:00, dan@reactivated.net [PATCH] USB brlvger: Debug code fixes When compiling this driver with WRITE_DEBUG defined (for extra debug output), gcc outputs warnings for three similar printf statements. The specifier in each printf statement is not totally correct. This patch removes these warnings. ChangeSet@1.1418.4.3, 2003-10-03 15:16:30-07:00, elenstev@mesatop.com [PATCH] USB: remove reference to modules.txt in drivers/usb/input/Kconfig This patch removes the reference to Documentation/modules.txt, which has been removed. The patch was made against the current 2.6-bk tree. ChangeSet@1.1418.1.5, 2003-10-03 17:10:31-05:00, lord@sgi.com [XFS] small cleanup SGI Modid: 2.5.x-xfs:slinx:159477a ChangeSet@1.1418.4.2, 2003-10-03 14:49:02-07:00, greg@kroah.com [PATCH] USB: convert usbfs to use new fs parser code. ChangeSet@1.1418.2.19, 2003-10-03 14:45:18-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] small cleanup for AMD/nVidia IDE driver ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_amd74xx(), init_dma_amd74xx() and amd74xx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove amd_enabled variable and now unnecessary init_dma_amd74xx(). Also do not set .init_{iops, dma} to NULL in amd74xx.h (amd74xx_chipsets[] is declared static). Bump driver's version number to reflect changes. Almost identical to the previous VIA case. ChangeSet@1.1418.2.18, 2003-10-03 14:45:10-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update pdc4030 driver - common pdc4030_init() for built-in and module - kill init_pdc4030() and enable_promise_support flag (no longer needed) - minor cleanups ChangeSet@1.1418.2.17, 2003-10-03 14:43:32-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] small cleanup for VIA IDE driver ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_via82cxxx(), init_dma_via82cxxx() and via82cxxx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove via_enabled variable and now unnecessary init_dma_via82cxx(). Also do not set .init_{iops, dma} to NULL in via82cxxx.h (via82cxxx_chipsets[] is declared static). Bump driver's version number to reflect changes. Acked by Vojtech ChangeSet@1.1418.2.16, 2003-10-03 14:17:11-07:00, roland@redhat.com [PATCH] fix vsyscall page in core dumps My change to core dumps that was included with the vsyscall DSO implementation had a bug (braino on my part). Core dumps don't include the full page of the vsyscall DSO, and so don't accurately represent the whole memory image of the process. This patch fixes it. I have tested it on x86, but not tested the same change to 32-bit core dumps on AMD64 (haven't even compiled on AMD64). I've also included the corresponding change for the IA64 code that was copied blindly from the x86 vsyscall implementation, which looks like more change than it is since I preserved the formatting of the copied code instead of arbitrarily diddling it along with the trivial symbol name changes. I haven't compiled or tested on ia64. ChangeSet@1.1418.1.4, 2003-10-03 10:37:23-05:00, lord@sgi.com [XFS] Code cleanup SGI Modid: 2.5.x-xfs:slinx:159439b ChangeSet@1.1418.1.3, 2003-10-03 10:29:00-05:00, lord@jen.americas.sgi.com [XFS] Code cleanup SGI Modid: 2.5.x-xfs:slinx:159439a ChangeSet@1.1418.3.3, 2003-10-03 07:26:22-07:00, davem@nuts.ninka.net [SPARC64]: vmap/vunmap cache flushing need not do anything. We do though need an I-cache flush on spitfire chips when doing a module load. Happily this allows us to kill off flush_cache_all() from sparc64. ChangeSet@1.1418.3.2, 2003-10-03 05:38:11-07:00, davem@nuts.ninka.net [ELF]: Fix bug in previous change, forgot to advance ei_index over AT_NULL entry. ChangeSet@1.1418.3.1, 2003-10-03 02:43:14-07:00, davem@nuts.ninka.net [ELF]: Handle auxv bits more cleanly in mixed 32/64 bit environments. ChangeSet@1.1418.2.13, 2003-10-03 02:27:15-07:00, davem@nuts.ninka.net [NETFILTER]: Add sysctl values missing from recent commit. ChangeSet@1.1342.22.1, 2003-10-03 08:52:52+01:00, rmk@flint.arm.linux.org.uk [ARM] Fix ARM "make help" output Remove "initrd" target from help - it isn't a user target. ChangeSet@1.1418.2.12, 2003-10-03 00:20:35-07:00, shemminger@osdl.org [NET]: More likely/unlikely in skbuff.h ChangeSet@1.1418.2.11, 2003-10-03 00:13:55-07:00, shemminger@osdl.org [NET]: Consolidate skb delivery. ChangeSet@1.1418.2.10, 2003-10-02 23:39:47-07:00, laforge@netfilter.org [NETFILTER]: Fix SO_ORIGINAL_DST, broken by earlier endianness fixes. ChangeSet@1.1418.2.9, 2003-10-02 23:33:08-07:00, laforge@netfilter.org [NETFILTER]: Cosmetic update to ip6t_ipv6header. ChangeSet@1.1418.2.8, 2003-10-02 23:32:08-07:00, kaber@trash.net [NETFILTER]: Fix REJECT is used in LOCAL_OUT. ChangeSet@1.1418.2.7, 2003-10-02 23:31:24-07:00, kaber@trash.net [NETFILTER]: Add size check for udp packet mangling. ChangeSet@1.1418.2.6, 2003-10-02 23:27:04-07:00, rusty@rustcorp.com.au [NETFILTER]: LOCAL_OUT NAT fix, part 2. Balazs Scheidler pointed out that we can fail to call ip_nat_setup_info for local NAT, which causes the connection to be added twice. Boom. Also move the hash table insertion into ip_nat_setup_info. ChangeSet@1.1418.2.5, 2003-10-02 23:21:29-07:00, kadlec@blackhole.kfki.hu [NETFILTER]: Make conntrack timeouts become sysctls. This patch introduces the /proc/sys/net/ipv4/netfilter/ directory for=20 the tuneable parameters of the conntrack engine of netfilter. The parameters which can currently be fine-tuned (if required at all)=20 are the ip_conntrack_max, and the conntrack timeout parameters in seconds. The default timeout value for the TCP CLOSE_WAIT state is raised to 3 days, which should cause less problems with long-lived half-closed TCP sessions. For the sake of compatibility with 2.4,=20 /proc/sys/net/ipv4/netfilter/ip_conntrack_max is duplicated as=20 /proc/sys/net/ipv4/ip_conntrack_max as well. ChangeSet@1.1418.2.4, 2003-10-02 23:19:10-07:00, mirage@kaotik.org [NETFILTER]: Add support for mIRC's 'server lookup' DCC address detection to ip_conntrack_irc.c ChangeSet@1.1418.2.3, 2003-10-02 23:16:59-07:00, laforge@netfilter.org [NETFILTER]: LOCAL_OUT NAT fix. the 25_natcore-nohelper.patch (incorporated in 2.4.22) did actually make things not better. If a NAT rule was matched, num_manips can still be 0. However, some helpers (like PPTP) need to _always mangle the packets, even if there is no NAT mapping for a particular connection. On the other hand, as soon as CONFIG_IP_NF_LOCAL_NAT was disabled, we did end up half-mangling local (non-NAT'ed) connections. This patch removes the LOCAL_OUT hook from the NAT core unless CONFIG_IP_NF_NAT_LOCAL is enabled. ChangeSet@1.1418.2.2, 2003-10-02 23:11:40-07:00, kaber@trash.net [NETFILTER]: Don't call ip_conntrack_put with ip_conntrack_lock held ChangeSet@1.1418.2.1, 2003-10-02 23:10:42-07:00, laforge@netfilter.org [NETFILTER]: Fix UDP checksum in ip_nat_mangle_udp_packet, remove skb->csum hacks ChangeSet@1.1342.20.3, 2003-10-02 17:26:42-05:00, lord@jen.americas.sgi.com [XFS] Either handle preemption with get/put or not, but don't get without a put! Fix code for preemptable kernels. SGI Modid: 2.5.x-xfs:slinx:159379a ChangeSet@1.1419, 2003-10-02 21:16:13+02:00, sam@mars.ravnborg.org Merge mars.ravnborg.org:/home/sam/bk/linux-2.6 into mars.ravnborg.org:/home/sam/bk/kbuild ChangeSet@1.1342.8.3, 2003-10-02 21:10:54+02:00, sam@mars.ravnborg.org kbuild: fixes for separate output directory - Error out if specified directory does not exist - Do not build the kernel three times wheh specifying "defconfig all" - Removed warning when the target all was specified ChangeSet@1.1342.15.2, 2003-10-02 11:36:34-07:00, sri@us.ibm.com [SCTP] Fix bugs in conversions between msecs and jiffies. ChangeSet@1.1418, 2003-10-02 07:53:23-07:00, piggin@cyberone.com.au [PATCH] remove io context refcounting debug This removes the remains of some debugging stuff which was never really enabled properly - it never reported memory leaks. Its not useful for anyone but me. A proper solution involves counting all requests in flight and all threads but we'll probably put that just into mm. ChangeSet@1.1417, 2003-10-02 07:38:22-07:00, viro@parcelfarce.linux.theplanet.co.uk [PATCH] Improve sget() performance sget() is pessimistic and assumes it won't find a superblock - and as a result it always pre-allocates a new one before even searching for an existing entry. If it finds an existing one, it free's the extra one it just allocated. Especially with /proc usage it usually _does_ find an existing superblock, so this is all extra work. It should allocate a new one only if it couldn't find an old one (and re-search). The same way as iget() does it. ChangeSet@1.1416, 2003-10-02 07:38:13-07:00, piggin@cyberone.com.au [PATCH] AS buglet This one won't cause hangs, but can trip some WARNs. ChangeSet@1.1415, 2003-10-02 01:49:21-07:00, davem@kernel.bkbits.net Merge davem@nuts.ninka.net:/disk1/davem/BK/net-2.5 into kernel.bkbits.net:/home/davem/net-2.5 ChangeSet@1.1387.1.1, 2003-10-02 02:12:23-07:00, arun.sharma@intel.com [COMPAT]: Fix net bonding driver ioctl translations. ChangeSet@1.1414, 2003-10-02 01:11:57-07:00, viro@parcelfarce.linux.theplanet.co.uk [PATCH] Better UDF oops fix Rather than not kfree'ing the UDF data in the case of a bad inode (which still _may_ have had the UDF data already allocated to it), make sure to initialize the pointer to NULL properly when we're done with it. ChangeSet@1.1413, 2003-10-02 01:00:15-07:00, akpm@osdl.org [PATCH] Disable floppy and the related ioctl32s on some platforms From: Arun Sharma Based on some earlier discussion: http://marc.theaimsgroup.com/?t=106015010700002&r=1&w=2 here's a new patch that attempts to disable BLK_DEV_FD on platforms which don't support it. The patch also attempts to remove the duplication of the logic in compat_ioctl.h. ChangeSet@1.1412, 2003-10-02 01:00:06-07:00, akpm@osdl.org [PATCH] update unistd.h for sys_vserver ChangeSet@1.1411, 2003-10-02 00:59:58-07:00, akpm@osdl.org [PATCH] Update James Morris's email address From: James Morris ChangeSet@1.1410, 2003-10-02 00:59:49-07:00, akpm@osdl.org [PATCH] ioctl32 fix to SG_IO From: Arun Sharma A minor bug fix to the ioctl32 code handling SG_IO. sgio->dxferp is not initialzed properly. ChangeSet@1.1409, 2003-10-02 00:59:42-07:00, akpm@osdl.org [PATCH] Fix allyesconfig for HugeTLB-less archs From: Geert Uytterhoeven Make that allyesconfig works on architectures that don't support HugeTLBs. ChangeSet@1.1408, 2003-10-02 00:59:34-07:00, akpm@osdl.org [PATCH] Fix compile warning in g_NCR5380 From: Andries.Brouwer@cwi.nl `generic_NCR5380_biosparam' declared `static' but never defined ChangeSet@1.1407, 2003-10-02 00:59:27-07:00, akpm@osdl.org [PATCH] update Documentation/iostats.txt From: Rick Lindsley One typo corrected, and the references to 2.5 are minimized and mostly changed to 2.6. ChangeSet@1.1406, 2003-10-02 00:59:18-07:00, akpm@osdl.org [PATCH] /proc/PID/auxv file and NT_AUXV core note From: Roland McGrath gdb really needs some way to know the AT_SYSINFO_EHDR value for a process being debugged or for the dead process described by a core file. Without this value, it can't find the information necessary to show backtraces of threads waiting in system calls. There are any number of ways this information could be made available. Here is one solution that provides more debugging information in a clean and general fashion. I've added access to the AT_* values passed to a process for third parties to examine for debugging purposes. The same data passed on the stack at startup is made available in /proc/PID/auxv and is written in an NT_AUXV note in core dumps. (Both of these are consistent with what Solaris does using the same names.) Here are two different patches that implement the same thing differently. The first patch uses a ref-counted data structure to copy the aux vector and shares among forked mm's until they exec and get a new one. The second patch avoids the complexity of that data structure by simply expanding the mm_struct with space to hold a copy of the data. Both patches work correctly; I have examined the new /proc/PID/auxv file and core dumps. I hope you will consider including one of these patches, or at least some way of getting at this information from the debugger. I am certainly open to other suggestions on implementing this feature, and to suggestions on alternative interfaces for getting the AT_SYSINFO_EHDR value cleanly. ChangeSet@1.1405, 2003-10-02 00:59:11-07:00, akpm@osdl.org [PATCH] misc fixes - mpparse printk should be in hex (john stultz ) - fiddle with RCU copyright messages (Dipankar Sarma ) - use print_dev_t() for sysfs dev file in videodev.c (Gerd Knorr ) - comx-hw-munich.c 64-bit warning fix (Vinay K Nallamothu ) - random.c return val fix ChangeSet@1.1404, 2003-10-02 00:59:03-07:00, akpm@osdl.org [PATCH] befs: fix resource leak on register_filesystem failure From: Will Dyson Remember to free the inode cache if register_filesystem() fails. ChangeSet@1.1403, 2003-10-02 00:58:55-07:00, akpm@osdl.org [PATCH] scripts/pnmtologo.c warning fixes From: Rolf Eike Beer this patch makes some ints to unsigned ints. They are only used as loop counters and compared to unsigned ints. GCC 3.3 doesn't like this. They will never be negative anyway, so we could easily shut him up. ChangeSet@1.1402, 2003-10-02 00:58:48-07:00, akpm@osdl.org [PATCH] Pass nameidata to security_inode_permission hook From: Stephen Smalley This patch changes the security_inode_permission hook to also take a nameidata parameter in addition to the existing inode and mask parameters. A nameidata is already passed (although sometimes NULL) to fs/namei.c:permission(), and the patch changes exec_permission_lite() to also take a nameidata parameter so that it can pass it along to the security hook. The patch includes corresponding changes to the SELinux module to use the nameidata information when it is available; this allows SELinux to include pathname information in audit messages when a nameidata structure was supplied. ChangeSet@1.1401, 2003-10-02 00:58:39-07:00, akpm@osdl.org [PATCH] Fix bug in SELinux convert_context From: Stephen Smalley This patch fixes a bug introduced by earlier code cleanups in the SELinux convert_context code that manifests upon a policy reload that removes previously valid security attributes. Thanks to Magosanyi Arpad for reporting the bug. ChangeSet@1.1400, 2003-10-02 00:58:31-07:00, akpm@osdl.org [PATCH] fix memleak in mtd/chips/cfi_cmdset_0020.c From: Felipe W Damasio If other kmallocs failed after successfully allocating a "struct mtd_info", it should be freed before returning NULL. ChangeSet@1.1399, 2003-10-02 00:58:24-07:00, akpm@osdl.org [PATCH] check permission in ->open for /proc/sys/ From: Christoph Hellwig It's the only abuse of proc_iops left (except the totally b0rked comx driver). The patch is from Al, I just forward-ported it from 2.4. Background: struct proc_dir_entry has a struct inode_operations *proc_iops member, it's from Linux's stoneage and used internally by procfs to assign either the link or directory inode ops. Unfortunately some drivers started to abuse it do do bad things like create on lookup (that's the comx thingy which relies on unexported symbols and thus is broken for modular builds since mid-2.3) or various ->permission tricks (all gone by now). After this patch is gone I have another one that kills proc_iops and just uses a normal conditional inside procfs to assign the right one directly. ChangeSet@1.1398, 2003-10-02 00:58:15-07:00, akpm@osdl.org [PATCH] module parameter array fixes From: Rusty Russell Found this while converting netfilter modules to use the new parameters. Also fixes an out-by-one error in maximum elements you can put in array. The current "intarray" module params were never tested, and um, suck. Only one person uses them, and it looks painful. Since noone uses them, replace them with tested versions. ChangeSet@1.1397, 2003-10-02 00:58:08-07:00, akpm@osdl.org [PATCH] table-driven filesystems option parsing From: "Randy.Dunlap" , Will Dyson , me Add generic filesystem options parser (infrastructure) and use it to parse mount options in several filesystems (adfs, affs, autofs, autofs4, ext2, ext3, fat, hfs, hpfs, isofs, jfs, procfs, udf, and ufs). It saves between 128 and 512 bytes per filesystem. ChangeSet@1.1396, 2003-10-02 00:57:58-07:00, akpm@osdl.org [PATCH] memory writeback/invalidation fixes From: "David S. Miller" This attempts to take care of 2 of the MM todos I had on my backlog: 1) Zap the stupid flush_cache_all() thing with more meaningful interfaces. 2) Resolve the ptrace user page access issues, first stage. The "first stage" mentioned for #2 is simply creating the user page accesor interfaces. The next stage needs to be mucking with get_user_pages() so that we can control when the flush_dcache_page() occurs. Then we: 1) For every platform where flush_dcache_page() is a non-nop add a call to the beginning of copy_{from,to}_user_page(). 2) Make access_process_vm() set the "no dcache flush" bit in it's call to get_user_pages(). The idea also was that we'd consolidate the write etc. boolean args passed to get_user_pages() into flag bits too. But at least with the below, we can delete that reminder FIXME comment from kernel/ptrace.c, the platforms have the necessary tools and just need to make use of it :) As a bonus I noticed that VMALLOC_VMADDR() did absolutely nothing. After all of this I only have 1 real TODO left, and that's dealing with the SMP TLB/pte invalidation stuff, very low priority until someone starts doing more work with sparc32/SMP in 2.6.x :) ChangeSet@1.1395, 2003-10-02 00:57:49-07:00, akpm@osdl.org [PATCH] x86 mman.h fix Remove duplicated #defines ChangeSet@1.1394, 2003-10-02 00:57:40-07:00, akpm@osdl.org [PATCH] dev_t forward compatibility fix From: Andries.Brouwer@cwi.nl ext2 used a 32-bit field for dev_t, with possibly undefined storage following; thus, no action was required to go to 32-bit dev_t, but going to 64-bit dev_t required some subtlety: 0 was written in the first word and the 64 bits in the following two. Al truncated my 64-bit stuff to 32 bits but did not understand why there was this split, and wrote 0 followed by a single word. We should at least zero the word following to have well-defined storage later. ChangeSet@1.1393, 2003-10-02 00:57:32-07:00, akpm@osdl.org [PATCH] Add missing label in isdn_common.c From: Herbert Xu The last change to isdn_common.c removed a label that is used when ISDN_PPP is defined. This patch puts it back. ChangeSet@1.1392, 2003-10-02 00:57:24-07:00, akpm@osdl.org [PATCH] Add bin2c copyrights From: Oliver Xymoron I just noticed the ikconfig stuff made it into mainline via -mm. I also just noticed that it's based in part on a patch I posted almost 5 years ago: http://groups.google.com/groups?q=oliver+xymoron+config.gz&hl=en&lr=&ie=UTF-8&selm=fa.j8fsl5v.g08fjo%40ifi.uio.no&rnum=2 Sadly, after wandering aimlessly in the desert of unloved patches all those years, all attribution got lost. This adds a copyright + license to scripts/bin2c.c, which hasn't aged a day. ChangeSet@1.1391, 2003-10-02 00:57:16-07:00, akpm@osdl.org [PATCH] Fix double request_region in com20020 From: Herbert Xu Currently com20020 and com20020_cs both call request_region on the same block of ports leading to a conflict. This patch resolves this by moving request_region out of the generic driver and into the isa/pci/cs drivers. ChangeSet@1.1390, 2003-10-02 00:57:08-07:00, akpm@osdl.org [PATCH] Fix memory leak in hugetlbfs From: "Chen, Kenneth W" The hugetlbfs_fill_super() doesn't free up memory allocated for sbinfo on the way out in case of parsing error (and a few others). This leads to memory leak If root tries to mount a hugetlbfs with invalid mount option. Here is a patch that fix the problem. ChangeSet@1.1389, 2003-10-02 00:57:00-07:00, akpm@osdl.org [PATCH] dscc4 warning fixes - ifdef out a couple of unused functions - remove unused label - __setup function is not used when compiled as a module. ChangeSet@1.1388, 2003-10-01 22:56:56-07:00, jes@wildopensource.com [PATCH] qla1280 locking update This fixes the qla1280 driver to not try to release an unlocked spinlock at boot time - as well as a couple of other minor mods. I also changed the MMIO option to be dependant on X86_VISWS as it's really a chipset problem and not something each and every driver should be asking for. Getting a global CONFIG_MMIO_IS_BROKEN option would probable be a win here. ChangeSet@1.1387, 2003-10-01 22:52:33-07:00, ink@jurassic.park.msu.ru [PATCH] Alpha cypress CPU frequency calibration This fixes (again...) CPU frequency calibration on some platforms with the Cypress chip. That is, at some point CLOCK_TICK_RATE has been changed to represent RTC reference clock instead of PIC one. Which makes calibrate_cc_with_pic() produce utterly bogus results. ChangeSet@1.1386, 2003-10-01 22:51:07-07:00, Jay.Estabrook@hp.com [PATCH] for Alpha against 2.6.0-test6 Here is a very small set of fixes for Linux/axp, with a new one for "sched_clock" just introduced. Note that all but the arch/alpha/mm/init.c are required for a clean build, since warnings->errors is still on. The arch/alpha/mm/init.c stuff is from Jeff for MARVEL, and MUST be there for any machines running the latest firmware... ChangeSet@1.1385, 2003-10-01 22:44:15-07:00, bfennema@falcon.csc.calpoly.edu [PATCH] UDF oops on inode read failure This fixes an oops with failed inode reads on UDF ChangeSet@1.1384, 2003-10-01 16:35:17-07:00, svm@kozmix.org [PATCH] fix btaudio error case Free the right buffer on allocation error ChangeSet@1.1353.1.9, 2003-10-01 20:26:23-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/seq_file.c ChangeSet@1.1353.1.8, 2003-10-01 20:20:46-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/exec.c ChangeSet@1.1353.1.7, 2003-10-01 20:12:48-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/inode.c ChangeSet@1.1353.1.6, 2003-10-01 19:56:11-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sysctl.c ChangeSet@1.1353.1.5, 2003-10-01 19:36:58-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/super.c ChangeSet@1.1353.1.4, 2003-10-01 19:16:46-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/block_dev.c ChangeSet@1.1382, 2003-10-01 13:26:07-07:00, torvalds@home.osdl.org Fix bogus preprocessor end comment to match the real scope. ChangeSet@1.1353.1.3, 2003-10-01 17:23:39-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: set_cpus_schedule was EXPORT_SYMBOL_GPL, bring it back Originally, before this set of patches moving stuff out from kernel/ksyms.c, set_cpus_schedule was EXPORT_SYMBOL_GPL, my mistake, bring it back. Also follow Andrew Morton's suggestions of moving the EXPORT_SYMBOL{_GPL) even closer to the place where the symbol exported is defined, i.e. just after the symbol definition, this makes mistakes more difficult to happen, as when the symbol definition is #ifdefed the EXPORT_SYMBOL{_GPL} is in the same block. ChangeSet@1.1353.1.2, 2003-10-01 17:08:07-03:00, acme@parisc.kerneljanitors.org o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to mm/filemap.c ChangeSet@1.1380, 2003-10-01 10:47:20-07:00, joern@wohnheim.fh-wedel.de [PATCH] Fix wrong CONFIG_* in comment Our tools are somewhat too stupid. They find a mistyped CONFIG_HIGMEM (missing 'H') and assume a dependency on config/higmem.h. Fix the comment. ChangeSet@1.1379, 2003-10-01 10:43:42-07:00, riel@surriel.com [PATCH] syscall number for vserver Vserver is a patch that implements BSD jail style virtual host semantics inside Linux, where every process not only runs in its own namespace (it reuses the chroot code for that, should switch to CLONE_NEWNS for 2.6), but also its own hostname and IP address as well as its own view of /proc. Because of that added functionality, it needs more than what is available in the LSM framework (which can only allow/deny permissions, not alter return values). The source code has been running stable for the last few years and is in use at quite a few service providers. The Fedora project also wants to use vserver for their build system. However, vserver for 2.4 just tacks their syscalls onto the end of the syscall table and the userland tools find those "dynamic numbers" somehow ... EWWWW. For 2.6 I'd like to do things right. At the moment the vserver patch has sys_new_s_context and sys_set_ipv4root calls, but since we'll probably end up getting an ipv6 call too and people are planning future functionality, I guess it would be more appropriate to multiplex these through one sys_vserver patch, in the same way sys_ipc works. For your reference, you can find more information about vserver on these pages: http://www.13thfloor.at/VServer/ http://www.solucorp.qc.ca/miscprj/s_context.hc I estimate the project has about a dozen developers now. We are planning on making the implementation for 2.6 fairly lightweight, reusing infrastructure from other code where possible and only doing things through sys_vserver where there is no other way. This small change just adds sys_vserver to the syscall table. ChangeSet@1.1378, 2003-10-01 10:42:18-07:00, piggin@cyberone.com.au [PATCH] AS fix This picks up another place where aliases where getting lost. And adds a couple of checks. I can't hang the osdl database thingy anymore. The transfer alias list loops could probably quite nicely be changed to if (unlikely(!list_empty( old_queuelist ))) __list_splice( old_queuelist, new_queuelist.prev); ChangeSet@1.1377, 2003-10-01 10:42:10-07:00, viro@parcelfarce.linux.theplanet.co.uk [PATCH] EFS set_blocksize() error handling There doesn't seem to be any active maintainer for EFS: It's either abandoned, or never required specific patches too badly (also quite possible in this case). It went into the tree in 2.3.2 and from there to 2.6.0-test6 I see nothing that would look like maintainer's update. OTOH, it's read-only and shouldn't be too badly broken (or hard to keep alive). Outside of trunk (i.e. in 2.4.16--) we have a backport of global 2.5 change (sb_bread()) and check for set_blocksize() failures (from Alan). This is the 2.6.x equivalent. ChangeSet@1.1353.1.1, 2003-10-01 07:56:56-07:00, axboe@suse.de [PATCH] make ide-floppy work ide-floppy has screwy bio handling. I rewrote it and got confirmation from one tester (the only one :) that it actually works now. ChangeSet@1.1342.21.1, 2003-10-01 10:13:55+01:00, bjorn.helgaas@com.rmk.(none) [SERIAL] 2.6 ACPI serial discovery Patch from: Bjorn Helgaas This patch tweaks the 8250 ACPI namespace discovery to 1) add support for UARTs in IO port space 2) add support for non-extended IRQs 3) use acpi_walk_resources() to simplify processing the _CRS data, and 4) add error checking (ioremap failure, lack of MMIO address in _CRS). 5) uses KERN_ERR, KERN_WARNING, etc 6) complains if register_serial() fails (i.e., if UART_NR is too small) This is one step towards eliminating blind probing for devices on ia64. ACPI is supposed to tell us where legacy devices are; why not use that information? ChangeSet@1.1372, 2003-10-01 01:23:57-07:00, shemminger@osdl.org [IRDA]: Convert irda-usb to alloc_irdadev(). ChangeSet@1.1371, 2003-10-01 01:23:35-07:00, shemminger@osdl.org [IRDA]: Convert smsc-ircc2 to alloc_irdadev(). ChangeSet@1.1370, 2003-10-01 01:23:12-07:00, shemminger@osdl.org [IRDA]: In smsc-ircc2, fix whitespace and indentation. ChangeSet@1.1369, 2003-10-01 01:22:45-07:00, shemminger@osdl.org [IRDA]: In smsc-ircc2 use request_region earlier in the setup process. ChangeSet@1.1368, 2003-10-01 01:21:43-07:00, shemminger@osdl.org [IRDA]: In smsc-ircc2 use request_region instead of check_region. ChangeSet@1.1367, 2003-10-01 01:21:13-07:00, shemminger@osdl.org [IRDA]: Use register_netdev instead of explicit reference to rtnl_lock. ChangeSet@1.1366, 2003-10-01 01:20:45-07:00, shemminger@osdl.org [IRDA]: Use unregister_netdev instead of explicit reference to rtnl_lock. ChangeSet@1.1365, 2003-10-01 01:20:17-07:00, shemminger@osdl.org [IRDA]: Convert via-ircc to alloc_irdadev(). ChangeSet@1.1364, 2003-10-01 01:19:56-07:00, shemminger@osdl.org [IRDA]: Convert sir to alloc_irdadev(). ChangeSet@1.1363, 2003-10-01 01:19:35-07:00, shemminger@osdl.org [IRDA]: Convert w83977af_ir to alloc_irdadev(). ChangeSet@1.1362, 2003-10-01 01:19:10-07:00, shemminger@osdl.org [IRDA]: Convert nsc-ircc to alloc_irdadev(). ChangeSet@1.1361, 2003-10-01 00:11:01-07:00, shemminger@osdl.org [IRDA]: Convert donauboe to alloc_irdadev(). ChangeSet@1.1360, 2003-10-01 00:10:40-07:00, shemminger@osdl.org [IRDA]: Convert ali-ircc to alloc_irdadev(). ChangeSet@1.1359, 2003-10-01 00:10:20-07:00, shemminger@osdl.org [IRDA]: Convert irport to alloc_irdadev(). ChangeSet@1.1358, 2003-10-01 00:09:51-07:00, shemminger@osdl.org [IRDA]: Add alloc_irdadev() interface. ChangeSet@1.1357, 2003-10-01 00:09:27-07:00, shemminger@osdl.org [IRDA]: Get rid of destructor for irda devices. ChangeSet@1.1356, 2003-09-30 23:54:38-07:00, petri.koistinen@iki.fi [NET]: Modernize network device help text. ChangeSet@1.1355, 2003-09-30 23:42:11-07:00, drepper@redhat.com [NET]: Use task->tgid instead of task->pid in SCM credentials code. ChangeSet@1.1354, 2003-09-30 23:41:12-07:00, akpm@osdl.org [NET]: Fix xfrm_algo.c module exports. ChangeSet@1.1353, 2003-09-30 22:06:44-07:00, willy@debian.org [PATCH] PA-RISC updates PA-RISC updates for 2.6.0-test6 - Some more support for 64-bit userspace - Move many EXPORT_SYMBOLs out of parisc_ksyms.c - Make both the OSS and ALSA harmony drivers build - ioctl typechecking - Make math-emu build without warnings. - Persuade SuckyIO to not crash the machine. ChangeSet@1.1352, 2003-09-30 22:03:36-07:00, willy@debian.org [PATCH] Remove ELF_CORE_SYNC ELF_CORE_SYNC and dump_smp_unlazy_fpu seem to have been introduced by Ingo around 2.5.43, but as far as I can tell, never used. ChangeSet@1.1342.1.43, 2003-10-01 00:35:58-04:00, len.brown@intel.com Merge ChangeSet@1.1342.9.3, 2003-10-01 00:14:05-04:00, len.brown@intel.com Merge intel.com:/home/lenb/bk/linux-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-release-2.6.0 ChangeSet@1.1342.1.42, 2003-10-01 00:11:53-04:00, len.brown@intel.com Merge intel.com:/home/lenb/bk/linux-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0 ChangeSet@1.1342.1.41, 2003-09-30 21:07:55-04:00, len.brown@intel.com [ACPI] deal with lack of acpi prt entries gracefully (Jesse Barnes) ChangeSet@1.1342.1.40, 2003-09-30 20:40:56-04:00, len.brown@intel.com [ACPI] build fix: remove 2nd __exit from asus_acpi.c ChangeSet@1.1342.10.64, 2003-09-30 16:45:29-07:00, baldrick@free.fr [PATCH] USB speedtouch: neater check This change was applied to 2.4, but not to 2.5. ChangeSet@1.1342.10.63, 2003-09-30 16:45:10-07:00, baldrick@free.fr [PATCH] USB speedtouch: reduce memory usage Currently, incoming packets are reassembled in a sk_buff which is then sent to the upper layers. The sk_buff needs to be big enough to hold the worst case packet since the size cannot be known in advance. This would not be so bad if the ATM layer paid attention to the mtu (usually 1500 bytes), but for some reason it blithely ignores it and typically passes 9188 bytes as the maximum size. This means that at best 5/6 of the space in every sk_buff is wasted. So instead let's just allocate an assembly buffer (sarb) which gets reused for every packet, and copy each assembled packet into a minimally sized sk_buff before sending. ChangeSet@1.1342.10.62, 2003-09-30 16:44:52-07:00, baldrick@free.fr [PATCH] USB speedtouch: extra debug messages ChangeSet@1.1351, 2003-09-30 15:19:11-07:00, rtjohnso@eecs.berkeley.edu [PATCH] PCI: __init documetation It might not have prevented me from reporting the potential bug, but I would've known you'd thought about it, it might help future developers, and it's unlikely to become dangerously wrong. ChangeSet@1.1342.10.61, 2003-09-30 15:08:02-07:00, joe@perches.com [PATCH] USB: include/linux/usb.h Reduce constant string space by reusing __FILE__ ChangeSet@1.1342.10.60, 2003-09-30 15:02:31-07:00, wim@iguana.be [PATCH] USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6 I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test the following patch and see if it works now? ChangeSet@1.1342.10.59, 2003-09-30 15:02:06-07:00, mdharm-usb@one-eyed-alien.net [PATCH] USB: fix freecom.c This patch for 2.6 fixes freecom.c -- an error in return-code interpretation was introduced somewhere during 2.5. This also adds a few more checks to try to catch commands that appear to want to move data, but of length 0. This is likely a bug in some higher layer -- I'll bring it up on linux-scsi. ChangeSet@1.1342.10.58, 2003-09-30 15:01:46-07:00, stern@rowland.harvard.edu [PATCH] USB: unusual_devs.h update ChangeSet@1.1342.1.39, 2003-09-30 17:52:36-04:00, len.brown@intel.com [ACPI] acpi4asus-0.25-0.26.diff (Karol Kozimor) ChangeSet@1.1342.1.38, 2003-09-30 16:56:10-04:00, len.brown@intel.com [ACPI] acpi4asus-0.24a-0.25-2.6.0-test (Karol Kozimor) ChangeSet@1.1305.5.8, 2003-09-30 09:27:47-05:00, lord@sgi.com [XFS] When calculating the number of pages to probe for an unwritten extent, use the size of the extent, not the page count of the pagebuf which is initialized to zero. SGI Modid: 2.5.x-xfs:slinx:159206a ChangeSet@1.1342.10.55, 2003-09-30 05:03:59-07:00, dfages@arkoon.net [NET]: Fix HW_FLOWCONTROL on SMP. ChangeSet@1.1342.10.54, 2003-09-30 04:41:04-07:00, davem@nuts.ninka.net Merge bk://kernel.bkbits.net/acme/netsyms-2.6 into nuts.ninka.net:/disk1/davem/BK/net-2.5 ChangeSet@1.1342.17.11, 2003-09-30 04:24:13-07:00, davem@nuts.ninka.net [SPARC64]: Always use sethi+jmpl to reach VISenter{,half}. ChangeSet@1.1342.19.10, 2003-09-30 04:13:24-07:00, bdschuym@pandora.be [EBTABLES]: Use vlan_hdr not vlan_ethhdr in ebt_vlan.c ChangeSet@1.1342.19.9, 2003-09-30 03:34:56-07:00, herbert@gondor.apana.org.au [IPIP]: Avoid duplicate policy checks. ChangeSet@1.1342.19.8, 2003-09-30 03:32:56-07:00, davem@nuts.ninka.net [IPV4]: In arp_rcv(), inspect skb->nh.arph after pskb_may_pull() not before. ChangeSet@1.1342.19.7, 2003-09-30 03:29:19-07:00, davem@nuts.ninka.net [IPV4]: Do pskb_may_pull in arp_rcv() not arp_process(). ChangeSet@1.1342.19.6, 2003-09-30 02:08:55-07:00, davem@nuts.ninka.net [KERNEL]: Do not export set_cpus_allowed twice, and only if CONFIG_SMP. ChangeSet@1.1342.19.5, 2003-09-30 02:00:00-07:00, bdschuym@pandora.be [EBTABLES]: Add ebt_limit match. The patch below adds the ebt_limit match, which is the equivalent of the iptables limit match. This enables limiting the number of frames processed per time unit. The patch is from Tom Marshall . ChangeSet@1.1342.19.4, 2003-09-30 01:57:25-07:00, ja@ssi.bg [IPVS]: Use list_for_each_entry_continue in some schedulers. ChangeSet@1.1342.19.3, 2003-09-30 01:56:47-07:00, ja@ssi.bg [IPVS]: The NQ scheduler must not return servers with weight 0. ChangeSet@1.1342.19.2, 2003-09-30 01:55:23-07:00, ja@ssi.bg [IPVS]: Simplify ip_vs_wrr_gcd_weight ChangeSet@1.1342.19.1, 2003-09-30 01:44:52-07:00, ja@ssi.bg [KERNEL]: Introduce list_for_each_entry_continue. ChangeSet@1.1342.17.10, 2003-09-30 01:38:39-07:00, urban.widmark@enlight.net [SMBFS]: Create OLD_TO_NEW_foo macros in highuid.h and use them instead of direct references to low2highfoo. ChangeSet@1.1342.17.9, 2003-09-30 00:23:23-07:00, zaitcev@redhat.com [SPARC]: jsflash update Parts of this come from a janitor named Domen, unfortunately, I forgot his e-mail... Anyhow, it's obvious that janitors did not try to compile result of their efforts, this version at least builds. ChangeSet@1.1342.1.37, 2003-09-30 01:15:29-04:00, len.brown@intel.com Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0 ChangeSet@1.1267.30.14, 2003-09-30 01:09:21-04:00, len.brown@intel.com [ACPI] GV3 IO port is 16-bits (Venkatesh Pallipadi) ChangeSet@1.1267.30.13, 2003-09-30 00:53:46-04:00, len.brown@intel.com [ACPI] acpi_pci_link_allocate() should stick with irq.active if set. (Andrew de Quincey) Fixes OSDL #1186 "broken USB" and others ChangeSet@1.1267.30.12, 2003-09-30 00:15:16-04:00, len.brown@intel.com [ACPI] add CONFIG_ACPI_RELAXED_AML to config menu ChangeSet@1.1267.30.11, 2003-09-30 00:06:29-04:00, len.brown@intel.com [ACPI] CONFIG_ACPI is no longer necessary to enable HT (from 2.4.23) if (CONFIG_ACPI || CONFIG_SMP) CONFIG_ACPI_BOOT=y ChangeSet@1.1342.11.73, 2003-09-30 04:51:34+01:00, davej@redhat.com [CPUFREQ] Longhaul >v1 can't use EBLCR for FSB, has to calculate it instead. ChangeSet@1.1342.1.36, 2003-09-29 23:34:33-04:00, len.brown@intel.com Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0 ChangeSet@1.1267.30.10, 2003-09-29 23:13:34-04:00, len.brown@intel.com [ACPI] ACPI Component Architecture 20030918 (Bob Moore) Found and fixed a longstanding problem with the late execution of the various deferred AML opcodes (such as Operation Regions, Buffer Fields, Buffers, and Packages)... This fixes the "region size computed incorrectly" problem. Fixed several 64-bit issues with prototypes, casting and data types. Removed duplicate prototype from acdisasm.h ChangeSet@1.1342.18.5, 2003-09-29 22:54:16-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/libfs.c ChangeSet@1.1342.18.4, 2003-09-29 22:50:07-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to kernel/sched.c ChangeSet@1.1342.18.3, 2003-09-29 22:32:27-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/dcache.c ChangeSet@1.1342.18.2, 2003-09-29 22:12:32-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/buffer.c ChangeSet@1.1342.18.1, 2003-09-29 21:58:57-03:00, acme@conectiva.com.br o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/namei.c ChangeSet@1.1342.17.7, 2003-09-29 16:16:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update umc8672 driver - common umc8672_init() for built-in and module - release hwif only if hwif->chipset == ide_umc8672 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.17.6, 2003-09-29 16:16:06-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update qd65xx driver - common qd65xx_init() for built-in and module - release hwif only if hwif->chipset == ide_qd65xx - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.17.5, 2003-09-29 16:15:38-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update ht6560b driver - common ht6560b_init() for built-in and module - release hwif only if hwif->chipset == ide_ht6560b - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.17.4, 2003-09-29 16:15:23-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update dtc2278 driver - common dtc2278_init() for built-in and module - touch hwifs only if hwif->chipset == ide_unknown for both ports, so we don't thrash already used hwifs when loading module - release hwif only if hwif->chipset == ide_dtc2278 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.17.3, 2003-09-29 16:15:08-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] update ali14xx driver - common ali14xx_init() for built-in and module - do not call findPort() twice - touch hwifs only if chipset was found and initialized - release hwif only if hwif->chipset == ide_ali14xx - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups ChangeSet@1.1342.17.2, 2003-09-29 16:14:53-07:00, B.Zolnierkiewicz@elka.pw.edu.pl [PATCH] fix /proc/ide/hdX/settings Blind strncpy()->strlcpy() conversion in 2.5.70 made it impossible to change any setting, revert it. ChangeSet@1.1342.17.1, 2003-09-29 16:12:49-07:00, torvalds@home.osdl.org Merge bk://bk.arm.linux.org.uk/linux-2.6-serial into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1267.1.19, 2003-09-29 23:57:02+01:00, rmk@flint.arm.linux.org.uk [SERIAL] Change maintainer entry for serial. Finally admit defeat and change the maintainers entry for 8250/16x50 serial. ChangeSet@1.1305.5.7, 2003-09-29 17:25:29-05:00, lord@sgi.com [XFS] Close some holes in the metadata flush logic used during unmount, make sure we have no pending I/O completion calls for metadata, and that we only keep hold of metadata buffers for I/O completion if we want to. Still not perfect, but better than it was. SGI Modid: 2.5.x-xfs:slinx:158933a ChangeSet@1.1305.5.6, 2003-09-29 17:07:29-05:00, sandeen@sgi.com [XFS] Re-work pagebuf stats macros to help support per-cpu data SGI Modid: 2.5.x-xfs:slinx:158653a ChangeSet@1.1305.5.5, 2003-09-29 17:15:23-05:00, lord@jen.americas.sgi.com [XFS] Re-work pagebuf & xfs stats to use per-cpu variables - big globals that are written all the time SGI Modid: 2.5.x-xfs:slinx:159069a ChangeSet@1.1305.5.4, 2003-09-29 17:09:28-05:00, sandeen@sgi.com [XFS] Fix arg sent to XFS_SEND_DATA - vnode, not bhv SGI Modid: 2.5.x-xfs:slinx:159068a ChangeSet@1.1305.5.3, 2003-09-29 17:08:03-05:00, sandeen@sgi.com [XFS] Fix large filesystem mounts on 64-bit platforms (2.6.x change only) SGI Modid: 2.5.x-xfs:slinx:159170a ChangeSet@1.1349, 2003-09-29 12:48:49-07:00, adobriyan@mail.ru [PATCH] PCI: Remove setting TASK_RUNNING after schedule_timeout in /drivers/pci/ ChangeSet@1.1347, 2003-09-29 12:23:22-07:00, lxiep@us.ibm.com [PATCH] PCI Hotplug: export hotplug_slots subsys This is needed for the PPC64 PCI hotplug driver. ChangeSet@1.1342.14.2, 2003-09-29 11:48:34-07:00, trini@kernel.crashing.org PPC32: Move a few more IBM-40x specific SPRs to the right file. ChangeSet@1.1342.11.71, 2003-09-29 11:42:09-07:00, bgerst@didntduck.org [PATCH] i386 do_machine_check() is redundant. This removes "do_machine_check()" in favour of just calling the appropriate machine check handler directly from the lowlevel exception code. ChangeSet@1.1342.11.70, 2003-09-29 11:40:21-07:00, armin@melware.de [PATCH] Eicon ISDN driver: cleanups Removed doubled header file includes. Removed includes of version.h. Removed the use of __KERNEL_SYSCALLS__ ChangeSet@1.1342.11.69, 2003-09-29 11:40:09-07:00, armin@melware.de [PATCH] Eicon ISDN driver: fix compile error fix compiler error of badly punctuated macro definitions. ChangeSet@1.1267.74.1, 2003-09-29 19:31:29+01:00, davej@redhat.com [AGPGART] New VIA AGP PCI id. ChangeSet@1.1342.14.1, 2003-09-29 11:11:01-07:00, trini@kernel.crashing.org Merge bk://ppc@ppc.bkbits.net/for-linus-ppc into kernel.crashing.org:/home/trini/work/kernel/pristine/for-linus-ppc ChangeSet@1.1342.11.68, 2003-09-29 10:39:30-07:00, davej@redhat.com [PATCH] VIA Typo in i2c. ChangeSet@1.1342.11.67, 2003-09-29 10:39:18-07:00, davej@redhat.com [PATCH] Correct URL in h8300 README ChangeSet@1.1342.11.66, 2003-09-29 10:39:04-07:00, davej@redhat.com [PATCH] logic thinko in i2c ChangeSet@1.1342.11.65, 2003-09-29 10:38:51-07:00, davej@redhat.com [PATCH] fix leak in btaudio ChangeSet@1.1342.11.64, 2003-09-29 10:38:38-07:00, davej@redhat.com [PATCH] Cleanup SEP errata workaround. This looks a little simpler, and has the same effect. ChangeSet@1.1342.11.63, 2003-09-29 10:38:26-07:00, davej@redhat.com [PATCH] ULL fixes for qlogicfc ChangeSet@1.1342.11.62, 2003-09-29 10:38:12-07:00, davej@redhat.com [PATCH] Correct address in MAINTAINERS ChangeSet@1.1342.11.61, 2003-09-29 10:37:58-07:00, davej@redhat.com [PATCH] K7 MCE handler fixes. Don't poke bank 0 on Athlon, some of them don't like it and raise spurious MCEs. ChangeSet@1.1342.11.60, 2003-09-29 10:37:45-07:00, davej@redhat.com [PATCH] megaraid ULL fix. ChangeSet@1.1342.11.59, 2003-09-29 10:37:33-07:00, smurf@play.smurf.noris.de [PATCH] minor edit typo Editor wraparound and comments don't always like each other. ChangeSet@1.1342.11.58, 2003-09-29 10:28:00-07:00, bunk@fs.tum.de [PATCH] select for fs/Kconfig This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs). ChangeSet@1.1342.11.57, 2003-09-29 10:27:53-07:00, axboe@suse.de [PATCH] kill CDROM_SEND_PACKET The CDROM_SEND_PACKET ioctl is both slow and ugly, this patch keeps the functionality but utilizes the much better sg_io() framework. ChangeSet@1.1342.11.56, 2003-09-29 10:27:44-07:00, piggin@cyberone.com.au [PATCH] remove bogus UP on SMP kernel error This removes a bogus error message in the bogomips reporting code when running an SMP kernel on UP. It makes the output consistent with what you see on an SMP box. I noticed this while testing, but it recently annoyed me again when booting a knoppix CD - its the first line you'll see. ChangeSet@1.1217.15.5, 2003-09-29 10:23:40-07:00, sri@us.ibm.com [SCTP] Convert tv_add from static inline to a macro to fix an obscure assembler problem with parisc64. ChangeSet@1.1342.11.55, 2003-09-29 10:17:49-07:00, torvalds@home.osdl.org Select the i8042 driver for mouse and keyboard only on PC's. Other architectures have other low-level serial chips. Make "PC" configuration shorthand (same as "X86 && !EMBEDDED" right now, but other PC-like architectures may start using it) ChangeSet@1.1342.11.54, 2003-09-29 10:04:21-07:00, geert@linux-m68k.org [PATCH] Generic serial warning Generic serial: jiffies are unsigned long ChangeSet@1.1342.11.53, 2003-09-29 10:04:14-07:00, geert@linux-m68k.org [PATCH] M68k sched_clock() M68k: Add sched_clock() (introduced in 2.6.0-test6) ChangeSet@1.1342.11.52, 2003-09-29 10:04:04-07:00, geert@linux-m68k.org [PATCH] Amiga A2232 Serial typo A2232 Serial: Fix typo ChangeSet@1.1342.11.51, 2003-09-29 10:03:57-07:00, geert@linux-m68k.org [PATCH] Zorro include guards Zorro: Make closing include guards consistent with opening include guards ChangeSet@1.1342.11.50, 2003-09-29 10:03:47-07:00, geert@linux-m68k.org [PATCH] Amiga GVP-II SCSI fix GVP-II SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead. ChangeSet@1.1342.11.49, 2003-09-29 10:03:39-07:00, geert@linux-m68k.org [PATCH] Amiga A2091 SCSI fix A2091 SCSI: Fix compilation by getting rid of the obsolete SCSI host instance loop and using per-card interrupt handlers instead. ChangeSet@1.1342.11.48, 2003-09-29 10:03:30-07:00, geert@linux-m68k.org [PATCH] Amiga Zorro bus doc updates Amiga Zorro bus: Update the docs to match the current situation. ChangeSet@1.1342.11.47, 2003-09-29 10:03:21-07:00, geert@linux-m68k.org [PATCH] Dmasound config Dmasound: Use select to get CONFIG_DMASOUND defined for all subdrivers (from Christoph Hellwig). ChangeSet@1.1342.11.46, 2003-09-29 10:03:13-07:00, geert@linux-m68k.org [PATCH] Macintosh SMC 9194 Ethernet is broken Macintosh SMC 9194 Ethernet is broken (needs NuBus I/O abstractions) ChangeSet@1.1342.11.45, 2003-09-29 10:03:04-07:00, geert@linux-m68k.org [PATCH] Atari NCR5380 SCSI is broken Atari NCR5380 SCSI is broken (needs old update_timeout() from scsi_obsolete) ChangeSet@1.1342.11.44, 2003-09-29 10:02:56-07:00, geert@linux-m68k.org [PATCH] Sun-3/3x frame buffer device is broken Sun-3/3x frame buffer device is broken (needs update to new fbdev and sbuslib frameworks) ChangeSet@1.1342.11.43, 2003-09-29 10:02:47-07:00, geert@linux-m68k.org [PATCH] Amiga Cybervision 64/3D frame buffer device is broken Amiga Cybervision 64/3D frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.11.42, 2003-09-29 10:02:39-07:00, geert@linux-m68k.org [PATCH] Amiga Retina Z3 frame buffer device is broken Amiga Retina Z3 frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.11.41, 2003-09-29 10:02:31-07:00, geert@linux-m68k.org [PATCH] Amiga CyberVision 64 frame buffer device is broken Amiga CyberVision 64 frame buffer device is broken (needs update to new fbdev framework) ChangeSet@1.1342.11.40, 2003-09-29 10:02:23-07:00, geert@linux-m68k.org [PATCH] Atari frame buffer device is broken Atari frame buffer device is broken (needs update to new fbdev framework and new iplan2p* drawing operations) ChangeSet@1.1342.11.39, 2003-09-29 10:02:14-07:00, geert@linux-m68k.org [PATCH] Macintosh CS89x0 Ethernet is broken Macintosh CS89x0 Ethernet is broken (needs netif updates) ChangeSet@1.1342.11.38, 2003-09-29 10:02:06-07:00, geert@linux-m68k.org [PATCH] MVME166/7 CD2401 serial is broken MVME166/7 CD2401 serial is broken (needs taskqueue updates) ChangeSet@1.1342.11.37, 2003-09-29 10:01:57-07:00, geert@linux-m68k.org [PATCH] Atari Pamsnet Ethernet is broken Atari Pamsnet Ethernet is broken (needs netif updates and broken ACSI) ChangeSet@1.1342.11.36, 2003-09-29 10:01:49-07:00, geert@linux-m68k.org [PATCH] Atari Bionet Ethernet is broken Atari Bionet Ethernet is broken (needs netif updates and broken ACSI) ChangeSet@1.1342.11.35, 2003-09-29 10:01:39-07:00, geert@linux-m68k.org [PATCH] Amiga GVP-II SCSI is broken Amiga GVP-II SCSI is broken (needs SCSI device list updates and gvp11_bus_reset()) ChangeSet@1.1342.11.34, 2003-09-29 10:01:31-07:00, geert@linux-m68k.org [PATCH] Amiga A2091 SCSI is broken Amiga A2091 SCSI is broken (needs SCSI device list updates and a2091_bus_reset()) ChangeSet@1.1342.11.33, 2003-09-29 10:01:22-07:00, geert@linux-m68k.org [PATCH] 53c7xx SCSI core is broken 53c7xx SCSI core is broken (needs SCSI updates (has_cmdblocks and device lists)), breaking the following drivers: - Amiga A4000T SCSI - Amiga A4091 SCSI - Amiga WarpEngine SCSI - Amiga Blizzard PowerUP 603e+ SCSI - MVME16x NCR53C710 SCSI - BVME6000 NCR53C710 SCSI ChangeSet@1.1342.11.32, 2003-09-29 10:01:14-07:00, geert@linux-m68k.org [PATCH] Atari ACSI is broken Atari ACSI is broken (needs bio updates) ChangeSet@1.1342.11.31, 2003-09-29 10:01:07-07:00, geert@linux-m68k.org [PATCH] Macintosh SWIM IOP floppy is broken Macintosh SWIM IOP floppy is broken (needs bio updates) ChangeSet@1.1342.11.30, 2003-09-29 10:00:59-07:00, geert@linux-m68k.org [PATCH] Atari ST-RAM swap is broken Atari ST-RAM swap is broken (needs swap updates) ChangeSet@1.1342.11.29, 2003-09-29 10:00:50-07:00, geert@linux-m68k.org [PATCH] Atari Hades support is broken Atari Hades support is broken (needs updates for the new PCI code) ChangeSet@1.1342.11.28, 2003-09-29 10:00:42-07:00, geert@linux-m68k.org [PATCH] Macintosh 8390 Ethernet update Mac8390: Update for netdevice/8390 core changes in 2.5.8 ChangeSet@1.1342.11.27, 2003-09-29 10:00:34-07:00, geert@linux-m68k.org [PATCH] Atari ACSI fix Atari ACSI: Add missing include and fix duplicate parameter type ChangeSet@1.1342.11.26, 2003-09-29 10:00:26-07:00, geert@linux-m68k.org [PATCH] Mac SWIM floppy missing include Mac SWIM floppy: Add missing include ChangeSet@1.1342.11.25, 2003-09-29 10:00:18-07:00, geert@linux-m68k.org [PATCH] Atari ST-RAM missing include Atari ST-RAM: Add missing include ChangeSet@1.1342.11.24, 2003-09-29 10:00:10-07:00, geert@linux-m68k.org [PATCH] M68k bitops M68k bitops: Make input parameters of *find*bit() routines const: - find_first_zero_bit() - find_next_zero_bit() - sched_find_first_bit() ChangeSet@1.1342.11.23, 2003-09-29 10:00:01-07:00, geert@linux-m68k.org [PATCH] M68k PCI M68k PCI: Include , like all other archs do ChangeSet@1.1342.11.22, 2003-09-29 09:59:53-07:00, geert@linux-m68k.org [PATCH] Q40/Q60 interrupts Q40/Q60: Fix warnings, add diagnostic message (from Richard Zidlicky) ChangeSet@1.1342.11.21, 2003-09-29 09:59:44-07:00, geert@linux-m68k.org [PATCH] Sun-3 SCSI Sun-3 SCSI updates (from Sam Creasey): - Define sun3scsi_release() in sun3_scsi and sun3_scsi_vme so that the drivers will actually be loaded by the SCSI subsystem. - Remove some warnings. ChangeSet@1.1342.11.20, 2003-09-29 09:59:36-07:00, geert@linux-m68k.org [PATCH] Sun-3 bootmem Sun-3: Use init_bootmem_node() instead of init_bootmem() for Sun-3, to avoid setting min/max_low_pfn in init_bootmem(). This was screwing up SCSI, and the new method is more like m68k/motorola. (from Sam Creasey) ChangeSet@1.1342.11.19, 2003-09-29 09:59:27-07:00, geert@linux-m68k.org [PATCH] Q40/Q60 interrupts Q40/Q60: Must handle keyboard interrupts even before they are registered (from Richard Zidlicky) ChangeSet@1.1342.11.18, 2003-09-29 09:59:19-07:00, geert@linux-m68k.org [PATCH] m68k zImage m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default ChangeSet@1.1342.11.17, 2003-09-29 09:52:40-07:00, Andries.Brouwer@cwi.nl [PATCH] jfs sparse fixes ChangeSet@1.1342.11.16, 2003-09-29 09:52:31-07:00, Andries.Brouwer@cwi.nl [PATCH] jbd sparse fixes ChangeSet@1.1342.11.15, 2003-09-29 09:52:22-07:00, Andries.Brouwer@cwi.nl [PATCH] hpfs sparse fixes ChangeSet@1.1342.11.14, 2003-09-29 09:52:14-07:00, Andries.Brouwer@cwi.nl [PATCH] hfs sparse fixes ChangeSet@1.1342.11.13, 2003-09-29 09:52:07-07:00, Andries.Brouwer@cwi.nl [PATCH] freevxfs sparse fixes ChangeSet@1.1342.11.12, 2003-09-29 09:51:59-07:00, Andries.Brouwer@cwi.nl [PATCH] fat sparse fixes ChangeSet@1.1342.11.11, 2003-09-29 09:51:47-07:00, Andries.Brouwer@cwi.nl [PATCH] ext3 sparse fixes ChangeSet@1.1342.11.10, 2003-09-29 09:51:38-07:00, Andries.Brouwer@cwi.nl [PATCH] befs sparse fixes ChangeSet@1.1342.11.9, 2003-09-29 09:51:30-07:00, Andries.Brouwer@cwi.nl [PATCH] affs sparse fixes ChangeSet@1.1267.30.9, 2003-09-29 12:32:13-04:00, len.brown@intel.com [ACPI] CONFIG_ACPI_RELAXED_AML from 2.4 http://bugzilla.kernel.org/show_bug.cgi?id=1248 ChangeSet@1.1267.1.18, 2003-09-29 16:52:40+01:00, trini@org.rmk.(none) [SERIAL] Make the Startech UART detection 'more correct' ChangeSet@1.1342.6.5, 2003-09-29 13:52:41+01:00, davej@redhat.com [CPUFREQ] Fix ordering in kconfig. ChangeSet@1.1342.10.53, 2003-09-29 00:03:27-03:00, acme@conectiva.com.br o NET: net/netsyms.c bites the dust ChangeSet@1.1342.10.52, 2003-09-28 23:58:51-03:00, acme@conectiva.com.br o NET: move fs/file_table.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.51, 2003-09-28 23:54:24-03:00, acme@conectiva.com.br o NET: move fs/fcntl.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.50, 2003-09-28 23:49:26-03:00, acme@conectiva.com.br o NET: move drivers/net/loopback.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.49, 2003-09-28 23:45:22-03:00, acme@conectiva.com.br o NET: move drivers/net/Space.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.48, 2003-09-28 23:41:39-03:00, acme@conectiva.com.br o NET: move net/xfrm/xfrm_algo.c EXPORT_SYMBOL_GPLs from net/netsyms.c ChangeSet@1.1342.10.47, 2003-09-28 23:32:59-03:00, acme@conectiva.com.br o NET: move rest of net/sched/*.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.46, 2003-09-28 23:24:16-03:00, acme@conectiva.com.br o NET: move net/802/*.c EXPORT_SYMBOLs from net/netsyms.c Also add #include to include/net/pkt_sched.h, as it uses functions defined on this include (netif_queue_stopped, etc). Ah, the other datalink stuff was moved as well (eth.c, pe2.c) ChangeSet@1.1342.10.45, 2003-09-28 23:06:21-03:00, acme@conectiva.com.br o NET: move net/ipv4/{ip_input,sysctl_net_ipv4}.c EXPORT_SYMBOLs from net/netsyms.c And also a leftover to net/ipv4/af_inet.c ChangeSet@1.1342.10.44, 2003-09-28 22:56:57-03:00, acme@conectiva.com.br o NET: move net/ipv4/inetpeer.c EXPORT_SYMBOLs from net/netsyms.c And some leftovers from previous changesets also moved to net/core/dev.c and net/sched/sch_api.c ChangeSet@1.1342.10.43, 2003-09-28 22:41:45-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_fragment.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.42, 2003-09-28 22:08:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.41, 2003-09-28 22:01:33-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_options.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.40, 2003-09-28 21:48:16-03:00, acme@conectiva.com.br o NET: move net/ipv4/protocol.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.39, 2003-09-28 21:32:00-03:00, acme@conectiva.com.br o NET: move net/ipv4/fib_frontend.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.38, 2003-09-28 21:14:52-03:00, acme@conectiva.com.br o NET: move net/ipv4/icmp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.37, 2003-09-28 21:06:45-03:00, acme@conectiva.com.br o NET: move net/ipv4/igmp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.36, 2003-09-28 21:01:47-03:00, acme@conectiva.com.br o NET: move net/ipv4/route.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.35, 2003-09-28 20:56:20-03:00, acme@conectiva.com.br o NET: move net/core/link_watch.c EXPORT_SYMBOLs from net/netsyms.c Also fix a typo. ChangeSet@1.1342.10.34, 2003-09-28 20:47:46-03:00, acme@conectiva.com.br o NET: move net/core/dv.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.33, 2003-09-28 20:41:16-03:00, acme@conectiva.com.br o NET: move net/core/filter.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.32, 2003-09-28 20:26:41-03:00, acme@conectiva.com.br o NET: move net/core/flow.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.31, 2003-09-28 20:19:02-03:00, acme@conectiva.com.br o NET: move net/core/dev_mcast.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.30, 2003-09-28 20:10:29-03:00, acme@conectiva.com.br o NET: move net/core/dst.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.29, 2003-09-28 20:04:44-03:00, acme@conectiva.com.br o NET: move net/core/utils.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.28, 2003-09-28 19:57:36-03:00, acme@conectiva.com.br o NET: move net/core/iovec.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.27, 2003-09-28 19:51:49-03:00, acme@conectiva.com.br o NET: move net/core/scm.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.26, 2003-09-28 19:45:07-03:00, acme@conectiva.com.br o NET: move net/sched/sch_api.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.25, 2003-09-28 19:40:28-03:00, acme@conectiva.com.br o NET: move net/core/datagram.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.24, 2003-09-28 19:30:37-03:00, acme@conectiva.com.br o NET: move net/core/wireless.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.23, 2003-09-28 19:26:25-03:00, acme@conectiva.com.br o NET: move net/ipv4/arp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.22, 2003-09-28 19:14:09-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.21, 2003-09-28 19:05:34-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_timer.c EXPORT_SYMBOLs from net/netsyms.c Also move the EXPORT_SYMBOL(tcp_statistics) to net/ipv4/tcp.c, so that finally the tcp.h header can be removed from net/netsyms.c, ctags doesn't catches the variables defined with DEFINE_SNMP_STAT :-\ ChangeSet@1.1342.10.20, 2003-09-28 18:50:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_input.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.19, 2003-09-28 18:38:21-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_minisocks.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.18, 2003-09-28 17:58:07-03:00, acme@conectiva.com.br o NET: move net/core/ethtool.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.17, 2003-09-28 17:44:00-03:00, acme@conectiva.com.br o NET: move net/ipv4/devinet.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.16, 2003-09-28 17:21:01-03:00, acme@conectiva.com.br o NET: move net/ipv4/ip_sockglue.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.11.7, 2003-09-28 11:43:45-07:00, torvalds@home.osdl.org Merge bk://kernel.bkbits.net/jgarzik/misc-2.5 into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1342.10.15, 2003-09-28 14:01:26-03:00, acme@conectiva.com.br o NET: move net/sched/police.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.14, 2003-09-28 13:57:10-03:00, acme@conectiva.com.br o NET: move net/sched/sch_generic.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.13, 2003-09-28 13:52:27-03:00, acme@conectiva.com.br o NET: move net/core/rtnetlink.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.12, 2003-09-28 13:45:47-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_output.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.11, 2003-09-28 13:41:12-03:00, acme@conectiva.com.br o NET: move net/ipv4/udp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.10, 2003-09-28 13:35:00-03:00, acme@conectiva.com.br o NET: move net/core/netfilter.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.9, 2003-09-28 13:29:22-03:00, acme@conectiva.com.br o NET: move net/netlink/af_netlink.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.8, 2003-09-28 13:22:53-03:00, acme@conectiva.com.br o NET: move net/socket.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.7, 2003-09-28 13:13:49-03:00, acme@conectiva.com.br o NET: move net/core/skbuff.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.6, 2003-09-28 13:05:40-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.13.3, 2003-09-28 10:31:20-04:00, mzyngier@freesurf.fr [PATCH] ne3210 update The enclosed patch ports the ne3210 driver over the EISA probing API. It also fixes some ioremap/isa_memcopy_fromio problems (depending on where the card memory was mapped) by using ioremap unconditionally and letting memcopy_fromio do the right thing. Finally, it removes the card from Space.c (warning, potential interface renumbering !). The module options are currently disabled, until Rusty's module_param_array() patch is included. I will re-introduce them ASAP. Quite heavily tested on x86. ChangeSet@1.1342.13.2, 2003-09-28 10:31:04-04:00, shemminger@osdl.org [PATCH] Fix warnings in hamradio/baycom build Sorry, overlooked the corresponding .h file in that patch, here it is. ChangeSet@1.1342.13.1, 2003-09-28 10:30:55-04:00, romieu@fr.zoreil.com [PATCH] Fix debug statement after return in drivers/net/wireless/arlan-main.c This patch applies to 2.5.68 and is listed on kbugs.org. The debug statement is never executed because it is after a return. ChangeSet@1.1342.6.4, 2003-09-28 13:34:16+01:00, davej@redhat.com [CPUFREQ] powernow-k8 compile fix ChangeSet@1.1342.11.6, 2003-09-28 01:10:28-04:00, jgarzik@redhat.com [BK] "bk ignore" aic7xxx auto-generated files ChangeSet@1.1342.10.5, 2003-09-28 01:45:08-03:00, acme@conectiva.com.br o NET: move net/ipv4/af_inet.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.4, 2003-09-28 01:30:48-03:00, acme@conectiva.com.br o NET: move net/ipv4/tcp_ipv4.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.12.1, 2003-09-28 00:24:59-04:00, jgarzik@redhat.com [janitor] Replace bcopy() uses with memcpy(), where possible. Affects: JFS, scsi/{sym,sym2}, arch/ia64/sn/io/sn2/{module,pic}.c ChangeSet@1.1342.10.3, 2003-09-28 01:21:35-03:00, acme@conectiva.com.br o NET: move net/core/neighbour.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.11.5, 2003-09-28 00:17:50-04:00, jgarzik@redhat.com Misc warning fixes: * block/cciss: eliminate "comparison always false" warning * char/agp/amd64-agp: properly suffix 64-bit constants * ide/legacy/pdc4030: fix incomplete conversion to new IDE module API ChangeSet@1.1342.11.4, 2003-09-28 00:15:50-04:00, jgarzik@redhat.com [wireless arlan] fix modular build 'probe' module parameter is only used when arlan is built as a module. ChangeSet@1.1342.11.3, 2003-09-28 00:15:00-04:00, jgarzik@redhat.com [MCA] don't include linux/mca-legacy.h from linux/mca.h. As the functions and definitions in linux/mca-legacy.h are deprecated, require that users explicitly include linux/mca-legacy.h as needed. Prior to this change, _all_ users of linux/mca.h (i.e. proper users) issued a warning at compile time, when the MCA legacy API was enabled. Now only actual users of the legacy API cause warnings, not all MCA drivers. ChangeSet@1.1342.11.2, 2003-09-28 00:12:42-04:00, jgarzik@redhat.com [MCA] convert mca-proc to use not-deprecated functions ChangeSet@1.1342.11.1, 2003-09-28 00:12:06-04:00, jgarzik@redhat.com [MCA] include linux/mca-legacy.h directly, to access deprecated MCA API ChangeSet@1.1342.10.2, 2003-09-28 01:10:34-03:00, acme@conectiva.com.br o NET: move net/core/sock.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.10.1, 2003-09-28 00:54:02-03:00, acme@conectiva.com.br o NET: move net/core/dev.c EXPORT_SYMBOLs from net/netsyms.c ChangeSet@1.1342.9.1, 2003-09-27 21:52:19-04:00, len.brown@intel.com Merge intel.com:/home/lenb/bk/linux-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-release-2.6.0 ChangeSet@1.1342.1.34, 2003-09-27 21:48:51-04:00, len.brown@intel.com Merge intel.com:/home/lenb/bk/linux-2.6.0 into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0 ChangeSet@1.1342.1.33, 2003-09-27 17:46:14-07:00, torvalds@home.osdl.org Linux 2.6.0-test6 TAG: v2.6.0-test6