Status of a kernel.org hosted project, mmsd?

2021-04-01 Thread Chris Talbot
/ Thank you for your time! Respectfully, Chris Talbot ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Public Kernel Development

2017-12-01 Thread Chris Obbard
The drivers I’m releasing probably don’t belong in the kernel Cheers! On Fri, 1 Dec 2017 at 19:40, <valdis.kletni...@vt.edu> wrote: > On Wed, 29 Nov 2017 11:16:05 +0000, Chris Obbard said: > > > Currently I am writing drivers for ARM boards (think along the lines of >

Public Kernel Development

2017-12-01 Thread Chris Obbard
Hi list, Currently I am writing drivers for ARM boards (think along the lines of Raspberry Pi HATs, it doesn't belong in mainline; as well as other various hacks), which just consist of series of patches which I apply by checking out Mainline and then applying the patches by hand. Naturally,

Cannot activate multiple CPUs.

2017-02-22 Thread chris warth
in unknown state : 0x0 [3.271449] smp: Brought up 1 node, 1 CPU Is it possible that multiple cores are not supported in the mainline code? Or am I missing some piece of configuration that would bring up multiple cores? Thanks in advance, - Chris

Re: Mentor

2015-11-02 Thread Chris Lee
Best thing to do is determine what you are interested in. Pick an area and start studying. The kernel is to big imo to be floating around everywhere. I picked dvb drivers, others are interested in networking or graphics etc. UDL On Mon, Nov 2, 2015, 9:02 AM Ranjith T

Re: Kernel contributions from organisations and individual privacy

2015-06-10 Thread Chris Packham
on the nature of the customisations. On Wed, Jun 10, 2015 at 7:19 PM, Chris Packham judge.pack...@gmail.com wrote: Hi, This came up at work today and I'm not sure where the best place to ask is. I almost went straight to the lkml but I figured I'd start with newbies first. We've been using

Re: videobuf2_core oops, recent media_build. dvbsky t980c's

2014-12-29 Thread Chris Lee
messing around in there. I'll stick to what I know. Ive reported it in the V4L media mailing list, we'll see if it gets any attention there. Chris Lee On Mon, Dec 29, 2014 at 12:11 PM, nick xerofo...@gmail.com wrote: Chris, Please try the latest rc kernel to see if the issue is fixed. Regards Nick

kernel: [154858.820009] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed.

2014-12-15 Thread Chris
than willing to submit any and all information anyone needs to help me solve this. One reply I received to my bug report is that I need to update my bios however I don't understand how that would solve the problem I'm having. Thanks in advance for any and all replies/assistance. Chris

Re: kernel: [154858.820009] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed.

2014-12-15 Thread Chris
On Mon, 2014-12-15 at 08:58 -0800, Greg KH wrote: On Mon, Dec 15, 2014 at 08:02:13AM -0600, Chris wrote: I'm hoping I can get some advice/help here on this list with the above problem that is causing system lockups. I didn't want to post to the main list as I'm not sure it would

Re: kernel: [154858.820009] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed.

2014-12-15 Thread Chris
On Mon, 2014-12-15 at 16:11 -0500, valdis.kletni...@vt.edu wrote: On Mon, 15 Dec 2014 14:19:32 -0600, Chris said: On Mon, 2014-12-15 at 13:43 -0500, valdis.kletni...@vt.edu wrote: I'm pretty sure that's a timer for the i915 driver that detects if the GPU has gone into an infinite loop

Re: kernel: [154858.820009] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed.

2014-12-15 Thread Chris
On Mon, 2014-12-15 at 21:04 -0500, valdis.kletni...@vt.edu wrote: On Mon, 15 Dec 2014 17:57:38 -0600, Chris said: After more Googling I see a bug report has already been submitted for this exact same issue. Well, that simplifies it a lot for you. :) Most definitely, now working

Re: Bad Commit for Current Lockups

2014-12-11 Thread Chris Lee
Did you test this theory or just do a simple search and make an assumption? Did you test before and after reverting the patch? You cant just make a statement without backing it up. Chris On Thu, Dec 11, 2014 at 7:37 AM, nick xerofo...@gmail.com wrote: Greetings, I send Dave, what I feel

Re: A quick guide to why stand-alone checkpatch patches suck...

2014-09-17 Thread Chris Lee
/mailman/listinfo/kernelnewbies Terrible reason to submit a patch. If you dont understand the code snippet, you should not be submitting patch's against them. You need to fully understand the code inside and out before you even consider fixing it. Chris

Re: Tracing file size changes

2011-08-12 Thread Chris
kernels with fanotify are able to do this. So the feature is available, just too new to be on my servers. Oh, well :P Thanks for the input. I will probably just end up doing what I can with ld_preload. Chris ___ Kernelnewbies mailing list Kernelnewbies

Tracing file size changes

2011-08-10 Thread Chris
I'm trying to think of a good way to figure out where space is going on somewhat large and busy filesystems. Often I will be notified by nagios that I am running out of space somewhere, and it will even tell me what the trend in usage is. So now I know that I lost a bunch of space recently.

Re: Module to sanitize freed memory ?

2011-05-13 Thread Chris Laberti
Hi, Is there a kernel module that sanitizes (overwrites) freed memory ? Or maybe does sysctl offer something like this ? Regards, Chris you can always use the kzfree() routine, that zeroes freed memory automatically. rday What's wrong with the kernel option that does

Re: Init error NFS booting a Fedora 13 file system

2011-05-13 Thread chris
the chroot command on your manually mounted NFS. Hope that helps, -Chris ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Module to sanitize freed memory ?

2011-05-12 Thread Chris Laberti
Hi, Is there a kernel module that sanitizes (overwrites) freed memory ? Or maybe does sysctl offer something like this ? Regards, Chris ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo

trouble locating code that increments jiffies (arm)

2011-05-11 Thread chris
Hi list, I've been looking for the code that increments the jiffies variable as well as the code that connects a timer interrupt to the function that increments the variable. I'm working with the ARM architecture in case that makes a difference. I was also wondering, how many jiffies are