Recent blog entries for riscgrl

Well, back in the 2.6.17 tree again. I had to break up my patch standards again. 'silver' became 'silver' and 'bronze'. I failed to take into account that with clean being 'the patch as it was handed to me' and silver being 'the patch in good condition', i needed an in-between state 'the patch as good as i can get it right now, without breaking other things'.

Due to the recent kernel user->root escalation bug, we're going to forward port to 2.6.32, as soon as its released. This should be fun, with as little manpower as our project has.

In my personal life.. I got to protest the protesters at a tea party. I tried to be respectful, but I was showing up at someone else's protest, with signs opposing them. I received many shouts of 'get a job!'. which is doubly ironic, since i have way too much work already. I was only in time to protest, because I had to step out of work early to grab food. Hypoglycemia sucks.

The reception by the crowd was interesting, as when i approached, they backed away. composition wise, it seemed to be one third people-expressing-opinions-on-health-care, one third obama-hate, and one third whargarbl.

Ow. continuing pain from my auto accident two weeks ago.

Asciidoc has been a real win lately, as we've been converting our documentation into it. Its real easy to edit asciidoc as a 'text only' person, and publish it to the web via Asciidoc Webpage Builder. It almost feels like i'm participating in the 'web based community', instead of merely hiding in the shadows of IRC. ;)

I'm working on commentary 4 in the 2.6.28.7 tree. after that, i'll go back to 53 in the 2.6.17 tree, then work on commentarying the most-in-need-of-repair patch in the 2.6.28.7 tree. I've actually got someone trying to submit patches, but would lie what they're patching to be commentaried first, so i can review patches appropriately.

Progress, wheee!

Ok! Back at the hacking kernel!

after a more than brief vacation, I've decided to make kernel hacking a regular part of my day again. I've lost a few more almost-developers, which is annoying, but as long as i keep plugging at the code, i'll gain some users somewhere, right?

I still need someone to fix up the shell script for building the 2.6.28.7 tree, as well as to figure out how to use awb to automatically publish my asciidoc formatted documentation to the web. editing the wiki was just burning too much of my time.

so, patch 51 of the 2.6.18 tree, and patch 3 of the 2.6.28.7 tree are commentaried now. I'm still polishing the 2.6.28.7 patches as I commentary them, and just commentarying the 2.6.18 tree. waiting to get past patch 98 in the original tree, to start making mistakes^Wchanges.

I always knew that the best project to work on was something you personally needed, and I do need linuxpmi, still to this day. doing without it has been annoying, no ability to really capture real horsepower.

being basically the only kernel hacker on a patch the size of this for a year and a half now has been annoying, however...

dynamic process migration for the win!

Patch 48 of 2.6.17's tree commentaried.

This patch has some code wrapping the socket layer, to make our code in hpc/ simpler, along with a function wrapping daemonize, and setting our scheduler settings. the scheduler wrapping function includes a 'high priority' mode we don't use, that I'll be pulling.

I've started work on polishing the patches for the 2.6.28.7 tree, which showed me an ugly case where we're abusing macros to implement something the kernel already has a function for, and we implement it wrong. I'm not sure whether we should pull our implementation and use the kernel's, or what. Code Archeology on this level is Not Fun.

In my day-to-day life, nothing much is happening. *still* no word from my prospective employers. Just getting poorer. I still don't regret things between me and my last workplace breaking down, however. I'm just not comfortable in a workplace that patently dishonest.

Committed the first patch to the 2.6.28.7 tree I concider to be in good working order.

LinuxPMI's 2.6.28.7 tree is a collection of hunks, in one giant patch. Again. I keep getting code dumped on me in this fashion, and have to go through it line by line. In this tree, I've decided to push patches through my kernel coding standards process as far as they'll "reasonably" go, so I can spot even more bugs. At least theres only 93 hunks in this tree, unlike the 322 hunks in the 2.6.17 tree. That said, I know there are cases in the 2.6.17 tree where bad code was replaced by *worse* code, which is why I haven't just flattened the patches, like the 2.6.28.7 tree started.

I made it most of the way through patch 48 on the 2.6.17 tree last night. Its a combination of socket layer wrappers to make our other code more readable, and a function for registering our kernel thread. What a combination!

I'll likely be done with patch 48 sometime tonight. Once i get out of the hpc/ directory, the patches should be much easier to commentary, and I'm almost there. From where I'm sitting, I've done most of the 'ugly' work over the last year, and am about ready to start work that will actually improve the quality of the code base itself.

17 Mar 2009 (updated 17 Mar 2009 at 05:56 UTC) »

Patch 47 Commentaried.

This patch contains functions for handling communication from the home node (signals) during the jump from kernelspace to userspace. it also contains C routines for handling system calls that need to be performed on both the home node and the remote node, AND it contains functions for performing filesystem queries on the home node.

Welcome to everything in one file.

In my personal life, I'm poor, going into debt, and getting more stressed by the day. My new job has done three kinds of background check, and a drug check.. but no other paperwork. The employee who has my old job is still bugging me for technical help, and I'm not quite impolite enough to just tell him off. So, I'm just ignoring him for now. I'm sure he'll contact me when things get *really* bad for him. Which will probably be good for me. At the very least, it will be nice to hear how screwed he is. ;)

To add hilarity to injury.. I still get all my daily reports from the systems, including encrypted transmissions from our affiliate banks. I know they know I'm getting them, the new admin had to add himself in the same aliases entry as I'm in. This is not rocket science, people. I'm tempted to report the emails as spam. ;)

In other news.. no other news, I'm boring. Saw the 'Watchmen' movie, and loved it. I've also been watching "Studio 60". It figures that they remove all the *good* television from American TV.

Yay! Patch 46 Commentaried.

Patch 46 handles the additions we make to the /proc filesystem for administrating the local nodes, and telling the system to send processes remote. Its in reasonable shape, only requiring minor cleanup.

Things between me and what used to be my workplace have completely fallen apart, which is actually a good thing. I'm *SO* relieved, its not funny. I'm still trying to put together my next job. It seems like every time I almost get everything straightened out, they put another hurdle in front of me.

One of my users has done a semi-hackish job of porting LinuxPMI to 2.6.28.7. Now I have another 13,000 lines of kernel patch to go through. Its still early in the development process, but its nice to have a more modern kernel to go through. I'll continue trying to make the 2.6.17 branch healthy, while keeping the 2.6.28.7 branch tracking something a bit more current. I'm glad I've been getting better at this commentarying of kernel patches. Hopefully, it doesn't take me another year to go through this patch. ;)

patch 45 commentaried. this patch breaks a task into its components, serializing them and transmitting them across a socket. technically, the process never dies locally, so its memory is NOT freed. the 'root node' of your LinuxPMI cluster needs to have all the memory to contain all the processes, even if this memory is not kept in sync by a task when its remote.

In my personal life, I've had a whole bunch of my property stolen, and know the person who did it. despite that, the law is virtually useless here. I've only been able to find one item of mine in a pawn shop, and had to basically force the local police to take it off the shelf. even after that, I don't get to keep it. My understanding of the way law works here, the pawn shop keeps it, until I pay them what they paid for it back at a hearing. Only, the thieves traded for store credit, which is full shelf price. I might as well have bought my stuff off the shelf.

And it will still take months.

So, I'm out some $7000 in property. Just what i needed, to have a DARKER world view.

At least I've gotten moved out of the place that was all stolen from, and seem to have landed amongst a bunch of good people. Its strange, I haven't really experienced a good sense of community before. I've always had bad luck, being good to bad people. I'm glad to have that, otherwise, I'd be in a much darker place, internally.

I've lost my dayjob, good riddance. Ever since i took it back, the manager in question has never been able to talk without lieing to me. I was WAY tired of that. When you quit, and your boss quits with you, don't go back. If i hadn't gone back, I think I would have done much better at some of the high profile interviews I had shortly after taking it back. Hindsight is 20/20.

I've got a new job somewhere on a string, heres hoping that string doesn't get severed. Its 100% open source work, but in an even less 'Enterprise' environment than I've been working in, for the last.. god, 7 years?

At least I got through this patch. Only 53 more to go until release!

Wow. Quite entertaining. Finally got done commentarying patch 44. And almost through patch 45.

Patch 44 is the code responsible for receiving a process from a remote node. Its quite good reading, from a 'constructing a process from scratch' angle.

In the middle of this patch, an ice storm hit Northwest Arkansas, and knocked the whole area for a loop.

During the night, the only sounds you could hear were the tree branches falling, and exploding transformers. sounded like what i think a warzone would sound like, with no automatic gunfire, only single shots.

Woke up in the morning, and ran into work. had to get the boss to drive a 4X4 over, and i still almost didn't make it. And I'm less than a mile from my workplace.

I took some pictures of the damage, while i was checking on the local freegeek office, which was of course without power. kicked some malfunctioning almost-dead UPSes.

Emergency mode isn't the word. I'm still fixing things, today. Obviously, the linuxpmi.org webserver went down, killing my ability to commit patches, but I shouldn't complain, many people on the main drag in the cities are still without power, much less outlying areas.

I'll post the pictures I have somewhere useful, and post a link here eventually. The most shocking part of the storm wasn't what was on the ground, but what was on TV, or lack thereof. What I was working through was worse than what was on CNN. What lazy newspersons. even the local stations didn't go more than a hundred yards down the road, didn't find any of the hardcore damage. They call this stuff news?

My backyard is nothing but tree limbs. where I could once only see three of my neighbors, I can now see eight. Most of the trees in my yard were decimated, and i got the rear window of my favorite car smashed in. I guess i'll have to sell it now. I was supposed to get this car fixed, as part of the terms of signing back onto the job i walked out on.. but as usual, bait and switch by these guys. Maybe i'll quit , or they'll get upset enough to finally fire me. i doubt either scenario currently, since they own the 'loaner' i'm using. I really am tired of working for scum. ;)

Patch 45 is pretty much done, too. I just have to do a quick side-by-side skim with the commentary and the code.

Patch 43 re-commentaried. this patch is mostly the top level entries to 'task move to node' code, and the level directly beneath that (task move to remote, task move home, etc.). This code was full of direct uses of printk, along with not checking results, and even an unimplemented function, returning success.

Work has picked up this week. Minor hiccups, nothing too ugly. I had more problems dealing with the people who had technical problems than I did the technical problems. Seriously, i was about that far from just throwing in the towel when everyone just seemed to decide to stop annoying me. teaching my boss to use email has been a rather arduous task, and i don't think he'll ever stop double clicking internet links.

We're still doing the 'you need written specifications' dance. He just wants it to 'work like windows'. only with auto-vpn dialhome, remapping all the keys and some of the pages of the application... Its an unending pile of suck.

Clubbing with the roommate has been entertaining, we've really been running ragged. Looks like I'll be doing some house cleaning for another party tomorrow. at least when we party at home, I get more patches committed. ;)

21 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!