On Fri, 22 Apr 2005, Linus Torvalds wrote:
> On Fri, 22 Apr 2005, Maciej W. Rozycki wrote:
> > JFTR, a few of the TURBOchannel variations of the TGA are supported for
> > MIPS, but regrettably the necessary code hasn't been ported from 2.4 to
> > 2.6 yet.
>
> Ok, so that would have increased th
> Is the above code equivalant to what the comment states:
>
> if (is_cpu_isolated(trial) <= is_cpu_exclusive(trial))
> return -EINVAL;
I think I got that backwards. How about:
/* An isolated cpuset has to be exclusive */
if (!(is_cpu_isolated(trial) <= is_cp
On Fri, Apr 22, 2005 at 05:02:38PM +0200, Martin Schwidefsky wrote:
> +#if defined(CONFIG_DASD_CMB) || defined(CONFIG_DASD_CMB_MODULE)
> +COMPATIBLE_IOCTL(BIODASDCMFENABLE)
> +COMPATIBLE_IOCTL(BIODASDCMFDISABLE)
> +COMPATIBLE_IOCTL(BIODASDREADALLCMB)
> +#endif
I don't think that there should be if
Hi Chris
On Friday 22 April 2005 03:48 am, Chris Ross wrote:
> I /do/ have the hardware, so I am very glad to see someone working on
> support for the Voodoo 5.
I am glad somebody is interested. ;-)
> Are there any specific tests you would like me
> to perform and send you the results from?
It
Arjan van de Ven wrote:
On Mon, 2005-04-18 at 11:09 -0500, Timur Tabi wrote:
Roland Dreier wrote:
Troy> How is memory pinning handled? (I haven't had time to read
Troy> all the code, so please excuse my ignorance of something
Troy> obvious).
The userspace library calls mlock() and then the
On Fri, 22 April 2005 11:22:51 +0300, Denis Vlasenko wrote:
>
> I do it this way:
>
> int f()
> {
> - tuple_t tuple;
> - cisparse_t parse;
> - u_char buf[255];
> + struct {
> + tuple_t tuple;
> + cisparse_t parse;
> + u_char buf[255];
> + }
This patch contains the following cleanups:
- make needlessly global code static
- main.c: remove the unused global variable fscache_debug
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/fscache/cookie.c | 19 +++
fs/fscache/fscache-int.h | 11 ---
fs/fsca
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/bad_inode.c |2 +-
fs/buffer.c |2 +-
fs/char_dev.c |2 +-
fs/dcache.c |2 +-
fs/eventpoll.c |2 +-
fs/exec.c
I didn't find any modular usage in the kernel.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.12-rc2-mm3-full/fs/super.c.old2005-04-23 02:45:59.0
+0200
+++ linux-2.6.12-rc2-mm3-full/fs/super.c2005-04-23 02:46:07.0
+0200
@@ -467,8 +467,6 @@
retur
I am having a problem getting my Dell Precision 620 with dual PIII 933's
and 512 Mb memory to boot 2.6.12-rc3. The problem seems to be the
aic7899. The aic7899 driver is compiled into the kernel along with the
rest of scsi. I have had to compile in the scsi for every version of
2.6.12-x, but th
Quoting "Eric W. Biederman" <[EMAIL PROTECTED]>:
> Nagesh Sharyathi <[EMAIL PROTECTED]> writes:
>
> > Here is the console boot log, before the machine jumps to BIOS
> > after hang during panic kerenl boot
>
> Ok thanks. So this is manually triggered with SysRq
> and the kexec part works but th
Dinakar's patch contains:
+ /* Make the change */
+ par->cpus_allowed = t.cpus_allowed;
+ par->isolated_map = t.isolated_map;
Doesn't the above make changes to the parent cpus_allowed without
calling validate_change()? Couldn't we do nasty things like
empty that cpus_allowed, le
On 4/22/05, Stefan Seyfried <[EMAIL PROTECTED]> wrote:
> --- linux/kernel/power/swsusp.c~2005-04-22 17:07:56.0 +0200
> +++ linux/kernel/power/swsusp.c 2005-04-22 17:09:22.0 +0200
> @@ -1239,7 +1239,7 @@ static int check_sig(void)
> */
>error =
Andrew, All,
Currently the x86-64 HPET code assumes the entire HPET implementation
from the spec is present. This breaks on boxes that do not implement the
optional legacy timer replacement functionality portion of the spec.
This patch fixes this issue, allowing x86-64 systems that cannot
On Fri, Apr 22, 2005 at 06:51:59PM -0700, Linus Torvalds wrote:
> On Fri, 22 Apr 2005, Venkatesh Pallipadi wrote:
> > The specifications that talk about E820 map doesn't have an upper limit
> > on the number of E820 entries. But, today's kernel has a hard limit of 32.
> > With increase in memory si
On Mon, Apr 18, 2005 at 11:47:38PM +0200, Adrian Bunk wrote:
> This patch lacked a small bit.
>
> Updated patch below.
>
> cu
> Adrian
>
>
> <-- snip -->
>
>
> This patch makes needlessly global code static.
Applied, thanks.
greg k-h
-
To unsubscribe from this list: send the line "unsub
This patch contains the following possible cleanups:
- make needlessly global functions static
- #if 0 the following unused global functions:
- journal.c: __journal_internal_check
- journal.c: journal_ack_err
- remove the following write-only global variable:
- journal.c: current_journal
- re
On Fri, 2005-04-22 at 09:56 +0100, Al Viro wrote:
> > +static int inotify_ignore(struct inotify_device *dev, s32 wd)
> > +{
> > + struct inotify_watch *watch;
> > + struct inode *inode;
> > +
> > + down(&dev->sem);
> > + watch = idr_find(&dev->idr, wd);
> > + if (unlikely(!watch)) {
> > +
Thank you.
On Fri, 2005-04-22 at 08:20 +0200, Oliver Neukum wrote:
> Am Freitag,
> 22. April 2005 03:20 schrieb Bob Gill:
> > OK. I downloaded, patched and started the build. Basically everything
> > stops when I get a "microtek.c:338: error: `FAILURE' undeclared" error
>
> Known problem. Fix i
On Fri, 22 Apr 2005, Tomi Lapinlampi wrote:
>
> Although the tgafb driver compiles with the above patch, it shows
> similar behaviour as before: The kernel loads, the monitor comes alive
> but the screen stays completely blank.
> The last kernel that worked was 2.6.8.1. I've tested with 2.6.{9,1
Linus Torvalds wrote:
On Fri, 22 Apr 2005, K.R. Foley wrote:
This simple patch fixes a compile error in the ultrastor driver. Patch
was originally submitted by Barry K. Nathan as referenced here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2
I just regenerated it against your
This patch contains the following possible cleanups:
- make needlessly global code static
- remove the following unused global function:
- nfs4state.c: set_no_grace
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/nfsd/nfs4acl.c |4 +-
fs/nfsd/nfs4callback.c |7 +--
This patch makes a needlessly global variable static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.12-rc2-mm3-full/fs/nls/nls_base.c.old 2005-04-21
00:10:59.0 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/nls/nls_base.c 2005-04-21 00:11:09.0
+0200
@@ -243,7 +243,7 @
Can people who can reproduce the x86-64 2.6.11 pmd bad problem please apply
the following patch and see (a) if it can be still reprocuded with it
and send the output generated. Also a strace of the program that showed
it (pid and name of it should be dumped) would be useful if not too big.
Afte
This patch makes a needlesly global function static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c.old 2005-04-20
23:19:47.0 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c 2005-04-20 23:19:56.0
+0200
@@ -84,7 +84,7 @@
Pavel Machek wrote:
>> 1. Is it necessary to print the following message during regular boot?
>>swsusp: Suspend partition has wrong signature?
> Hmm, feel free to provide a patch. (I need something to try git on :-).
Attached (sorry, Thunderbird...). One may argue over KERN_ERR, but i
don't m
On Fri, Apr 22, 2005 at 11:04:33AM -0400, John McCutchan wrote:
> On Fri, 2005-04-22 at 09:56 +0100, Al Viro wrote:
> > So what happens if
> > * something is holding inotify_sem right now
> > * ten threads call that on the same watch
> > * all of them get to down(&inode->inotify_sem); a
[patch 3/12] s390: fix memory holes and cleanup setup_arch.
From: Heiko Carstens <[EMAIL PROTECTED]>
The memory setup didn't take care of memory holes and this makes
the memory management think there would be more memory available
than there is in reality. That causes the OOM killer to kill
proce
Andrew, Stephen,
Currently in ext3 block reservation code, the global filesystem
reservation tree lock (rsv_block) is hold during the process of
searching for a space to make a new reservation window, including while
scaning the block bitmap to verify if the available window has a free
block. Hold
Hi!
> > Nice, so I now have my own -git tree, with two changes in it...
> >
> > Is there way to say "git diff -r origin:" but dump it patch-by-patch
> > with some usable headers?
> >
> > [Looking at git export]
>
> Either Linus' demo git-export (NOT the same as git export!), or git
> patch. In
> werewolf:/lib/modules/2.6.11-jam14/kernel/drivers/video# ll
> -rw-rw-r-- 1 root root 4402072 Apr 14 23:18 nvidia.ko
> werewolf:/usr/X11R6/lib# ll /usr/X11R6/lib/*7174*
> -rwxr-xr-x 1 root root 485260 Apr 11 01:12 /usr/X11R6/lib/libGL.so.1.0.7174*
> -rwxr-xr-x 1 root root 7626156 Apr 11 01:12
* Daniel Walker <[EMAIL PROTECTED]> wrote:
> What command line did you use ?
>
> ./test --samples 1 --hertz 128 --tasks 0
i used:
./test --tasks 10 file.hist
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECT
Hi,
On Friday 22 April 2005 17:33, Graham Seale wrote:
>
> The loss of keyboard function is independent of the environment, whether
> using GUI applications (various) or command line only.
>
> The response of the 2.4 kernel is much more able to re-establish
> keyboard polling sync. Generally,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On Fri, 22 Apr 2005, K.R. Foley wrote:
>
> This simple patch fixes a compile error in the ultrastor driver. Patch
> was originally submitted by Barry K. Nathan as referenced here:
> http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2
> I just regenerated it against your current gi
On Fri, 2005-04-22 at 22:13 +0100, Al Viro wrote:
> Or it would, if remove_watch() had been called only once. In the scenario
> above that will not be true.
Thanks.
Robert Love
Double check that we don't race.
Signed-off-by: Robert Love <[EMAIL PROTECTED]>
fs/inotify.c |9 +
* Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> * Daniel Walker <[EMAIL PROTECTED]> wrote:
>
> > What command line did you use ?
> >
> > ./test --samples 1 --hertz 128 --tasks 0
>
> i used:
>
> ./test --tasks 10 file.hist
but first i did:
chrt -f 98 -p `pidof 'IRQ 8'`
Ingo
-
To
Hi,
I'm running the 2.6.11.7 kernel (and others) and all of them have a
problem with locking up when they try to swap out memory, to a swap
partition, that is located in an extended partition which is 200G
in size. The same problem does not occur when the swap partition is
a primary partition on
[patch 5/12] s390: cmm guest sender id.
From: Martin Schwidefsky <[EMAIL PROTECTED]>
An arbitrary guest must not be allowed to trigger cmm actions.
Only one specific guest namely the one that serves as the
resource monitor may send cmm messages. Add a parameter that
allows to specify the guest th
Hi,
I have recently run into problems with 2.6 NFS clients accessing Irix
servers. After extensive searching, I found the problem referred to on
the kernel mailing list, in this thread:
http://kerneltrap.org/mailarchive/1/message/19372/thread
I could not find any other discussion of this issue a
* Daniel Walker <[EMAIL PROTECTED]> wrote:
> Is this the PriorityInversionTest (pi_test.tgz) or was there another one?
yes, it's pi_test.tgz.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info
It looks like (i havent checked all the tree) that every function that
is registered as ioctl (or
read_ioctl or fb_ioctl or ...) have an argument "unsigned long arg",
then each function is using
it like this:
void __user *argp = (void __user *)arg;
I am wondering why the argument isn't from type
sefrttry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
t
On Fri, 22 Apr 2005, Inaky Perez-Gonzalez wrote:
> > Ingo Molnar <[EMAIL PROTECTED]> writes:
>
> >> this includes fixes from Daniel Walker, which could fix the plist
> >> related slowdown bugs:
>
> > there are still some problems remaining: i just ran Esben Nielsen's
> > priority-inheritan
[patch 4/12] s390: default storage key.
From: Peter Oberparleiter <[EMAIL PROTECTED]>
Provide an easy way to define a non-zero storage key at compile
time. This is useful for debugging purposes.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
arch/s390/kernel/s390_ksyms.c |
Basic infrastructure to track non-resident pages. This code is
needed to support advanced page replacement algorithms like
CLOCK-Pro or CART.
Note that this code could use an actual hash function.
Links to the actual replacement algorithms can be found on:
http://wiki.linux-mm.org/wiki/AdvancedP
Hi,
The detection of Qlogic ISP1020 fails in 2.6.12-rc3. Details below.
Any advice or patches out there?
- Tomi
Details:
The system is an Alphastation 600 5/266 running Debian/Sarge.
In 2.6.11.2 the ISP1020 is detected like this (and it works with the
old driver):
scsi0 : QLogic ISP1020 SCSI
Is this the PriorityInversionTest (pi_test.tgz) or was there another one?
Daniel
On Fri, 22 Apr 2005, Ingo Molnar wrote:
>
> > this includes fixes from Daniel Walker, which could fix the plist
> > related slowdown bugs:
>
> there are still some problems remaining: i just ran Esben Nielsen
On Fri, 22 Apr 2005, Fab Tillier wrote:
> > From: Bodo Eggert <[EMAIL PROTECTED]>
> > Sent: Friday, April 22, 2005 6:10 AM
> > You can't even set a time limit, the driver may have allocated all DMA
> > memory to queued transfers, and some media needs to get plugged in by
> > the lazy robot. As soo
Dinakar wrote:
> Ok, Let me begin at the beginning and attempt to define what I am
> doing here
The statement of requirements and approach help. Thank-you.
And the comments in the code patch are much easier for me
to understand. Thanks.
Let me step back and consider where we are here.
I've n
This patch makes some needlessly global functions static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/jffs2/compr_rubin.c | 18 --
fs/jffs2/compr_zlib.c | 12
2 files changed, 20 insertions(+), 10 deletions(-)
--- linux-2.6.12-rc2-mm3-full/fs/jffs2/c
> Ingo Molnar <[EMAIL PROTECTED]> writes:
>> this includes fixes from Daniel Walker, which could fix the plist
>> related slowdown bugs:
> there are still some problems remaining: i just ran Esben Nielsen's
> priority-inheritance validation testsuite, and the plist code gives
> a worst-case l
This patch makes some needlessly global functions static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/nfs/idmap.c |4 ++--
fs/nfs/inode.c |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--- linux-2.6.12-rc2-mm3-full/fs/nfs/idmap.c.old2005-04-20
23:55:03.000
The CPU, mobo and memory were less than three days old so I'm not sure
if they're at fault. The it87 sensors module did something weird after
which all memory was consumed and the kernel started killing processes.
The keyboard I plugged in wouldn't do anything, so it was power
button time.
I don't
[patch 2/12] s390: idle timer setup.
From: Martin Schwidefsky <[EMAIL PROTECTED]>
Fix overflow in calculation of the new tod value in stop_hz_timer
and fix wrong virtual timer list idle time in case the virtual
timer is already expired in stop_cpu_timer.
Signed-off-by: Martin Schwidefsky <[EMAIL
[patch 11/12] s390: remove ioctl32 from crypto driver.
From: Cornelia Huck <[EMAIL PROTECTED]>
The ioctl32_conversion routines will be deprecated: Remove them from
the crypto driver.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
drivers/s390/crypto/z90main.c | 140 ++
On Fri, 22 Apr 2005, Linus Torvalds wrote:
> Most people don't have tga hardware. I don't think even most alpha users
> have it, and I think it's unheard of outside of alpha. So I'm afraid that
> there's not a lot of people around who can debug it without having a very
> clear starting point..
This patch removes some unused #ifdef USE_OLD_SLOW_DIRECTORY_LISTING
code.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/ncpfs/dir.c | 13
fs/ncpfs/ncplib_kernel.c | 40 ---
fs/ncpfs/ncplib_kernel.h |3 --
3 files chang
ext2_count_free is a small function that is only used
#ifdef EXT2FS_DEBUG.
We could offer the function itself only #ifdef EXT2FS_DEBUG, but what
about this patch to change ot to a static inline?
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/ext2/Makefile |2 +-
fs/ext2/bitmap.c |
Oops, I missed that you tested a non-plist kernel .. Maybe there are some
lingering problems in current stuff..
Daniel
On Fri, 22 Apr 2005, Inaky Perez-Gonzalez wrote:
> With 2.6.12-rc3-V0.7.46-02 I get:
>
> ...
> 2 maximum cycle time: 0.003ms
> 3 maximum cycle time: 1.706ms
> 4 maximum cyc
[patch 8/12] s390: enable write barriers in the dasd driver.
From: Stefan Weinhuber <[EMAIL PROTECTED]>
The DASD device driver never reorders the I/O requests and relies on
the hardware to write all data to nonvolatile storage before signaling
a successful write. Hence, the only thing we have to
On Mon, Apr 18, 2005 at 04:12:28AM +0200, Adrian Bunk wrote:
> This patch makes some needlessly global code static.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied, thanks.
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [
Gah! *kicks self* that dmesg output was from when the drive wasn't
plugged in. Yes, it is found and shows up when it's plugged in. I'll
go grab the drive from my relative's windoze box and attach a correct
dmesg output when she gets back this evening.
Sorry 'bout that,
--Randy
Randy Gardner
[EMAIL PROTECTED] wrote:
[A discussion on the git list about how to provide a hardlinked file
that *cannot* me modified by an editor, but must be replaced by
a new copy.]
[EMAIL PROTECTED] wrote all of:
perhaps having a new 'immutable hardlink' feature in the Linux VFS
would help? I.e. a hardlink
What command line did you use ?
./test --samples 1 --hertz 128 --tasks 0
Daniel
On Fri, 22 Apr 2005, Ingo Molnar wrote:
>
> * Daniel Walker <[EMAIL PROTECTED]> wrote:
>
> > Is this the PriorityInversionTest (pi_test.tgz) or was there another one?
>
> yes, it's pi_test.tgz.
>
>
On Fri, 22 Apr 2005 09:54:12 +0200
Arjan van de Ven <[EMAIL PROTECTED]> wrote:
> While the technicals of this change are ok, this still concerns me. Are
> all MSI drivers now supposed to check if the bios/mobo actually support
> MSI like this? That sounds sort of wrong!
It's a temporary situatio
This patch contains the following cleanups:
- make needlessly global functions static
- provide some debugging helper functions only for appropriate
values of CONFIG_JFFS_FS_VERBOSE
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
fs/jffs/intrep.c | 114 ++-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hello,
upon unmounting some NFSv3 shares, the following oops happened and i could
not remount any nfs shares after this:
lockd: cannot unmonitor 192.168.10.10
Unable to handle kernel NULL pointer dereference at virtual address
printing eip:
[patch 1/12] s390: regenerate defconfig.
From: Martin Schwidefsky <[EMAIL PROTECTED]>
Regenerate the default configuration for s390.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
arch/s390/defconfig | 19 ++-
1 files changed, 14 insertions(+), 5 deletions(-)
On Mon, Apr 18, 2005 at 04:08:48AM +0200, Adrian Bunk wrote:
> This patch makes two needlessly global functions static.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Applied, thanks.
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messag
hi, here is patch adding pluto2 to insmod.sh in dvb-kernel
Michal
--- build-2.6/insmod.sh 2005-04-22 19:22:00.0 +0200
+++ build-2.6/insmod.sh 2005-04-22 19:21:35.0 +0200
@@ -74,6 +74,9 @@
insmod ./dvb-usb-a800.ko
insmod ./dvb-usb-nova-t-usb2.ko
insmod ./dvb-usb-umt-010.ko
+ #
[patch 7/12] s390: dasd readonly attribute.
From: Horst Hummel <[EMAIL PROTECTED]>
The independent read-only flags in devmap, dasd_device and gendisk
are not kept in sync. Use one bit per feature in the dasd driver and
keep that bit in sync with the gendisk bit.
Signed-off-by: Martin Schwidefsky
Hello kernel developers
Please forgive this format, which cannot conform to your standard bug
reporting system because of its hardware sensitive nature. It cannot
allow a developer exact replication of the problem circumstance. I do
not have close knowledge nor expertise with source codes and sc
On Fri, Apr 22, 2005 at 05:39:02PM +0530, Harish K Harshan wrote:
> But the system works pretty fine when other applications are
> running.
so either the driver is poking something that is causing problems or
maybe the card when operating makes the system unstabel
> Oncei load the driver, the sy
> From: Bodo Eggert <[EMAIL PROTECTED]>
> Sent: Friday, April 22, 2005 6:10 AM
>
> All userspace hardware drivers with DMA will require pinned pages (and
> some of them will require continuous memory). Since this memory may be
> scheduled to be accessed by DMA, reclaiming those pages may (aka. wil
Dear Customer,
We have all brands of Mobile Phones for sell at cheap and affordable
prices, they ranges from Nokia/Samsung/LG/Sony
Ericsson/Motorola/Alcatel/Panasonic With Bluetooth, all Brands and Models of
Nextel Phones, we want you to get back to us with your quote so that we can
begin a g
Anton Altaparmakov writes:
[...]
>
> mm/filemap.c::file_buffered_write():
>
> - It calls fault_in_pages_readable() which is completely bogus if
> @nr_segs > 1. It needs to be replaced by a to be written
> "fault_in_pages_readable_iovec()".
Which will be only marginally less bogus, becau
On Fri, 2005-04-22 at 19:10 +0400, Nikita Danilov wrote:
> Anton Altaparmakov writes:
> > mm/filemap.c::file_buffered_write():
> >
> > - It calls fault_in_pages_readable() which is completely bogus if
> > @nr_segs > 1. It needs to be replaced by a to be written
> > "fault_in_pages_readable_i
[patch 12/12] s390: cio documentation.
From: Cornelia Huck <[EMAIL PROTECTED]>
Synchronize documentation with current interface.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
Documentation/s390/cds.txt | 45 +
1 files changed, 41
Matt Mackall wrote:
http://selenic.com/mercurial/
April 19, 2005
I've spent the past couple weeks working on a completely new
proof-of-concept SCM. The goals:
- to initially be as simple (and thereby hackable) as possible
- to be as scalable as possible
- to be memory, disk, and bandwidth effici
[patch 10/12] s390: remove ioctl32 from dasdcmb.
From: Cornelia Huck <[EMAIL PROTECTED]>
The ioctl32_conversion routines will be deprecated: Remove them from
dasd_cmb and handle the three cmb ioctls like all other dasd ioctls.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
arc
[patch 6/12] s390: allow longer debug feature names.
From: Michael Holzheu <[EMAIL PROTECTED]>
The current limitation of 16 characters of the debug feature names
turned out to be insufficient. Increase it to 64 characters.
Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
diffstat:
include
Al Viro wrote:
> thread_info, part 1:
Patches look fine. Some of the helper stuff could be moved to
asm-generic, but that can still be done later. The headers really need
some serious cleanup in this area, the dependencies are damned fragile.
I8 still have a completely untested patch to con
On Fri, Apr 22, 2005 at 02:20:30PM +0300, Tomi Lapinlampi wrote:
>
> Actually, I was able to get a clean compile with the patch from
> http://marc.theaimsgroup.com/?l=linux-alpha&m=111392038121433&w=2
Hi again,
Although the tgafb driver compiles with the above patch, it shows
similar behaviour a
A few code details (still working on more substantive reply):
+ /* An isolated cpuset has to be exclusive */
+ if ((is_cpu_isolated(trial) && !is_cpu_exclusive(cur))
+ || (!is_cpu_exclusive(trial) && is_cpu_isolated(cur)))
+ return -EINVAL;
Is the above code eq
fr den 22.04.2005 Klokka 09:54 (-0500) skreiv Eric Harvieux:
> Hi,
>
> I have recently run into problems with 2.6 NFS clients accessing Irix
> servers. After extensive searching, I found the problem referred to on
> the kernel mailing list, in this thread:
>
> http://kerneltrap.org/mailarchive/
On Fri, 22 Apr 2005, Maciej W. Rozycki wrote:
>
> JFTR, a few of the TURBOchannel variations of the TGA are supported for
> MIPS, but regrettably the necessary code hasn't been ported from 2.4 to
> 2.6 yet.
Ok, so that would have increased the testing base by, what? One person or
two? I thi
On Fri, 22 Apr 2005, Venkatesh Pallipadi wrote:
>
> The specifications that talk about E820 map doesn't have an upper limit
> on the number of E820 entries. But, today's kernel has a hard limit of 32.
> With increase in memory size, we are seeing the number of E820 entries
> reaching close to 32
This is a very good idea.
Jeff
Venkatesh Pallipadi wrote:
The specifications that talk about E820 map doesn't have an upper limit
on the number of E820 entries. But, today's kernel has a hard limit of 32.
With increase in memory size, we are seeing the number of E820 entries
reaching close to 32. P
On Sat, Apr 23, 2005 at 03:05:17AM +0200, Roman Zippel wrote:
> Hi,
>
> On Sat, 23 Apr 2005, Adrian Bunk wrote:
>
> > Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if
> > DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.
> >
> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED
The specifications that talk about E820 map doesn't have an upper limit
on the number of E820 entries. But, today's kernel has a hard limit of 32.
With increase in memory size, we are seeing the number of E820 entries
reaching close to 32. Patch below bumps the number upto 128.
Patch does it fo
Hi,
On Sat, 23 Apr 2005, Adrian Bunk wrote:
> Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if
> DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
>
> --- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old 2005-04-22
> 03
Currently, DEBUG_BUGVERBOSE, is automatically set to "y" if
DEBUG_KERNEL=n and EMBEDDED=y which doesn't make much sense.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- linux-2.6.12-rc2-mm3-full/lib/Kconfig.debug.old 2005-04-22
03:03:27.0 +0200
+++ linux-2.6.12-rc2-mm3-full/lib/K
On Sat, 23 Apr 2005, Pavel Machek wrote:
>
> Unfortunately first merge will make it practically unusable :-(.
No, quite the reverse. If I merge from you, and you use my commit ID as
the "base" point, it will work again.
But yes, if you actually send the result as _patches_ to me, then the
c
On Fri, 22 Apr 2005, Randy Gardner wrote:
> I just bought a shiny new 16x dvd burner (box says IOMagic IDVD16DD, drive
> says Magicspin 1016IM), and can burn dvds perfectly... just not read them.
[...]
> Apr 21 19:19:27 localhost kernel: hdf: command error: status=0x51 {
> DriveReady SeekComplet
On 04.21, Manu Abraham wrote:
> Lennart Sorensen wrote:
> > On Thu, Apr 21, 2005 at 08:15:02AM -0400, Doug Ledford wrote:
> >
> >>Ha! That's the whole damn point Dave. Use your head. Just because ATI
> >>is getting more complex with their GPU does *not* mean nVidia is. Go
> >>back to my origi
This simple patch fixes a compile error in the ultrastor driver. Patch
was originally submitted by Barry K. Nathan as referenced here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2
I just regenerated it against your current git tree. Please apply.
--
kr
Signed-off-by: K.R.
fr den 22.04.2005 Klokka 14:32 (+0200) skreiv Brice Goglin:
> Hi Trond,
>
> I'm using NFS (v2) over TCP (in a SSH tunnel).
> Each time the SSH dies before a umount NFS, I have to umount -f
> and I get a crash (only sysrq works).
> Actually, the crash occurs a few seconds after umount -f.
>
> It s
Andy Isaacson <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 20, 2005 at 10:07:45PM -0500, Timur Tabi wrote:
>> I don't know if VM_REGISTERED is a good idea or not, but it should be
>> absolutely impossible for the kernel to reclaim "registered" (aka pinned)
>> memory, no matter what. For RDMA services
Nagesh Sharyathi <[EMAIL PROTECTED]> writes:
> Here is the console boot log, before the machine jumps to BIOS
> after hang during panic kerenl boot
Ok thanks. So this is manually triggered with SysRq
and the kexec part works but the recover kernel simply fails
to boot.
It looks like that hunk
1 - 100 of 141 matches
Mail list logo