update checkpatch.pl to version 0.03

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a0df2ef4569ac57cb18cd97e34c0c4733e829d9 Commit: 4a0df2ef4569ac57cb18cd97e34c0c4733e829d9 Parent: 85f6038f2170e3335dda09c3dfb0f83110e87019 Author: Andy Whitcroft <[EMAIL PROTECTED]> AuthorDate:

m68knommu: fix ColdFire timer off by 1

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4342f4ace2335d4fa9fe52b4cceca979413470b2 Commit: 4342f4ace2335d4fa9fe52b4cceca979413470b2 Parent: 4a0df2ef4569ac57cb18cd97e34c0c4733e829d9 Author: Greg Ungerer <[EMAIL PROTECTED]> AuthorDate: Fr

nommu: report correct errno in message

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c287ef1ff9296ddf707af6f9d355e1c3ffc243dd Commit: c287ef1ff9296ddf707af6f9d355e1c3ffc243dd Parent: 4342f4ace2335d4fa9fe52b4cceca979413470b2 Author: Greg Ungerer <[EMAIL PROTECTED]> AuthorDate: Fr

loop: preallocate eight loop devices

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a47653fc2643cf61bcabba8c9ff5c45517c089ba Commit: a47653fc2643cf61bcabba8c9ff5c45517c089ba Parent: c287ef1ff9296ddf707af6f9d355e1c3ffc243dd Author: Ken Chen <[EMAIL PROTECTED]> AuthorDate: Fri Ju

document Acked-by:

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0f44cd23a5a2e26191a28ab6e91bd0c7849c8e0f Commit: 0f44cd23a5a2e26191a28ab6e91bd0c7849c8e0f Parent: a47653fc2643cf61bcabba8c9ff5c45517c089ba Author: Andrew Morton <[EMAIL PROTECTED]> AuthorDate: F

update feature-removal-schedule.txt to include deprecated functions

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9739ed1c8eafd554788d8e2ba09847b5718a34e7 Commit: 9739ed1c8eafd554788d8e2ba09847b5718a34e7 Parent: 0f44cd23a5a2e26191a28ab6e91bd0c7849c8e0f Author: Andy Whitcroft <[EMAIL PROTECTED]> AuthorDate:

mount -t tmpfs -o mpol=: check nodes online

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a210906c1b791af1434323f69427286039c9c8b9 Commit: a210906c1b791af1434323f69427286039c9c8b9 Parent: 9739ed1c8eafd554788d8e2ba09847b5718a34e7 Author: Hugh Dickins <[EMAIL PROTECTED]> AuthorDate: Fr

slab: fix alien cache handling

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3cdc0ed0cea50ea08dd146c1bbc82b1bcc2e1b80 Commit: 3cdc0ed0cea50ea08dd146c1bbc82b1bcc2e1b80 Parent: a210906c1b791af1434323f69427286039c9c8b9 Author: Christoph Lameter <[EMAIL PROTECTED]> AuthorDat

potential parse error in ifdef part 3

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a17627ef8833ac30622a7b39b7be390e1b174405 Commit: a17627ef8833ac30622a7b39b7be390e1b174405 Parent: 3cdc0ed0cea50ea08dd146c1bbc82b1bcc2e1b80 Author: Yoann Padioleau <[EMAIL PROTECTED]> AuthorDate:

SLUB: return ZERO_SIZE_PTR for kmalloc(0)

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=272c1d21d6fe42979068e14c04fb60fb6045ad74 Commit: 272c1d21d6fe42979068e14c04fb60fb6045ad74 Parent: a17627ef8833ac30622a7b39b7be390e1b174405 Author: Christoph Lameter <[EMAIL PROTECTED]> AuthorDat

uml: fix kernel stack size on x86_64

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e80ad9b651abb7229551339081d7e53097bf8ea7 Commit: e80ad9b651abb7229551339081d7e53097bf8ea7 Parent: 272c1d21d6fe42979068e14c04fb60fb6045ad74 Author: Jeff Dike <[EMAIL PROTECTED]> AuthorDate: Fri J

Documentation/atomic_ops.txt typo fix

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4249e08e92647b406422553bfb16276b2bf849aa Commit: 4249e08e92647b406422553bfb16276b2bf849aa Parent: e80ad9b651abb7229551339081d7e53097bf8ea7 Author: Ratnadeep Joshi <[EMAIL PROTECTED]> AuthorDate:

Move three functions that are only needed for CONFIG_MEMORY_HOTPLUG

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=193faea9280a809cc30e81d7e503e01b1d7b7042 Commit: 193faea9280a809cc30e81d7e503e01b1d7b7042 Parent: 4249e08e92647b406422553bfb16276b2bf849aa Author: Stephen Rothwell <[EMAIL PROTECTED]> AuthorDate

