public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Subject: Re: [PATCH] I8K: convert to seqfile
Date: Thu, 3 Nov 2005 23:19:02 -0500	[thread overview]
Message-ID: <20051104041902.GA23618@redhat.com> (raw)
In-Reply-To: <200506260103.j5Q13ovn020970@hera.kernel.org>

On Sat, Jun 25, 2005 at 06:03:50PM -0700, Linux Kernel wrote:
 > tree e76bf5589246831604130349ae67b30b998deb29
 > parent e70c9d5e61c6cb2272c866fc1303e62975006752
 > author Dmitry Torokhov <dtor_core@ameritech.net> Sun, 26 Jun 2005 04:54:26 -0700
 > committer Linus Torvalds <torvalds@ppc970.osdl.org> Sun, 26 Jun 2005 06:24:24 -0700
 > 
 > [PATCH] I8K: convert to seqfile
 > 
 > I8K: Change proc code to use seq_file.
 > 
 > Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
 > Signed-off-by: Andrew Morton <akpm@osdl.org>
 > Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 > 
 >  drivers/char/i8k.c |   64 ++++++++++++++++++-----------------------------------
 >  1 files changed, 22 insertions(+), 42 deletions(-)

This took a while to notice somehow, but one of our Fedora users
upgraded from a 2.6.12 kernel to 2.6.14 today, and noticed
that his gkrellm segfaulted[1].

The reason is that we've subtley changed the format of /proc/i8k

Before:
1.0 A38 ? 54 -22 1 -22 79260 -1 2

After:
1.0 A38  52 -22 1 -22 77340 -1 2


The missing '?' field is puzzling though. Looking at the diff,
this should work.  Is this a shortfalling of seq_file perhaps ?

		Dave

[1] The i8k plugin for that thing is hurrendous btw, don't
look at it with a weak stomach. It does no sanity checking
on arguments at all, and assumes things will stay constant.
Little wonder it blows up when it runs out of things to strcpy()


       reply	other threads:[~2005-11-04  4:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200506260103.j5Q13ovn020970@hera.kernel.org>
2005-11-04  4:19 ` Dave Jones [this message]
2005-11-04  4:41   ` [PATCH] I8K: convert to seqfile Al Viro
2005-11-04  5:40     ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051104041902.GA23618@redhat.com \
    --to=davej@redhat.com \
    --cc=dtor@mail.ru \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox