me and flower.upol.cz are going down- June 20, 2008 Feel free to e-mil me on any stuff i might have useful.http://kerneltrap.org/node/16327 How to Start Hacking the Linux Kernel- June 20, 2008 Someone posted such a question here. Personally, I started to hack the Linux kernel when developing a new networking suite called the ATN TP4CLNP Networking Suite for use with GNULinux systems in the aeronautical industry. So, I have some suggestions here. read morehttp://kerneltrap.org/node/16322 "Stable" kernel 2.6.25.7 released debate on LWN.net- June 17, 2008 Posted Jun 17, 2008 18:33 UTC (Tue) by olecom (guest, 42886) Link IT bubble days are over. Linux kernel (almost the only useful FOSS thing left) tries to not loose it's volume. Developers do what they do on limited resources, using dumb tools or no tools at all, saving buzz-hype using PR fuzz. It is a social and economical problem, not a technical andor ethical one. read morehttp://kerneltrap.org/node/16303 OK, finally my stone to "The art of thinking in make and C". Hope, it's constructive.- June 15, 2008 From: "Oleg Verych" <olecomgmail.com> Date: Sun, 15 Jun 2008 17:56:57 +0100 To: Jamie Lokier Subject: Re: about size optimizations (Re: Not as much ccache win as I expected) Cc: David Woodhouse, linux-embedded, linux-kbuild, segher > You can do this without changin the Makefile, if you provide suitable > scripts on $PATH for the make.read morehttp://kerneltrap.org/node/16293 about size optimizations (Re: Not as much ccache win as I expected)- June 13, 2008 From: "Oleg Verych" <olecomgmail.com> To: linux-embedded <linux-embeddedvger.kernel>, linux-kbuildvger.kernel Message-ID: <8499950a0806131452j5dc9574dk336e9e06ee9e1785mail.gmail.com> Date: Fri, 13 Jun 2008 22:52:52 +0100 Subject: about size optimizations (Re: Not as much ccache win as I expected)read morehttp://kerneltrap.org/node/16286 What does SOCK_ZAPPED mean- June 13, 2008 SOCK_ZAPPED, which is defined in includenetsock.h, is a status flag of a socket (struct sock) to indicate that the socket has a name assigned to it already (i.e., the socket is bound with bind()). Archive: Linux Kernel's Networking Part (Networking Socket)http://kerneltrap.org/node/16281 What Kind of Ethernet MAC Addresses are These- June 11, 2008 It turned out that any wireless Ethernet card's device driver in a non-promiscuous mode does not drop any Ethernet frame with the following destination MAC address: YY:xx:xx:xx:xx:xx, where YY is an odd number (e.g., 0xE1, 0x11, 0x01, etc.) read morehttp://kerneltrap.org/node/16268 Don't Forget "make clean"- June 10, 2008 Just yesterday my friend and I were wondering why his Linux kernel module crashed the kernel in QEMU everytime the module was removed with rmmod; it caused the kernel to issue the BUG message on the screen before crashing. The kernel module itself had just been transfered from his host GNULinux operating system via scp. read morehttp://kerneltrap.org/node/16257 |