Char: stallion, don't fail with less than max panels

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=64834b226b237e654ab164d3af88ceaa65f10362 Commit: 64834b226b237e654ab164d3af88ceaa65f10362 Parent: 193faea9280a809cc30e81d7e503e01b1d7b7042 Author: Jiri Slaby <[EMAIL PROTECTED]> AuthorDate: Fri

Char: stallion, alloc tty before pci devices init

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e415109f5a1ec9ca7dac4fad2b852113ce303c96 Commit: e415109f5a1ec9ca7dac4fad2b852113ce303c96 Parent: 64834b226b237e654ab164d3af88ceaa65f10362 Author: Jiri Slaby <[EMAIL PROTECTED]> AuthorDate: Fri

Char: stallion, proper fail return values

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=49277b1c68f9bd22119a5174a68254ec1b39d8c2 Commit: 49277b1c68f9bd22119a5174a68254ec1b39d8c2 Parent: e415109f5a1ec9ca7dac4fad2b852113ce303c96 Author: Jiri Slaby <[EMAIL PROTECTED]> AuthorDate: Fri

uml: get declaration of simple_strtoul

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e16f5350d4cf402cffd18898b07c3b72917db192 Commit: e16f5350d4cf402cffd18898b07c3b72917db192 Parent: 49277b1c68f9bd22119a5174a68254ec1b39d8c2 Author: Jeff Dike <[EMAIL PROTECTED]> AuthorDate: Fri J

isdn/diva: fix section mismatch

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b4dc1fdb868089ab60c09531d476284b71373e3 Commit: 7b4dc1fdb868089ab60c09531d476284b71373e3 Parent: e16f5350d4cf402cffd18898b07c3b72917db192 Author: Randy Dunlap <[EMAIL PROTECTED]> AuthorDate: Fr

sata_promise: use TF interface for polling NODATA commands

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51b94d2a5a90d4800e74d7348bcde098a28f4fb3 Commit: 51b94d2a5a90d4800e74d7348bcde098a28f4fb3 Parent: 7b4dc1fdb868089ab60c09531d476284b71373e3 Author: Tejun Heo <[EMAIL PROTECTED]> AuthorDate: Fri J

rt-mutex: fix stale return value

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c0d1d2bf5a28f78def7b68ca1eb5ba31aafd43a1 Commit: c0d1d2bf5a28f78def7b68ca1eb5ba31aafd43a1 Parent: 51b94d2a5a90d4800e74d7348bcde098a28f4fb3 Author: Thomas Gleixner <[EMAIL PROTECTED]> AuthorDate:

rt-mutex: fix chain walk early wakeup bug

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1a539a87280b3032fd12bc93a4a82f1d8aa97ca8 Commit: 1a539a87280b3032fd12bc93a4a82f1d8aa97ca8 Parent: c0d1d2bf5a28f78def7b68ca1eb5ba31aafd43a1 Author: Thomas Gleixner <[EMAIL PROTECTED]> AuthorDate:

pi-futex: fix exit races and locking problems

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=778e9a9c3e7193ea9f434f382947155ffb59c755 Commit: 778e9a9c3e7193ea9f434f382947155ffb59c755 Parent: 1a539a87280b3032fd12bc93a4a82f1d8aa97ca8 Author: Alexey Kuznetsov <[EMAIL PROTECTED]> AuthorDate

fix sysrq-m oops

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=12710a56cb56e81bd8f457cc2f50c2ebfc0cb390 Commit: 12710a56cb56e81bd8f457cc2f50c2ebfc0cb390 Parent: 778e9a9c3e7193ea9f434f382947155ffb59c755 Author: Bob Picco <[EMAIL PROTECTED]> AuthorDate: Fri J

x86_64: oops_begin() fix

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b39b70366c5be68affe9777de72846540d840464 Commit: b39b70366c5be68affe9777de72846540d840464 Parent: 12710a56cb56e81bd8f457cc2f50c2ebfc0cb390 Author: Andrew Morton <[EMAIL PROTECTED]> AuthorDate: F

reiserfs: mailing list has moved

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=76c4e5eafe93df0d03c9d1dc2e4e3efd344be34b Commit: 76c4e5eafe93df0d03c9d1dc2e4e3efd344be34b Parent: b39b70366c5be68affe9777de72846540d840464 Author: Jeff Mahoney <[EMAIL PROTECTED]> AuthorDate: Fr

