On 2/14/07, Andrew Morton <[EMAIL PROTECTED]> wrote:
On Wed, 14 Feb 2007 11:37:52 +0300 "Vitaly Wool" <[EMAIL PROTECTED]> wrote:
> Hmm, why? I can't think of a platform where one 8250-compatible UART is
> problematic and another isn't :)
>
Is it not possible that the same kernel package can be i
Hi!
> > Can we simply add ulimit with boolean value, that says dump
> > anon_shared... or not? It will be simpler and faster, because you'll
> > not need locking.
>
> Yes, using ulimit will be simpler and faster, but less flexible.
It is prefered in this case.
> The core dump flags can be chang
On Wed, Feb 14, 2007 at 10:02:04AM +, Mark Brown wrote:
> Signed-Off-By: Mark Brown <[EMAIL PROTECTED]>
>
[...]
> - if (np->phy_addr_external == PHY_ADDR_NONE) {
> + /* If we're ignoring the PHY it doesn't matter if we can't
> + * find one. */
> +
Hi,
I'm sorry that I couldn't reply you sooner.
Pavel Machek wrote:
>>Okay, I'll adopt your idea in the next version.
>>I'm going to provide the proc entry as follows:
>>
>> (1) /proc//core_flags/flags
>> (2) /proc//core_flags/omit_anon_shared
>>
>>(1) is the same as current core_flags. It is f
Hi Ingo,
On Tue, 13 Feb 2007 15:20:35 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> From: Ingo Molnar <[EMAIL PROTECTED]>
>
> the core syslet / async system calls infrastructure code.
It occurred to me that the 32 compat code for 64 bit architectures for
all this could be very hairy ...
--
C
On Tue, 2007-02-13 at 10:44 +1100, NeilBrown wrote:
> From: J. Bruce Fields <[EMAIL PROTECTED]>
> The server name is expected to be a null-terminated string, so we can't
> pass in the raw client identifier.
>
> What's more, the client identifier is just a binary, not necessarily
> printable, blob.
Hi!
> > > > Not including another /proc/acpi/ibm -like nightmare, is it?
> > >
> > > Don't worry, I am already on my way to kill /proc/acpi/ibm... :-)
> >
> > Great, thanks!
> > Pavel
>
> None of the platform/hwmon/led driver model cod
Olivier Galibert <[EMAIL PROTECTED]> writes:
> On Tue, Feb 13, 2007 at 09:06:24PM +0300, Sergei Organov wrote:
[...]
>> May I suggest another definition for a warning being entirely sucks?
>> "The warning is entirely sucks if and only if it never has true
>> positives." In all other cases it's only
Hi all
This may be a petite question but does anyone know what the variable
"false_overrun" (in drivers/scsi/advansys.c) is meant for?
While converting the file to generic booleans I saw it is defined
without value, can get the value of 'false' and then is used in an
if-statement. So even if i
Ingo Molnar a écrit :
+ if (unlikely(signal_pending(t) || need_resched()))
+ goto stop;
So, this is how you'll prevent me from running an infinite loop ;-)
The attached patch adds a cond_resched() instead, to allow infinite
loops without DoS. I dropped the unlikely() as i
Hi!
> The boring details:
>
> Syslets consist of 'syslet atoms', where each atom represents a single
> system-call. These atoms can be chained to each other: serially, in
> branches or in loops. The return value of an executed atom is checked
> against the condition flags. So an atom can spe
> We'd have to audit and figure out what udelays are for hardware and
> which are not, but the evidence is that the vast majority of them are
> for hardware and not needed for virtualization.
Which is irrelevant since the hardware drivers won't be used in a
virtualised environment with any kind of
> No, not that. But the virtual keyboard I/O gets processed and converted
> to physical keyboard I/O when a keyboard is attached to a VM. The
> result is that the virtual keyboard spinning out of control causes the
> physical keyboard to receive the same commands, far too rapidly.
>
> So the
Hi!
> > This kind of offer has _always_ been there for out-of-tree GPL drivers.
> > I have contacted many different groups and driver authors over the years
> > to offer my help in trying to get their code into the mainline kernel.
> >
> > Some take me up on the offer, others ignore it, and still
On Thu 2007-02-08 07:36:12, Rusty Russell wrote:
> On Wed, 2007-02-07 at 12:35 +, Pavel Machek wrote:
> > Ugh, it sounds like paravirt is more b0rken then I thought. It should
> > always to the proper delay, then replace those udelays that are not
> > needed on virtualized hardware with somethi
> From: mitxael <[EMAIL PROTECTED]>
> Newsgroups: gmane.linux.kernel
> Subject: Re: [PATCH] asus_acpi: Add support for Asus Z81SP
> Date: Tue, 13 Feb 2007 22:30:29 + (UTC)
Hi,
> And how do I can apply this patch?? I tried but i couldn't,
patch is word-wrapped, try to mime-decode it first.
>
Hi!
> >>How does that work? Switching between kernel threads requires going into
> >>the kernel, user level thread switches are all done in user mode.
> >>
> >>Do you have some way to change o/s threads w/o going into the kernel?
> >>
> >
> >But going into kernel is not very expensive on Linu
Patch updated to apply after a new version of 13/14:
No other function calls __nfulnl_send() with inst->skb == NULL than
nfulnl_timer().
Signed-off-by: Michał Mirosław <[EMAIL PROTECTED]>
--- linux-2.6.20/net/netfilter/nfnetlink_log.c.12 2007-02-14
12:27:09.0 +0100
+++ linux-2.6.
On Tue, Feb 13, 2007 at 01:58:34PM +0100, Patrick McHardy wrote:
> Micha³ Miros³aw wrote:
> > Fix reference counting (memory leak) problem in __nfulnl_send() and callers
> > related to packet queueing.
> >
> > Signed-off-by: Michał Mirosław <[EMAIL PROTECTED]>
> >
> > --- linux-2.6.20/net/netfilt
Hallo.
On Wed, Feb 14, 2007 at 10:11:44AM +0100, Sam Ravnborg wrote:
> On Tue, Feb 13, 2007 at 10:06:19PM -0800, Randy Dunlap wrote:
> > Hi,
> >
> > I'd like for kbuild to default ARCH to the already-symlinked
> > arch in include/asm-$(ARCH) if ARCH is not specified on the
> > command line or in
On 2/14/07, Andreas Gruenbacher <[EMAIL PROTECTED]> wrote:
Hi,
I've described the problem and possible fixes in the "Re: [PATCH] Fix d_path
for lazy unmounts" thread, Message-Id: [EMAIL PROTECTED]
Yes, I saw that. But there isn't any patch for me to test, and my
userspace remains broken. Pleas
On Wed, Feb 14, 2007 at 11:37:31AM +0100, Ingo Molnar ([EMAIL PROTECTED]) wrote:
> > Let me clarify what I meant. There is only limited number of threads,
> > which are supposed to execute blocking context, so when all they are
> > used, main one will block too - I asked about possibility to reus
On Wed, Feb 14, 2007 at 11:51:31AM +0100, Gerd Hoffmann wrote:
> Vivek Goyal wrote:
> > So what happens if somebody builds a SMP kernel and runs on a UP machine.
> > Later it hotplus one CPU. Then kernel will switch to SMP mode. Looking
> > at the code it looks like it will also try to patch init t
Hi!
> >>This adds the ability for the file system to remounted as read only
> >>during a
> >>system suspend. Log the mount points so when the resume occurs, they can
> >>be remounted back to their original states. This is so in an advent of a
> >>power
> >>failure, we try our best to keep data
On Wed, Feb 14, 2007 at 11:50:39AM +0100, Ingo Molnar wrote:
> * Russell King <[EMAIL PROTECTED]> wrote:
> > On Tue, Feb 13, 2007 at 03:20:42PM +0100, Ingo Molnar wrote:
> > > +Arguments to the system call are implemented via pointers to arguments.
> > > +This not only increases the flexibility of
> > Ohh. OpenVMS lives forever ;) Me likeee ;)
>
> hm, i dont know OpenVMS - but googled around a bit for 'VMS
> asynchronous' and it gave me this:
VMS had SYS$QIO which is asynchronous I/O queueing with completions of
sorts. You had to specifically remember if you wanted to a synchronous
I/
* Russell King <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 13, 2007 at 03:20:42PM +0100, Ingo Molnar wrote:
> > +Arguments to the system call are implemented via pointers to arguments.
> > +This not only increases the flexibility of syslet atoms (multiple syslets
> > +can share the same variable for
On Sat 10-02-07 23:44:01, OGAWA Hirofumi wrote:
> [RESEND: forget to add [EMAIL PROTECTED]
>
> If the DIO write on FAT is expanding the size, it will be fail by -EINVAL,
> because FAT can't handle it now.
>
> This patch fallback it to the normal buffered-write and would return
> success.
>
> Sig
Vivek Goyal wrote:
> So what happens if somebody builds a SMP kernel and runs on a UP machine.
> Later it hotplus one CPU. Then kernel will switch to SMP mode. Looking
> at the code it looks like it will also try to patch init text which is
> no more there and will corrupt something else?
There a
On Tuesday 13 February 2007 21:30:47 Francois Romieu wrote:
> Eric Lacombe <[EMAIL PROTECTED]> :
> [...]
>
> > That problem also remind me that when I compiled this driver without
> > the "CONFIG_NET_ETHERNET" (in the section "Ethernet (10 or 100Mbit)"), I
> > have really poor performance with the
On 2/14/07, Ramy M. Hassan <[EMAIL PROTECTED]> wrote:
Hello,
We got the following xfs internal error on one of our production servers:
Hi, I want firstly to make a disclaimer that I am not an XFS or kernel
guru, what I am writing now is purely my experience, since I use XFS
on all my machines,
Hi,
I just built a 2.6.20 kernel with CONFIG_RELOCATABLE=y. While going
through relocation entries for .smp_locks section, I see some relocation
entries present w.r.t to init section also. Below I am pasting just
few of them.
Relocation section '.rel.smp_locks' at offset 0x6079c8 contains 4662 en
On Wed, Feb 14, 2007 at 11:30:55AM +0100, Arjan van de Ven ([EMAIL PROTECTED])
wrote:
> > (at least on Debian
> > and Mandrake there is no locked memory limit by default).
>
> that sounds like 2 very large bugtraq-worthy bugs in these distros.. so
> bad a bug that I almost find it hard to believe
On 6/27/06, Shaohua Li <[EMAIL PROTECTED]> wrote:
With the changes, we should put all intel-ucode/xx-xx-xx microcode files
into the firmware dir (I had a tool to split previous big data file into
small one and later we will release new style data file).
BTW, where this tool can be found? At the
On Wed, 2007-02-14 10:24:27 +, Ramy M. Hassan <[EMAIL PROTECTED]> wrote:
> Feb 14 08:28:52 info6 kernel: [238186.945610] Filesystem "sdd8": Corruption
> of in-memory data detected. Shutting down filesystem: sdd8
[...]
> We are wondering here if this problem is an indicator to data corruption
* Evgeniy Polyakov <[EMAIL PROTECTED]> wrote:
> Let me clarify what I meant. There is only limited number of threads,
> which are supposed to execute blocking context, so when all they are
> used, main one will block too - I asked about possibility to reuse the
> same thread to execute queue o
This patch provides code paths which allow the natsemi driver to use the
external MII port on the chip but ignore any PHYs that may be attached to it.
The link state will be left as it was when the driver started and can be
configured via ethtool. Any PHYs that are present can be accessed via the
Aculab E1/T1 PMXc cPCI carrier card cards present a natsemi on the cPCI
bus with an oversized EEPROM using a direct MII<->MII connection with no
PHY. This patch adds a new device table entry supporting these cards.
Signed-Off-By: Mark Brown <[EMAIL PROTECTED]>
Index: linux/drivers/net/natsemi.c
These patches add support for the Aculab E1/T1 cPCI carrier card to the
natsemi driver. The first patch provides support for using the MII port
with no PHY and the second adds the quirk required to configure the
card.
--
"You grabbed my hand and we fell into it, like a daydream - or a fever."
-
T
On Tue, Feb 13, 2007 at 03:20:42PM +0100, Ingo Molnar wrote:
> +Arguments to the system call are implemented via pointers to arguments.
> +This not only increases the flexibility of syslet atoms (multiple syslets
> +can share the same variable for example), but is also an optimization:
> +copy_uato
Hello,
We got the following xfs internal error on one of our production servers:
Feb 14 08:28:52 info6 kernel: [238186.676483] Filesystem "sdd8": XFS
internal error xfs_trans_cancel at line 1138 of file fs/xfs/xfs_trans.c.
Caller 0xf8b906e7
Feb 14 08:28:52 info6 kernel: [238186.869089] [pg0+9476
> (at least on Debian
> and Mandrake there is no locked memory limit by default).
that sounds like 2 very large bugtraq-worthy bugs in these distros.. so
bad a bug that I almost find it hard to believe...
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the inte
On Wed, Feb 14, 2007 at 11:02:06AM +0100, Geert Uytterhoeven wrote:
> On Wed, 14 Feb 2007, Paul Mundt wrote:
> > This would seem like a reasonable candidate for a 'depends on' instead of
> > a select..
>
> That's what we originally had. But for the user it's simler if he can just
> enable ps3fb an
On Wed, Feb 14, 2007 at 10:46:29AM +0100, Ingo Molnar ([EMAIL PROTECTED]) wrote:
>
> * Evgeniy Polyakov <[EMAIL PROTECTED]> wrote:
>
> > This will end up badly - I used the same approach in the early kevent
> > days and was proven to have swapable memory for the ring. I think it
> > would be mu
On Wed, 14 Feb 2007, Paul Mundt wrote:
> On Wed, Feb 14, 2007 at 09:57:46AM +0100, Geert Uytterhoeven wrote:
> > On Wed, 14 Feb 2007, Thomas Meyer wrote:
> > > with 93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b:
> > >
> > > drivers/video/Kconfig:1604:warning: 'select' used by config symbol
> > > 'FB_P
Hi,
I've described the problem and possible fixes in the "Re: [PATCH] Fix d_path
for lazy unmounts" thread, Message-Id: [EMAIL PROTECTED]
Thanks,
Andreas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
* Evgeniy Polyakov <[EMAIL PROTECTED]> wrote:
> This will end up badly - I used the same approach in the early kevent
> days and was proven to have swapable memory for the ring. I think it
> would be much better to have userspace allocated ring and use
> copy_to_user() there.
it is a userspac
Junio C Hamano <[EMAIL PROTECTED]> writes:
> Andy Parkins <[EMAIL PROTECTED]> writes:
>
>> On Wednesday 2007 February 14 03:14, Junio C Hamano wrote:
>>
>>> - There is a configuration variable core.legacyheaders that
>>
>>> The above two are not enabled by default and you explicitly have
>>> to a
On 2/13/07, Greg KH <[EMAIL PROTECTED]> wrote:
Hi,
I've used 'git bisect' to track down a change in the latest git tree
that is causing dbus-daemon to sit and spin at the time GNOME launches,
preventing nautlius from ever running.
The bad commit is:
commit eb3dfb0cb1f4a44e2d0553f89514ce9f2a9fca
Andy Parkins <[EMAIL PROTECTED]> writes:
> On Wednesday 2007 February 14 03:14, Junio C Hamano wrote:
>
>> - There is a configuration variable core.legacyheaders that
>
>> The above two are not enabled by default and you explicitly have
>> to ask for them, because these two features make reposito
Jeremy Fitzhardinge wrote:
> If we're running under Xen, then there's no VT console. This results
> in vc->vc_screenbuf_size == 0, which causes alloc_bootmem to panic.
> Don't bother allocating a vc_screenbuf if its going to be 0 sized.
NAK.
The *real* problem is that the real-mode boot code nev
On Tue, Feb 13, 2007 at 11:41:31PM +0100, Ingo Molnar ([EMAIL PROTECTED]) wrote:
> > Then limit it to a single page and use gup
>
> 1024 (512 on 64-bit) is alot but not ALOT. It is also certainly not
> ALT :-) Really, people will want to have more than 512
> disks/spindles in the same box. I
On Wed, Feb 14, 2007 at 08:37:26AM +, Jan Beulich wrote:
> >>> Jeremy Fitzhardinge <[EMAIL PROTECTED]> 14.02.07 02:36 >>>
> >Dan Hecht wrote:
> >> Why doesn't Xen allocate the shared_info page from the pseudo-physical
> >> space? Doesn't it already have to steal pages from the
> >> pseudo-phys
On Tue, Feb 13, 2007 at 10:06:19PM -0800, Randy Dunlap wrote:
> Hi,
>
> I'd like for kbuild to default ARCH to the already-symlinked
> arch in include/asm-$(ARCH) if ARCH is not specified on the
> command line or in the environment.
Another approach I have been toying with previously was to
includ
Dear all,
now I installed oprofile as suggested, and very interesting things happend:
System: OpenSuSE 10.2 with AHCI on, disk: Solid State Disk (Flash Disk)
Test: Write blocks of 1MB. Do fsync() every 1GB. Measure time for each GB.
before installation of oprofile:
test
Hugh Dickins wrote:
On Wed, 14 Feb 2007, Nick Piggin wrote:
Can't you have migration without swap?
Yes: but then the only swap entry it can find (short of page
table corruption, which isn't really the focus of mincore)
is a migration entry, isn't it?
Just doesn't seem logical to have CONFI
On Wed, Feb 14, 2007 at 09:57:46AM +0100, Geert Uytterhoeven wrote:
> On Wed, 14 Feb 2007, Thomas Meyer wrote:
> > with 93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b:
> >
> > drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3'
> > refer to undefined symbol 'PS3_PS3AV'
>
> It's
[EMAIL PROTECTED] wrote:
This patch removes all cpuset-specific knowlege from the container
system, replacing it with a generic API that can be used by multiple
subsystems. Cpusets is adapted to be a container subsystem.
Signed-off-by: Paul Menage <[EMAIL PROTECTED]>
Hi, Paul,
This patch fai
On Wednesday 2007 February 14 03:14, Junio C Hamano wrote:
> - There is a configuration variable core.legacyheaders that
> The above two are not enabled by default and you explicitly have
> to ask for them, because these two features make repositories
It isn't really the case that you have to _
On Tue, Feb 13, 2007 at 11:18:10PM +0100, Ingo Molnar ([EMAIL PROTECTED]) wrote:
>
> * Evgeniy Polyakov <[EMAIL PROTECTED]> wrote:
>
> > [...] it still has a problem - syscall blocks and the same thread thus
> > is not allowed to continue execution and fill the pipe - so what if
> > system issu
On Wed, 14 Feb 2007, Thomas Meyer wrote:
> with 93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b:
>
> drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3'
> refer to undefined symbol 'PS3_PS3AV'
It's defined in arch/powerpc/platforms/ps3/Kconfig, which is sourced by
arch/powerpc/Kc
>>> @@ -528,7 +532,7 @@ ENTRY(_stext)
>>> /*
>>> * BSS section
>>> */
>>> -.section ".bss.page_aligned","w"
>>> +.section ".bss.page_aligned"
>>>
>>
>> Why?
>>
>
>I got complaints about section attribute mismatches without it.
Then perhaps ... "aw" is meant?
>>> +fastcall unsigned l
On Tue, 2007-02-13 at 16:08 +, Christoph Hellwig wrote:
> Please send out a current version for review instead. Last time I looked
> at it lots of things looked quite over-engineered, and I'd like to check
> if this has been improved since.
The patch is big and LKML does filtered the mail. Ac
On Wed, 14 Feb 2007 11:37:52 +0300 "Vitaly Wool" <[EMAIL PROTECTED]> wrote:
> On 2/14/07, Andrew Morton <[EMAIL PROTECTED]> wrote:
> >
> > I think this should be a module option/boot parameter, not a config-time
> > option.
> >
> >
> Hmm, why? I can't think of a platform where one 8250-compatible
Dan Hecht wrote:
> Right. But that is only because Xen decides to allocate the page from
> the (machine) physical space, rather than from the pseudo-physical
> space. My question is: why doesn't Xen allocate shared_info from the
> pseudo-physical space?
Historical reasons ...
> If it had, th
On Wednesday 14 February 2007 00:29, Olaf Hering wrote:
> On Wed, Feb 14, Andreas Gruenbacher wrote:
> > What's the point in reporting the rootfs at all -- it's never reachable
> > to an ordinary process?
>
> /init and its childs has it as root, until it passes control over to
> /sbin/init
Yes, th
>>> Jeremy Fitzhardinge <[EMAIL PROTECTED]> 14.02.07 02:36 >>>
>Dan Hecht wrote:
>> Why doesn't Xen allocate the shared_info page from the pseudo-physical
>> space? Doesn't it already have to steal pages from the
>> pseudo-physical space for e.g. initial page tables, console, etc? Why
>> not do t
>
> What i currently have is:
>
> -- top file 'Linux.version', with first line:
>
> 3.0.0-rcX
> which can be parsed to fill variables, used in build process (how many
> `.' and/or `-' in it -- doesn't really matter), second line is the name;
>
> -- 'MM.version' for MM tree;
>
> -- '[a-z]*\.ver
* Davide Libenzi wrote:
> > There's another problem AFAICS:
> >
> > - We woke up one of the cachemiss_loop threads in pick_new_async_thread
> >
> > - The threads wakes up, mark itself as busy, and look at the ->work
> > pointer hoping to find something to work on
> >
> > But we never set t
On Wed, Feb 14, Andreas Gruenbacher wrote:
> What's the point in reporting the rootfs at all -- it's never reachable to an
> ordinary process?
/init and its childs has it as root, until it passes control over to
/sbin/init
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
On Monday 05 February 2007 00:32, Andreas Gruenbacher wrote:
> Here is an updated patch that also catches this special case.
> [...]
The d_path change was to not start unreachable paths with slashes. In the
extreme case, this leads to an empty string. As it turns out, we are
reporting meaningles
Hi ,All
When I did some NFS mount operations, I found a problem with the load_elf_interp() in the fs/binfmt_elf.
I mounted a number of NFS, after lots of continuous mount operations, the fatal error
"Segmentation fault" happened with the mount.nfs4, as the count of the mount
operations reach
On Wednesday 14 February 2007 18:28, malc wrote:
> On Wed, 14 Feb 2007, Con Kolivas wrote:
> > On Wednesday 14 February 2007 09:01, malc wrote:
> >> On Mon, 12 Feb 2007, Pavel Machek wrote:
> >>> Hi!
>
> [..snip..]
>
> >>> I have (had?) code that 'exploits' this. I believe I could eat 90% of
> >>>
Greg KH <[EMAIL PROTECTED]> wrote on 14.02.2007 02:27:32:
> On Tue, Feb 13, 2007 at 12:13:54PM +0100, Peter Oberparleiter wrote:
> > This function can be useful
> > for people moving functionality from /proc to debugfs (e.g. the
> > gcov-kernel patch).
>
> You aren't really creating debugfs symlin
301 - 374 of 374 matches
Mail list logo