<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux, branch v2.6.14.6</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/?h=v2.6.14.6</id>
<link rel='self' href='https://git.amat.us/linux/atom/?h=v2.6.14.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-01-08T02:15:24Z</updated>
<entry>
<title>Linux 2.6.14.6</title>
<updated>2006-01-08T02:15:24Z</updated>
<author>
<name>Chris Wright</name>
<email>chrisw@sous-sol.org</email>
</author>
<published>2006-01-08T02:15:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0d768bb118fa9987b05657f9251303bf84bb1855'/>
<id>urn:sha1:0d768bb118fa9987b05657f9251303bf84bb1855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Fix onboard video on SPARC Blade 100 for 2.6.{13,14,15}</title>
<updated>2006-01-08T02:15:09Z</updated>
<author>
<name>Luis F. Ortiz</name>
<email>lfo@Polyad.Org</email>
</author>
<published>2006-01-05T21:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1854ce394f42e1d52adbaa6fc21ff5ea33e976eb'/>
<id>urn:sha1:1854ce394f42e1d52adbaa6fc21ff5ea33e976eb</id>
<content type='text'>
	I have recently been switching from using 2.4.32 on my trusty
old Sparc Blade 100 to using 2.6.15 .  Some of the problems I ran into
were distorted video when the console was active (missing first
character, skipped dots) and when running X windows (colored snow,
stripes, missing pixels).  A quick examination of the 2.6 versus 2.4
source for the ATY driver revealed alot of changes.

         A closer look at the code/data for the 64GR/XL chip revealed
two minor "typos" that the rewriter(s) of the code made.  The first is
a incorrect clock value (230 .vs. 235) and the second is a missing
flag (M64F_SDRAM_MAGIC_PLL).  Making both these changes seems to have
fixed my problem.  I tend to think the 235 value is the correct one,
as there is a 29.4 Mhz clock crystal close to the video chip and 235.2
(29.4*8) is too close to 235 to make it a coincidence.

	The flag for M64F_SDRAM_MAGIC_PLL was dropped during the
changes made by adaplas in file revision 1.72 on the old bitkeeper
repository.

	The change relating to the clock rate has been there forever,
at least in the 2.6 tree.  I'm not sure where to look for the old 2.5
tree or if anyone cares when it happened.

On SPARC Blades 100's, which use the ATY MACH64GR video chipset, the
clock crystal frequency is 235.2 Mhz, not 230 Mhz.  The chipset also
requires the use of M64F_SDRAM_MAGIC_PLL in order to setup the PLL
properly for the DRAM.

Signed-off-by: Luis F. Ortiz &lt;lfo@Polyad.Org&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] UFS: inode-&gt;i_sem is not released in error path</title>
<updated>2006-01-08T02:15:09Z</updated>
<author>
<name>Evgeniy Polyakov</name>
<email>johnpol@2ka.mipt.ru</email>
</author>
<published>2006-01-04T01:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a8c6aa8791db53edbe27e6a4ae57ef95fc2c01c6'/>
<id>urn:sha1:a8c6aa8791db53edbe27e6a4ae57ef95fc2c01c6</id>
<content type='text'>
Signed-off-by: Evgeniy Polyakov &lt;johnpol@2ka.mipt.ru&gt;
Cc: &lt;stable@kernel.org&gt;
akpm: obviously correct, OK for -stable immediately.
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] sysctl: make sure to terminate strings with a NUL</title>
<updated>2006-01-08T02:15:08Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-12-31T05:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=002cf2a8adbb7b9d9911f410e2db78c7a3798d14'/>
<id>urn:sha1:002cf2a8adbb7b9d9911f410e2db78c7a3798d14</id>
<content type='text'>
This is a slightly more complete fix for the previous minimal sysctl
string fix.  It always terminates the returned string with a NUL, even
if the full result wouldn't fit in the user-supplied buffer.

The returned length is the full untruncated length, so that you can
tell when truncation has occurred.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
[chrisw: inclusive of minimal fix so it's same as upstream]
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Insanity avoidance in /proc (CVE-2005-4605)</title>
<updated>2006-01-08T02:15:08Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-12-30T17:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eb558037b4bb4d965eb36df1def531ce7899254e'/>
<id>urn:sha1:eb558037b4bb4d965eb36df1def531ce7899254e</id>
<content type='text'>
Insanity avoidance in /proc

The old /proc interfaces were never updated to use loff_t, and are just
generally broken.  Now, we should be using the seq_file interface for
all of the proc files, but converting the legacy functions is more work
than most people care for and has little upside..

But at least we can make the non-LFS rules explicit, rather than just
insanely wrapping the offset or something.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] ieee80211_crypt_tkip depends on NET_RADIO</title>
<updated>2006-01-08T02:15:07Z</updated>
<author>
<name>Olaf Hering</name>
<email>olh@suse.de</email>
</author>
<published>2005-12-30T00:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3946ca0255c5b6d96310d1462b5b9baf0f64aafe'/>
<id>urn:sha1:3946ca0255c5b6d96310d1462b5b9baf0f64aafe</id>
<content type='text'>
*** Warning: ".wireless_send_event" [net/ieee80211/ieee80211_crypt_tkip.ko]

This bug was also reported as kerenl Bugzilla #5551.

Signed-off-by: Olaf Hering &lt;olh@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] drivers/net/sungem.c: gem_remove_one mustn't be __devexit</title>
<updated>2006-01-08T02:15:07Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-12-29T04:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=168e438187d99f5c6d73176efb673c0106b44304'/>
<id>urn:sha1:168e438187d99f5c6d73176efb673c0106b44304</id>
<content type='text'>
gem_remove_one() is called from the __devinit gem_init_one().

Therefore, gem_remove_one() mustn't be __devexit.

This patch was already included in 2.6.15-rc7.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Chris Wright &lt;chrisw@sous-sol.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.14.5</title>
<updated>2005-12-27T00:26:33Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-12-27T00:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9b288acb26059e30e66f14bf8b1b75c9f3a208f1'/>
<id>urn:sha1:9b288acb26059e30e66f14bf8b1b75c9f3a208f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] setting ACLs on readonly mounted NFS filesystems (CVE-2005-3623)</title>
<updated>2005-12-27T00:08:59Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2005-12-20T15:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0a63dca5ae2f975e08deae7e6c743a477af04367'/>
<id>urn:sha1:0a63dca5ae2f975e08deae7e6c743a477af04367</id>
<content type='text'>
We must check for MAY_SATTR before setting acls, which includes
checking for read-only exports: the lower-level setxattr operation
that eventually sets the acl cannot check export-level restrictions.

Bug reported by Martin Walter &lt;mawa@uni-freiburg.de&gt;.

Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] SCSI: fix transfer direction in scsi_lib and st</title>
<updated>2005-12-27T00:08:58Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2005-12-14T22:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=841f70676036b309f7102e2c8024dc68c3946990'/>
<id>urn:sha1:841f70676036b309f7102e2c8024dc68c3946990</id>
<content type='text'>
SCSI: fix transfer direction in scsi_lib and st

scsi_prep_fn and st_init_command could issue WRITE requests with zero
buffer length. This may lead to kernel panic or oops with some SCSI
low-level drivers.

Derived from -rc patches from Jens Axboe and James Bottomley.

Patch is reassembled for -stable from patches:
[SCSI] fix panic when ejecting ieee1394 ipod
[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)

Depends on patch "SCSI: fix transfer direction in sd (kernel panic when
ejecting iPod)". Also modifies the already correct sr_init_command to
fully match the corresponding -rc patch.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