checkpatch: produce fewer lines of output

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=389834b680c13f4727c14f70fa71c2c5678b6081 Commit: 389834b680c13f4727c14f70fa71c2c5678b6081 Parent: 76c4e5eafe93df0d03c9d1dc2e4e3efd344be34b Author: Randy Dunlap <[EMAIL PROTECTED]> AuthorDate: Fr

MAINTAINERS: corrections

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=abb49202ff37bf2eca7296c62ad18c77f636ec8e Commit: abb49202ff37bf2eca7296c62ad18c77f636ec8e Parent: 389834b680c13f4727c14f70fa71c2c5678b6081 Author: Alan Cox <[EMAIL PROTECTED]> AuthorDate: Fri Ju

hexdump: more output formatting

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c7909234993973692414901055dfbebbca21e73f Commit: c7909234993973692414901055dfbebbca21e73f Parent: abb49202ff37bf2eca7296c62ad18c77f636ec8e Author: Randy Dunlap <[EMAIL PROTECTED]> AuthorDate: Fr

update checkpatch.pl to version 0.04

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00df344fd06fd6ac71d0665f1ce8cc6870e4f564 Commit: 00df344fd06fd6ac71d0665f1ce8cc6870e4f564 Parent: c7909234993973692414901055dfbebbca21e73f Author: Andy Whitcroft <[EMAIL PROTECTED]> AuthorDate:

Protect from multiple inclusion

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=217397d7d267f832081169016e1ab66691a13e08 Commit: 217397d7d267f832081169016e1ab66691a13e08 Parent: 00df344fd06fd6ac71d0665f1ce8cc6870e4f564 Author: Robert P. J. Day <[EMAIL PROTECTED]> AuthorDate

update Documentation/driver-model/platform.txt

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=adfdebceaca988515ecdb557d600fd5ab9da913a Commit: adfdebceaca988515ecdb557d600fd5ab9da913a Parent: 85f6038f2170e3335dda09c3dfb0f83110e87019 Author: David Brownell <[EMAIL PROTECTED]> AuthorDate:

Driver core: keep PHYSDEV for old struct class_device

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c7afd125cc482dbdf6b0a169c42337e7e76cda5 Commit: 2c7afd125cc482dbdf6b0a169c42337e7e76cda5 Parent: adfdebceaca988515ecdb557d600fd5ab9da913a Author: Kay Sievers <[EMAIL PROTECTED]> AuthorDate: Tue

Driver core: kill unused code

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=475c5a1518477f0301fc50dc59e690032fad1fef Commit: 475c5a1518477f0301fc50dc59e690032fad1fef Parent: 2c7afd125cc482dbdf6b0a169c42337e7e76cda5 Author: Stephen Hemminger <[EMAIL PROTECTED]> AuthorDat

kobject: use the proper printk level for kobject error

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5c73a3fba6dd2b410de378f648bc9851ffa7201a Commit: 5c73a3fba6dd2b410de378f648bc9851ffa7201a Parent: 475c5a1518477f0301fc50dc59e690032fad1fef Author: Greg Kroah-Hartman <[EMAIL PROTECTED]> AuthorDa

firmware: remove orphaned Email

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=87d37a4f470834223fc8a243af002998bdb5b886 Commit: 87d37a4f470834223fc8a243af002998bdb5b886 Parent: 5c73a3fba6dd2b410de378f648bc9851ffa7201a Author: Markus Rechberger <[EMAIL PROTECTED]> AuthorDat

USB: set default y for CONFIG_USB_DEVICE_CLASS

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=dda034bcb51a0a28318046d74d664e0fc5f7d1d4 Commit: dda034bcb51a0a28318046d74d664e0fc5f7d1d4 Parent: 85f6038f2170e3335dda09c3dfb0f83110e87019 Author: Kay Sievers <[EMAIL PROTECTED]> AuthorDate: Sun

usblp: Don't let suspend to kill ->used

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=97cb95d1c4b724bc3bedd16dd022fbd3c2d61283 Commit: 97cb95d1c4b724bc3bedd16dd022fbd3c2d61283 Parent: dda034bcb51a0a28318046d74d664e0fc5f7d1d4 Author: Pete Zaitcev <[EMAIL PROTECTED]> AuthorDate: Th

USB: usb gadgets avoid le{16,32}_to_cpup()

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01ee7d7032204b383b2fba73021e7acbc776184b Commit: 01ee7d7032204b383b2fba73021e7acbc776184b Parent: 97cb95d1c4b724bc3bedd16dd022fbd3c2d61283 Author: David Brownell <[EMAIL PROTECTED]> AuthorDate:

USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=67fa10627ec0d8aa16f1cf38cf527e67d8097d3c Commit: 67fa10627ec0d8aa16f1cf38cf527e67d8097d3c Parent: 01ee7d7032204b383b2fba73021e7acbc776184b Author: Ben Collins <[EMAIL PROTECTED]> AuthorDate: Sat

