<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/auto_fs.h, branch tmp/leds/core</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=tmp%2Fleds%2Fcore'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2003-09-06T07:34:01Z</updated>
<entry>
<title>[PATCH] janitor: remove unneeded version.h #includes</title>
<updated>2003-09-06T07:34:01Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rddunlap@osdl.org</email>
</author>
<published>2003-09-06T07:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=afafd7234723f3c15387cbe39ba6380b94c388d0'/>
<id>urn:sha1:afafd7234723f3c15387cbe39ba6380b94c388d0</id>
<content type='text'>
From: Randy Hron &lt;rwhron@earthlink.net&gt;

remove unneeded linux/version.h usage &amp; some duplicate
#includes;
</content>
</entry>
<entry>
<title>[PATCH] trivial bits.</title>
<updated>2002-09-30T08:45:33Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@codemonkey.org.uk</email>
</author>
<published>2002-09-30T08:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4aaae0d97ade4364e2828ac5a93b55dd310ade37'/>
<id>urn:sha1:4aaae0d97ade4364e2828ac5a93b55dd310ade37</id>
<content type='text'>
Adrian Bunk went through .39-dj, and pulled out a bunch of
trivial bits (docs changes, whitespace fixes etc)

 - CREDITS: update the web-address of Tigran A. Aivazian
 - Documentation/Changes: higher minimum version of reiserfsprogs
 - s/www.linuxdoc.org/www.tldp.org/g in:
   - Documentation/DocBook/sis900.tmpl
   - Documentation/kernel-docs.txt
   - Documentation/scsi-generic.txt
   - Documentation/scsi.txt
   - Documentation/sound/oss/PAS16
 - Documentation/filesystems/isofs.txt: document where to get ISO 9660
   docs from
 - Documentation/networking/00-INDEX: document that e100.txt and e1000.txt
   are present
 - typo fixes in:
   - Documentation/networking/ip-sysctl.txt
   - Documentation/s390/Debugging390.txt
   - drivers/ide/Config.help
 - MAINTAINERS:
   - update location of the emu10k1-devel and linux-mips lists
   - Remy Card is no longer ext2 maintainer
   - list Andrew Morton instead of Remy Card as second ext3 maintainer
   - update mail addresses of Riley H. Williams and Jack Hammer
   - misc whitespace -&gt; tab fixes
 - arch/mips/kernel/time.c: correct the location of a README
 - whitespace -&gt; tab fixes in
   drivers/net/{3c505,3c509,arcnet/arcnet,at1700,hamradio/scc,ni65,
   pcmcia/aironet4500_cs}.c and drivers/net/wan/lmc/lmc_var.h
 - drivers/pci/quirks.c: update URL
 - remove tabs/whitespace at the end of lines in:
   - drivers/tc/lk201-map.map
   - drivers/tc/lk201-remap.c
   - drivers/tc/zs.h
 - fs/jfs/jfs_logmgr.c: remove two extra empty lines
 - include/linux/auto_fs.h: s/__x86_64/__x86_64__/
</content>
</entry>
<entry>
<title>[PATCH] 2.5.22: common code changes for s/390.</title>
<updated>2002-06-18T04:16:21Z</updated>
<author>
<name>Martin Schwidefsky</name>
<email>martin.schwidefsky@debitel.net</email>
</author>
<published>2002-06-18T04:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dcfdb40ccbd2277ca4cf24407bb09f3a19d08b0b'/>
<id>urn:sha1:dcfdb40ccbd2277ca4cf24407bb09f3a19d08b0b</id>
<content type='text'>
1) Add __s390__ to the list of architectures that use unsigned int as
   type for rautofs_wqt_t. __s390__ is defined for both 31-bit and 64-bit
   linux for s/390. Both architectures are fine with unsigned int since
   sizeof(unsigned int) == sizeof(unsigned long) for 31 bit s/390.
2) Remove early initialization call ccwcache_init(). It doesn't exists
   anymore.
3) Remove special case for irq_stat. We moved the irq_stat structure out
   of the lowcore.
4) Replace acquire_console_sem with down_trylock &amp; return to avoid an
   endless trap loop if console_unblank is called from interrupt context
   and the console semaphore is taken.
</content>
</entry>
<entry>
<title>[PATCH] autofs_wqt_t for ppc64</title>
<updated>2002-05-27T04:59:24Z</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2002-05-27T04:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=856e7226d848eb2ae64e584efe392943c9a63261'/>
<id>urn:sha1:856e7226d848eb2ae64e584efe392943c9a63261</id>
<content type='text'>
Anton Blanchard &lt;anton@samba.org&gt;: Fix autofs on ppc64:

  Define autofs_wqt_t to be an int on ppc64, just like the other mixed
  32/64 bit archs do.
</content>
</entry>
<entry>
<title>[PATCH] autofs fix for x86-64</title>
<updated>2002-04-20T03:06:31Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@muc.de</email>
</author>
<published>2002-04-20T03:06:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b817df50888391b124b5bec5ce46457844ba77c4'/>
<id>urn:sha1:b817df50888391b124b5bec5ce46457844ba77c4</id>
<content type='text'>
Minor patch for the x86-64 32bit emulation. Originally proposed by hpa and it
makes autofs 32bit/64bit clean for x86-64
</content>
</entry>
<entry>
<title>Import changeset</title>
<updated>2002-02-05T01:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a2deb32924142696b8174cdf9b38cd72a11fc96'/>
<id>urn:sha1:7a2deb32924142696b8174cdf9b38cd72a11fc96</id>
<content type='text'>
</content>
</entry>
</feed>
