All of lore.kernel.org
 help / color / mirror / Atom feed
From: lkml@woutersimons.org (Wouter Simons)
To: kernelnewbies@lists.kernelnewbies.org
Subject: get info in a loop from a sysfs entry
Date: Tue, 04 Jan 2011 15:35:53 +0100	[thread overview]
Message-ID: <4D233049.4050705@woutersimons.org> (raw)
In-Reply-To: <20110104135658.GA29798@kroah.com>

On 01/04/2011 02:56 PM, Greg KH wrote:
> On Tue, Jan 04, 2011 at 01:46:38PM +0100, Wouter Simons wrote:
>> I believe I have found the issue. The older kernel my driver is
>> currently running on (a 2.6.21 version maintained by the hardware
>> supplier) does not seem to rearm the show method on seek to 0.
> 
> 2.6.21 is so obsolete and old and insecure it's not funny.  Please use a
> modern kernel version.
> 

Yes, I know. It is a shame that I am currently forced to use this. The
problem is that the board that I am using is not supported in newer
kernel versions. There have been people that tried to put it into the
mainline kernel, but that is now basically unmaintained code and I
cannot compile a recent kernel for my platform.

The long-term solution is to work to integrate required drivers into the
mainline, but I work for a commercial company and we are launching a
system soon which is running in an embedded style with this platform.

The system is a TS-7800 arm based SBC from http://embeddedarm.com, the
hardware is good, but unfortunately they have chosen to take a kernel
version and make their own fork without making sure it gets updated. The
ts7800 platform support in the current kernel does not appear to work,
or I am too dumb to make it work ;-) The only good thing about this is
that I do not have to run this board connected to the internet or any
other untrusted source directly.

Hopefully, I will get the time required this year to update the required
components to the current kernel version and get it into the ARM arch,
but honestly, I started developing a few drivers for this board and am
not a linux guru (yet) so it is a daunting task to take up on my own.

So yes I would like to move to a newer kernel, but it is not trivial.

best regards, Wouter

  reply	other threads:[~2011-01-04 14:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04 10:48 get info in a loop from a sysfs entry Wouter Simons
2011-01-04 12:46 ` Wouter Simons
2011-01-04 13:56   ` Greg KH
2011-01-04 14:35     ` Wouter Simons [this message]
2011-01-04 15:52 ` Dave Hylands
2011-01-05  8:35   ` Wouter Simons

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=4D233049.4050705@woutersimons.org \
    --to=lkml@woutersimons.org \
    --cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.