<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/isdnif.h, branch v4.9.296</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.296</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.9.296'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2012-10-13T09:46:48Z</updated>
<entry>
<title>UAPI: (Scripted) Disintegrate include/linux</title>
<updated>2012-10-13T09:46:48Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2012-10-13T09:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=607ca46e97a1b6594b29647d98a32d545c24bdff'/>
<id>urn:sha1:607ca46e97a1b6594b29647d98a32d545c24bdff</id>
<content type='text'>
Signed-off-by: David Howells &lt;dhowells@redhat.com&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Acked-by: Michael Kerrisk &lt;mtk.manpages@gmail.com&gt;
Acked-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Acked-by: Dave Jones &lt;davej@redhat.com&gt;
</content>
</entry>
<entry>
<title>net: use __packed annotation</title>
<updated>2010-06-03T10:21:52Z</updated>
<author>
<name>Eric Dumazet</name>
<email>eric.dumazet@gmail.com</email>
</author>
<published>2010-06-03T10:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bc10502dba37d3b210efd9f3867212298f13b78e'/>
<id>urn:sha1:bc10502dba37d3b210efd9f3867212298f13b78e</id>
<content type='text'>
cleanup patch.

Use new __packed annotation in net/ and include/
(except netfilter)

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Don't include linux/config.h from anywhere else in include/</title>
<updated>2006-04-26T11:56:16Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-04-26T11:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f'/>
<id>urn:sha1:62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1</title>
<updated>2006-01-09T04:14:07Z</updated>
<author>
<name>Jan Blunck</name>
<email>jblunck@suse.de</email>
</author>
<published>2006-01-08T09:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6a878184c202395ea17212f111ab9ec4b5f6d6ee'/>
<id>urn:sha1:6a878184c202395ea17212f111ab9ec4b5f6d6ee</id>
<content type='text'>
Since version 4.1 the gcc is warning about ignored attributes. This patch is
using the equivalent attribute on the struct instead of on each of the
structure or union members.

GCC Manual:
  "Specifying Attributes of Types

   packed
    This attribute, attached to struct or union type definition, specifies
    that
    each member of the structure or union is placed to minimize the memory
    required. When attached to an enum definition, it indicates that the
    smallest integral type should be used.

    Specifying this attribute for struct and union types is equivalent to
    specifying the packed attribute on each of the structure or union
    members."

Signed-off-by: Jan Blunck &lt;jblunck@suse.de&gt;
Cc: Dave Jones &lt;davej@codemonkey.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] sparse: ISDN -&gt;readstat() and -&gt;writecmd() annotation</title>
<updated>2004-07-12T02:08:51Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2004-07-12T02:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2b20624f29169ae8711abce24baf2e1e1f2f1a0e'/>
<id>urn:sha1:2b20624f29169ae8711abce24baf2e1e1f2f1a0e</id>
<content type='text'>
	-&gt;readstat() and -&gt;writecmd() are always getting a userland pointer;
marked argument as such, killed "user" flag, killed dead code.
</content>
</entry>
<entry>
<title>[PATCH] ISDN udpate</title>
<updated>2004-02-18T12:44:35Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-02-18T12:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bb257be4df047321b9f12d6a22270aacbcd03fd1'/>
<id>urn:sha1:bb257be4df047321b9f12d6a22270aacbcd03fd1</id>
<content type='text'>
From: Karsten Keil &lt;kkeil@suse.de&gt;

- new port of 2.4 I4L core to 2.6

- new port of 2.4 I4L HiSax to 2.6

- fixes for I4L CAPI subsystem to make it stable in 2.6

- fix parameter handling of AVM ISA cards (calle)

- cleanup ISDN config variables

- SMP in act2000 and pcbit driver

- remove check_region in act2000

- mark hysdn, isdnloop and divert as BROKEN_ON_SMP
</content>
</entry>
<entry>
<title>[PATCH] Spelling fixes for consistent, dependent, persistent</title>
<updated>2003-02-07T00:11:08Z</updated>
<author>
<name>Steven Cole</name>
<email>elenstev@mesatop.com</email>
</author>
<published>2003-02-07T00:11:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=da11be46accaae5bbe089161b00e43a67097308d'/>
<id>urn:sha1:da11be46accaae5bbe089161b00e43a67097308d</id>
<content type='text'>
This fixes the following common misspellings and their variants.

  consistant -&gt; consistent
  dependant  -&gt; dependent
  persistant -&gt; persistent
</content>
</entry>
<entry>
<title>ISDN: Remove unused commands</title>
<updated>2002-11-17T11:08:04Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-11-17T11:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=226abcaf8282cc100b76a24ea7495d0e16c0da19'/>
<id>urn:sha1:226abcaf8282cc100b76a24ea7495d0e16c0da19</id>
<content type='text'>
There's a number of commands which are never used by the link layer, so
no reason to have them stick around.
</content>
</entry>
<entry>
<title>ISDN: Introduce .owner</title>
<updated>2002-11-17T08:37:06Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-11-17T08:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=315c77b4fe78c00ad732b456c5f4056191dd99ad'/>
<id>urn:sha1:315c77b4fe78c00ad732b456c5f4056191dd99ad</id>
<content type='text'>
The current way of passing a command to inc the module use count is
inherently racy, so expose a struct module *owner instead (which makes
it possible to fix this race, though that's not done yet).

Also, add some missing #include &lt;linux/interrupt.h&gt;
</content>
</entry>
<entry>
<title>ISDN: Remove ISDN_STAT_L1ERR</title>
<updated>2002-10-29T14:44:07Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-10-29T14:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=05abe02258c620ec16f7c7b4e18a51550fb70537'/>
<id>urn:sha1:05abe02258c620ec16f7c7b4e18a51550fb70537</id>
<content type='text'>
It wasn't used in any actual hardware driver, nor did it cause any
action at all.
</content>
</entry>
</feed>