USB: cxacru: add Documentation file

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=64b85006f5d473fefc181dece9473710b55966e0 Commit: 64b85006f5d473fefc181dece9473710b55966e0 Parent: 67fa10627ec0d8aa16f1cf38cf527e67d8097d3c Author: Simon Arlott <[EMAIL PROTECTED]> AuthorDate: Th

USB: cxacru: create sysfs attributes in atm_start instead of bind

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=da1f82b5543738d4c127a449490bc0d55e121fe8 Commit: da1f82b5543738d4c127a449490bc0d55e121fe8 Parent: 64b85006f5d473fefc181dece9473710b55966e0 Author: Simon Arlott <[EMAIL PROTECTED]> AuthorDate: Th

USB: cxacru: ignore error trying to start ADSL in atm_start

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fd209e35b74110ee1f3371838b0782b5b02eaaba Commit: fd209e35b74110ee1f3371838b0782b5b02eaaba Parent: da1f82b5543738d4c127a449490bc0d55e121fe8 Author: Simon Arlott <[EMAIL PROTECTED]> AuthorDate: Th

USB: Fix up bogus bInterval values in endpoint descriptors

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=615ae11b3b4af7a5adb0819ff11b3b764eb92268 Commit: 615ae11b3b4af7a5adb0819ff11b3b764eb92268 Parent: fd209e35b74110ee1f3371838b0782b5b02eaaba Author: Alan Stern <[EMAIL PROTECTED]> AuthorDate: Fri

OHCI: Fix machine check in ohci_hub_status_data

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6fd75b19483b2f6e6619602a535b4939e46921c1 Commit: 6fd75b19483b2f6e6619602a535b4939e46921c1 Parent: 615ae11b3b4af7a5adb0819ff11b3b764eb92268 Author: Alan Stern <[EMAIL PROTECTED]> AuthorDate: Fri

[SPARC64]: Include instead of .

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea1ff19ce0146a3982a6ded4274122e6d0a91bed Commit: ea1ff19ce0146a3982a6ded4274122e6d0a91bed Parent: 85f6038f2170e3335dda09c3dfb0f83110e87019 Author: Robert P. J. Day <[EMAIL PROTECTED]> AuthorDate

[SPARC64]: Handle PCI bridges without 'ranges' property.

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c2786cfa6d15c474ec7030e8161c88e9b5c597d Commit: 8c2786cfa6d15c474ec7030e8161c88e9b5c597d Parent: ea1ff19ce0146a3982a6ded4274122e6d0a91bed Author: David S. Miller <[EMAIL PROTECTED]> AuthorDate:

[IPV4]: Do not remove idev when addresses are cleared

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6363097cc4d182f93788131b5d8f72aa91d950a0 Commit: 6363097cc4d182f93788131b5d8f72aa91d950a0 Parent: 85f6038f2170e3335dda09c3dfb0f83110e87019 Author: Herbert Xu <[EMAIL PROTECTED]> AuthorDate: Thu

[NetLabel]: consolidate the struct socket/sock handling to just struct sock

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba6ff9f2b5c6018b293bd21083ffaa5ad710e671 Commit: ba6ff9f2b5c6018b293bd21083ffaa5ad710e671 Parent: 6363097cc4d182f93788131b5d8f72aa91d950a0 Author: Paul Moore <[EMAIL PROTECTED]> AuthorDate: Thu

[CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=50e5d35ce2c4190cead13a091ea1ceab47d29cc2 Commit: 50e5d35ce2c4190cead13a091ea1ceab47d29cc2 Parent: ba6ff9f2b5c6018b293bd21083ffaa5ad710e671 Author: Paul Moore <[EMAIL PROTECTED]> AuthorDate: Thu

ocfs2: Fix masklog breakage

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59be7dc97bacc0fd8e22f0be6e2aebb5c9b4ff47 Commit: 59be7dc97bacc0fd8e22f0be6e2aebb5c9b4ff47 Parent: 5ecd3100e695228ac5e0ce0e325e252c0f11806f Author: Tiger Yang <[EMAIL PROTECTED]> AuthorDate: Mon

ocfs2: Fix invalid assertion during write on 64k pages

2007-06-08 Thread Linux Kernel Mailing List
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eeb47d1234af1a9267836f680a8e114b2e88d0dc Commit: eeb47d1234af1a9267836f680a8e114b2e88d0dc Parent: 59be7dc97bacc0fd8e22f0be6e2aebb5c9b4ff47 Author: Mark Fasheh <[EMAIL PROTECTED]> AuthorDate: Wed