On 22 July 2013 23:11, Linus Torvalds wrote:
> On 22 July 2013 21:45, Kevin Winchester wrote:
>> I have found that the new CPU Package temperature thermal driver introduced
>> in this merge window causes my HP laptop to panic on boot.
>
> I just merged Zhang's pull req
Sorry, forgot to change gmail to plain text mode, so the mailing lists
rejected this.
On 22 July 2013 21:45, Kevin Winchester wrote:
> I have found that the new CPU Package temperature thermal driver introduced
> in this merge window causes my HP laptop to panic on boot.
>
> An
/usb2/2-2/2-2:1.0/input/input6
Feb 25 20:19:15 alekhine kernel: [ 79.663140] input: USB HID v1.11 Keyboard
[Microsoft Microsoft Digital Media Pro Keyboard] on usb-:00:10.0-2
Feb 25 20:19:15 alekhine kernel: [ 79.697610] input: Microsoft Microsoft
Digital Media Pro Keyboard as
/devices/pci000
Rafael J. Wysocki wrote:
> On Monday, 25 of February 2008, Kevin Winchester wrote:
>> Rafael J. Wysocki wrote:
>>> On Sunday, 24 of February 2008, Kevin Winchester wrote:
>>>
>>>> Today was different - I attempted to suspend and resume from the console,
&g
Rafael J. Wysocki wrote:
> On Sunday, 24 of February 2008, Kevin Winchester wrote:
>
>> Today was different - I attempted to suspend and resume from the console,
>> and the machine did not come back up. I found the following in my log -
>> any help would be appreciate
Stephen Rothwell wrote:
> Hi all,
>
> I have created today's linux-next tree at
> git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git.
>
> You can see which trees have been included by looking in the Next/Trees
> file in the source. There are also quilt-import.log and merge.log file
Steven Rostedt wrote:
>
> On Mon, 18 Feb 2008, Andrew Morton wrote:
>
>>> I don't think I've seen anyone else report this, but if I'm wrong, I'm
>>> sure someone will point me to the thread.
>> No, I think it's new.
>>
>
>> Looks like an ftrace-vs-lockdep problem.
>>
>
> Is there a .config arou
Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/
>
> - git-xfs is dropped due to git conflicts
>
> - git-x86 is dropped due to too many changes to non-x86 code
>
> - git-perfmon remains dropped due to rejects
>
> - git-kgdb remains
is at:
http://personal.nbnet.nb.ca/kwin/cfs-debug-info-2008.02.13-20.56.38
Unfortunately, I cannot reproduce the problem intentionally - it only
happens once a month or so.
If there is any other info you need, please let me know, or any
suggestions for what to try the next time.
Thanks,
--
Kevin Winchester wrote:
> CC arch/x86/mm/pageattr.o
> arch/x86/mm/pageattr.c: In function ‘change_page_attr_set_clr’:
> arch/x86/mm/pageattr.c:778: error: incompatible type for argument 1 of
> ‘cpa_check_alias’
> make[1]: *** [arch/x86/mm/pageattr.o] Error 1
> make: *** [
CC arch/x86/mm/pageattr.o
arch/x86/mm/pageattr.c: In function ‘change_page_attr_set_clr’:
arch/x86/mm/pageattr.c:778: error: incompatible type for argument 1 of
‘cpa_check_alias’
make[1]: *** [arch/x86/mm/pageattr.o] Error 1
make: *** [arch/x86/mm] Error 2
at tip 5248bbad9c72dd576aa8f3b44b
g out...
config below
--
Kevin Winchester
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24-mm1
# Mon Feb 4 20:18:12 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENE
Ingo Molnar wrote:
> * Kevin Winchester <[EMAIL PROTECTED]> wrote:
>
>>> x86: fix ioremap RAM check
>>>
>>> Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
>>> Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
>> Luck
Kevin Winchester wrote:
> Hi Thomas, Ingo,
>
> I noticed that my direct rendering is no longer working, with the
> following in my dmesg:
>
> [0.588184] agpgart: Detected AGP bridge 0
> [0.588184] agpgart: unable to get memory for graphics translation table.
>
eling that you
already have most of it in some form. I think the final piece is just
the integration and marketing so that the barrier to kernel testing gets
lowered considerably.
Does this seem like a reasonable idea, or is it something that you
already had in mind (that it just took me longer to se
ese are done with the xtime lock held.
>
Yes, disabling cpufreq (in my .config since, sadly, there is no command
line option to disable it) fixes the problem.
--
Kevin Winchester <[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel
s these are done with the xtime lock held.
>
Ok, I'll try disabling cpufreq to see if that prevents the lockup. If
that is the problem, what is the fix? Just to keep the path reverted?
--
Kevin Winchester <[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubs
On Sun, 27 Jan 2008 13:37:02 +0100
Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> * Kevin Winchester <[EMAIL PROTECTED]> wrote:
>
> > Sure, the result of the script is at
> >
> > http://personal.nbnet.nb.ca/kwin/cfs-debug-info-2008.01.27-08.13.28
>
&g
On Sun, 27 Jan 2008 13:35:14 +0100
Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> * Kevin Winchester <[EMAIL PROTECTED]> wrote:
>
> > although it is not complete. For some reason (xubuntu, probably) dash
> > is my default shell and it does not like the for lo
Kevin Winchester wrote:
> Hi Ingo,
>
> Starting X (autostarted with GDM) manages to lock up my system
> (requiring a hard reset) after the first few tree merges of the window,
> and bisection shows:
>
> -
>
> 19ef9309273d26cb005cb23e6a370353dca91099 i
so be some timing-related problem that just happened to
bisect to this patch.
I will try advancing to the head of Linus' tree and then reverting this
patch to make sure it fixes the problem, but I figured I'd send this
first to see if it is obvious to anyone.
--
Kevin Winchester
--
To unsub
On Thu, 10 Jan 2008 17:13:51 -0800
"H. Peter Anvin" <[EMAIL PROTECTED]> wrote:
> Kevin Winchester wrote:
> > H. Peter Anvin wrote:
> >> Kevin Winchester wrote:
> >>> My first time building and booting the mm branch of x86.git was pretty
>
On Thu, 10 Jan 2008 17:13:51 -0800
"H. Peter Anvin" <[EMAIL PROTECTED]> wrote:
> Kevin Winchester wrote:
> > H. Peter Anvin wrote:
> >> Kevin Winchester wrote:
> >>> My first time building and booting the mm branch of x86.git was pretty
>
H. Peter Anvin wrote:
> Kevin Winchester wrote:
>> My first time building and booting the mm branch of x86.git was pretty
>> successful. The only error I noticed was the following in my dmesg:
>>
>> hwclock[622] general protection ip:804b226 sp:bff43e30 error:0
>&g
IG_CRC_CCITT=y
# CONFIG_CRC16 is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
--
Kevin Winchester
--
To unsubscribe from this list: send the line "
ioctl calls.
Since you appear to already have been working towards that end, the patch
is not really necessary.
--
Kevin Winchester
--
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/
structures that work like file_operations in this regard.
>
file_operations & block_device_operations are the only two that I can find.
--
Kevin Winchester
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
M
kernel()
and unlock_kernel() and the drivers are converted to use .unlocked_ioctl
Signed-off-by: Kevin Winchester <[EMAIL PROTECTED]>
---
I also noted that in the failed kmalloc case in drm_ioctl(), the function
immediately returns -ENOMEM, rather than following the error path that
calls atomic_dec
Andi Kleen wrote:
> On Tue, Jan 08, 2008 at 07:50:47PM -0400, Kevin Winchester wrote:
>> Andi Kleen wrote:
>>> Here's a proposal for some useful code transformations the kernel janitors
>>> could do as opposed to running checkpatch.pl.
>>>
>>
>>
g)? If the lock is absolutely required, then I can write the
patch to add lock_kernel() and unlock_kernel().
--
Kevin Winchester
--
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.k
c documentation on this to point people at?
>
I would second this question. I see people "decode" oops on lkml often enough,
but I've never been entirely sure how its done. Is it somewhere in
Documentation?
--
Kevin Winchester
--
To unsubscribe from this list: send th
ase method, down_interruptible() was being called
without checking the return value. I converted it to mutex_lock_interruptible()
and made the interrupted case return -ERESTARTSYS, as was done for all other
calls to down_interruptible() in the file.
Signed-off-by: Kevin Winchester <[EMAIL PROTECTED
Convert the semaphore to a mutex in net/9p/util.c
Signed-off-by: Kevin Winchester <[EMAIL PROTECTED]>
---
net/9p/util.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
Index: v2.6.24-rc4/net/9p/
Convert the semaphore to a mutex in echoaudio.c
Signed-off-by: Kevin Winchester <[EMAIL PROTECTED]>
---
sound/pci/echoaudio/echoaudio.c | 18 +-
sound/pci/echoaudio/echoaudio.h |2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
Index: v2.6.24-rc4/sou
edit it by hand? Or is there some guide to quilt I should be reading?
I looked at the guide in /usr/share/doc/quilt/quilt.pdf, but it didn't
have anything about email. /usr/share/doc/quilt/README.MAIL has the
details of all of the mail options, but doesn't give a nice example of
what
Daniel Walker wrote:
> On Thu, 2007-12-06 at 21:29 -0400, Kevin Winchester wrote:
>> Daniel Walker wrote:
>>> I've posted all the ones I've done so far ..
>>>
>>> ftp://source.mvista.com/pub/dwalker/sem2mutex-2.6.24-rc4/
>>>
>>>
uld it be
in a separate patch? Alternatively, I can submit the patch if you don't
want to bother with it.
--
Kevin Winchester
--
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/
figure out which (if any) are true counting semaphores
that cannot be converted, and then I could post/send the list of
convertible cases. Would that be helpful, or has it already been done
somewhere else?
--
Kevin Winchester
--
To unsubscribe from this list: send the line "unsubscribe linu
An obviously missing closing parenthesis.
Signed-off-by: Kevin Winchester <[EMAIL PROTECTED]>
---
This is more for practice sending patches than anything else, to make
sure they are not damaged in any way.
But it does bring up a good question. Are patches expected/wanted for
the
eryone else probably knew this already...but at least I
learned something new today)
- --
Kevin Winchester
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHP5QdKPGFQbiQ3tQRAqimAJwOSGDSM2wXeLbm+sBKehGf/haNpACfX7
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kevin Winchester wrote:
> Looking at the code being bypassed:
>
> if (pE.cap[i] || pP.cap[i] || pP.cap[i])
>
> looks somewhat weird as it is testing the same condition twice. Should
> it have been:
>
> if (pE.cap[i
f (pE.cap[i] || pP.cap[i] || pP.cap[i])
looks somewhat weird as it is testing the same condition twice. Should
it have been:
if (pE.cap[i] || pP.cap[i] || pI.cap[i])
?
I'm about to test that change instead of bypassing the loop, so I'll let
you know the results.
- --
Kevin Win
1:1.10-14build1
packages installed.
Let me know if you need any other information, or if you have a patch you
would like tested.
--
Kevin Winchester
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majord
On November 15, 2007 08:44:41 pm Andrew Morton wrote:
> On Thu, 15 Nov 2007 20:28:29 -0400
>
> Kevin Winchester <[EMAIL PROTECTED]> wrote:
> > On November 15, 2007 06:02:09 am Andy Whitcroft wrote:
> > I see this as well - the computer boots fine but no network. The
e-kernel.patch
or so, and see if that's the problem. If anyone has any other ideas, let me
know.
--
Kevin Winchester
-
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/
d
cleanly? Is quilt the way I am supposed to be applying these patches? Is
there a reason that there is no "series" file in the archive with the
patches?
Slightly confused,
--
Kevin Winchester
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the b
tem to a crawl.
I will be getting another 512 MB of RAM at Christmas time, but from the other
reports, it seems that swap prefetch will still be useful.
[1] Is there a graphical browser for linux that doesn't suck huge amounts of
RAM?
--
Kevin Winchester
pgptNkcWRn6hg.pgp
Description: PGP signature
up to some config mistake on my
part, but I guess there might be more to it. Whatever it is, it
doesn't seem to be specific to the ipw2200 driver.
--
Kevin Winchester
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
H. Peter Anvin wrote:
> Kevin Winchester wrote:
>> Not sure if you were looking for testing, but I fuzzed it to apply to
>> 2.6.21-git and gave it a spin. Worked just like a normal boot (which I
>> assume was the point).
>
&
H. Peter Anvin wrote:
> Hello all,
>
> I believe the x86 setup tree is now finished. I will turn it into a
> "clean patchset" later this week, but I wanted to get flamed^W feedback
> on it first.
>
> The git tree is at:
>
> http://git.kernel.org/?p=linux/kernel/git/hpa/linux-2.6-newsetup.git;a=sum
On 5/9/07, Herbert Xu <[EMAIL PROTECTED]> wrote:
On Tue, May 08, 2007 at 09:58:09PM -0300, Kevin Winchester wrote:
>
> Not having any idea what I'm doing, I looked at cryptomgr_probe and
> cryptomgr_notify, and can't seem to see much, except for the follow
Christoph Lameter wrote:
On Tue, 8 May 2007, Kevin Winchester wrote:
Here's the dmesg of the slub_debug run, I'll try the patch next:
Ok someone wrote to an object after it was freed. Not slubs problem.
[1.367129] Object 0x810001bdecd0: 80 b7 b1 01 00 81 f
Christoph Lameter wrote:
On Tue, 8 May 2007, Kevin Winchester wrote:
x86_64 UP Athlon64 I get a crash on boot using SLUB. Switching to SLAB makes
it go away. I don't have a serial console, so the best I have is a digital
photo of as many lines as my VGA console was able to get (60
53 matches
Mail list logo