forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/f…
…or-linus-fixes-3.3 * commit '070680218379e15c1901f4bf21b98e3cbf12b527': (50 commits) xen-balloon: convert sysdev_class to a regular subsystem clocksource: convert sysdev_class to a regular subsystem ibm_rtl: convert sysdev_class to a regular subsystem edac: convert sysdev_class to a regular subsystem rtmutex-tester: convert sysdev_class to a regular subsystem driver-core: implement 'sysdev' functionality for regular devices and buses kref: fix up the kfree build problems kref: Remove the memory barriers kref: Implement kref_put in terms of kref_sub kref: Inline all functions Drivers: hv: Get rid of an unnecessary check in hv.c Drivers: hv: Make the vmbus driver unloadable Drivers: hv: Fix a memory leak Documentation: Update stable address MAINTAINERS: stable: Update address w1: add fast search for single slave bus driver-core: skip uevent generation when nobody is listening drivers: hv: Don't OOPS when you cannot init vmbus firmware: google: fix gsmi.c build warning drivers_base: make argument to platform_device_register_full const ...
Showing
351 changed files
with
1,373 additions
and
5,091 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -275,8 +275,8 @@ versions. | |
If no 2.6.x.y kernel is available, then the highest numbered 2.6.x | ||
kernel is the current stable kernel. | ||
|
||
2.6.x.y are maintained by the "stable" team <[email protected]>, and are | ||
released as needs dictate. The normal release period is approximately | ||
2.6.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and | ||
are released as needs dictate. The normal release period is approximately | ||
two weeks, but it can be longer if there are no pressing problems. A | ||
security-related problem, instead, can cause a release to happen almost | ||
instantly. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,10 +271,10 @@ copies should go to: | |
the linux-kernel list. | ||
|
||
- If you are fixing a bug, think about whether the fix should go into the | ||
next stable update. If so, [email protected] should get a copy of the | ||
patch. Also add a "Cc: [email protected]" to the tags within the patch | ||
itself; that will cause the stable team to get a notification when your | ||
fix goes into the mainline. | ||
next stable update. If so, stable@vger.kernel.org should get a copy of | ||
the patch. Also add a "Cc: stable@vger.kernel.org" to the tags within | ||
the patch itself; that will cause the stable team to get a notification | ||
when your fix goes into the mainline. | ||
|
||
When selecting recipients for a patch, it is good to have an idea of who | ||
you think will eventually accept the patch and get it merged. While it | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6261,7 +6261,7 @@ F: arch/alpha/kernel/srm_env.c | |
|
||
STABLE BRANCH | ||
M: Greg Kroah-Hartman <[email protected]> | ||
L: [email protected] | ||
L: stable@vger.kernel.org | ||
S: Maintained | ||
|
||
STAGING SUBSYSTEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.