- 22 Feb, 2004 40 commits
-
-
Andrew Morton authored
From: David Woodhouse <dwmw2@infradead.org> Now that we coalesce ACKs for outgoing packets, the v.110 code needs to look at the size it's given rather than assuming it'll get precisely one callback for each packet sent...
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Michael Veeck <michael.veeck@gmx.net> Removes unnecessary min/max macros and use kernel.h macros instead.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Michael Veeck <michael.veeck@gmx.net> Remove unnecessary min/max macros and changes calls to use kernel.h macros instead.
-
Andrew Morton authored
From: <WHarms@bfs.de>(Walter Harms) Hi list, while checking 2.6.1 for missing checks(). fs/jffs/inode-v23.c got overlooked somehow. This patch fixes: 2 unguarded kmem_cache_create 1 unguarded proc_mkdir
-
Andrew Morton authored
From: Stephen Smalley <sds@epoch.ncsc.mil> Looking at d_splice_alias, it appears that the security_d_instantiate call in the first case (where it ends up moving an entry in place of the given dentry) should be passing 'new' rather than 'dentry' to ensure that the passed dentry is associated with the inode. This patch should fix the problem. (Addresses bugzilla #2153)
-
Andrew Morton authored
ext3_error() sleeps, so don't call it with the lock held.
-
Andrew Morton authored
From: Andi Kleen <ak@suse.de>, From Suresh.B.Siddha Fix another bug caused by the recent IA32e merge. The full L1 cache size padding of the GDT didn't work with smaller cache line sizes. Just revert that. I must admit I still don't understand why it didn't work, but it's better to have a working system for now.
-
Andrew Morton authored
From: Xose Vazquez Perez <xose@wanadoo.es> Even master's books bring errors :-). URL has the errata and more information about the books
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> This patch tries to clean up init section usage in arch/i386/kernel/cpu/mtrr/*.c.
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> When compiling the IPMI drivers on m68k, I needed a few more includes: - <asm/irq.h> (for disable_irq_nosync() and enable_irq()) - <linux/types.h> (for size_t) - <asm/system.h> (for printk())
-
Andrew Morton authored
From: Manfred Spraul <manfred@colorfullife.com> Attached is a patch that replaces the #ifndef CONFIG_SYSV syscall stubs with cond_syscall stubs.
-
Andrew Morton authored
From: Paul Clements <Paul.Clements@SteelEye.com> This patch removes the PARANOIA define (it was always defined anyway). It also removes the requests_in/out counters (which weren't always accurate, and are superfluous anyway, since the block layer keeps its own in_flight counter). Also some minor cleanup of comments.
-
Andrew Morton authored
From: Paul Clements <Paul.Clements@SteelEye.com> This patch fixes the initial set_capacity call so that it matches nbd's internal device size (nbd_device->bytesize).
-
Andrew Morton authored
From: bert hubert <ahu@ds9a.nl> Current bitkeeper features a cryptoloop which is not safe for journaled file systems and also a Device Mapper target which is. The patch below updates Kconfig to that effect.
-
Andrew Morton authored
If you pass a huge nlen value into sys_sysctl() it will loop for hours printing billions of question marks, so range-check the arguments. Also, remove the code which informs the user that the sysctl is obsolete: it allows unprivileged users to spam the logs.
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k core spelling fix (from Michael Hayes)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Add a dummy <asm-generic/dma-mapping-broken.h> for systems that don't support the new DMA API, and make m68k use it if !CONFIG_PCI
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Mac IOP spelling fix (from Matthias Urlichs)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k FPU emu: Remove reference to non-existing website
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k: Add missing implementation of cmpxchg() (from Andreas Schwab, Roman Zippel and me)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k: Improve formatting of call trace output (from Matthias Urlichs)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k: Add missing relocation support to module loader (from Matthias Urlichs)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Clean up arch/m68k/mm/Makefile logic
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Update M68k configuration logic: - Introduce CONFIG_MMU_MOTOROLA and CONFIG_MMU_SUN3 - Move Sun-3 config selection to the top since all other platforms conflict with it - Sun-3 implies MMU_SUN3 - All other platforms imply MMU_MOTOROLA - Sun-3 implies M68020 - Sun-3x implies M68030 - Sun-3 kernels cannot support 68030, 68040, or 68060
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Amifb: Fix bugs in the video mode database: - ntsc-lace lacks the yres value - a2024-15 is 15 Hz, not 10
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k: Use drivers/Kconfig and fix up some remaining dependencies: - M68k no longer uses rtc.c - M68k never has AGP - CONFIG_ZORRO depends on CONFIG_AMIGS
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k: Remove obsolete MCA definition
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Atari Falcon: Prepend falcon_ to some Atari Falcon definitions to solve name clashes in some drivers.
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Sun-3 sbus: Add missing definition of sbus_readl() (from Sam Creasey)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> Sun-3: Use dummycon if CONFIG_DUMMY_CONSOLE is defined only (from Sam Creasey)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k mm: Kill warning (from Sam Creasey)
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k offsets.h: Move arch/m68k/kernel/m68k_defs.h to include/asm/offsets.h and use gen-asm-offsets framework (from Andreas Schwab and Ray Knight)
-
Andrew Morton authored
From: Paul Clements <Paul.Clements@SteelEye.com> Fix a module unload oops, as well as fix some return codes (so nbd-client can exit with the proper error code, rather than 0, when an error occurs).
-
Andrew Morton authored
From: "H. Peter Anvin" <hpa@transmeta.com> Remove the limit of 2048 pty's - allocate them on demand up to the 12:20 dev_t limit: a million.
-
Andrew Morton authored
From: Nick Piggin <piggin@cyberone.com.au> sys_shmat() need to be declared asmlinkage. This causes breakage when we actually get the proper prototypes into caller's scope.
-
Andrew Morton authored
From: Terence Ripperda <tripperda@nvidia.com> When coming out of standby, some chipsets lose their configuration in pci config space. this includes not just the agp master register being lost, but chipset-specific information, such as the physical address of the gatt table and other settings. Calling this configure routine again restores those settings. Dave said he was adding chipsets to this list on an "as needed and tested" basis. I ran across this problem I believe on a Dell Inspiron 4100 with nv11. (there had been some similar problems with specific nv11 systems when doing apm with the 2.4 kernel, I suspect, but haven't been able to verify, it's the same problem).
-
Andrew Morton authored
From: Russell King <rmk@arm.linux.org.uk> Here is a patch which updates various serial drivers in the kernel to make them less broken than they were before. Nevertheless, they are still broken. The improvement is to make these drivers use the tiocmget/tiocmset methods, which are present in the 2.6 kernel. Many of these have been incorrectly converted from the old global IRQ locking without regard for SMP issues, or still use the old global IRQ locking methods which are no longer present in 2.6 kernels. The full message thread can be found at: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=1dvnl-5Pr-1%40gated-at.bofh.it&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DISO-8859-1%26q%3DOutstanding%2Bfixups%26btnG%3DGoogle%2BSearch%26meta%3Dgroup%253Dlinux.kernel
-
Andrew Morton authored
From: Russell King <rmk@arm.linux.org.uk> Convert a bunch of serial drivers to new-style ioctl handling.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
A bit too over-eager to minimise the delta resulted in this Kconfig file trying to source a currently non-existent Kconfig file.
-