-
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 tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git…
…/efi/efi into efi/core Pull EFI changes for v5.8 from Ard Biesheuvel: "- preliminary changes for RISC-V - add support for setting the resolution on the EFI framebuffer - simplify kernel image loading for arm64 - Move .bss into .data via the linker script instead of relying on symbol annotations. - Get rid of __pure getters to access global variables - Clean up the config table matching arrays" Signed-off-by: Ingo Molnar <mingo@kernel.org>
- Loading branch information
Showing
11,224 changed files
with
538,673 additions
and
269,804 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
output | ||
*.pyc |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This ABI is renamed and moved to a new location /sys/kernel/fadump/enabled. | ||
|
||
What: /sys/kernel/fadump_enabled | ||
Date: Feb 2012 | ||
Contact: linuxppc-dev@lists.ozlabs.org | ||
Description: read only | ||
Primarily used to identify whether the FADump is enabled in | ||
the kernel or not. | ||
User: Kdump service |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This ABI is renamed and moved to a new location /sys/kernel/fadump/registered.¬ | ||
|
||
What: /sys/kernel/fadump_registered | ||
Date: Feb 2012 | ||
Contact: linuxppc-dev@lists.ozlabs.org | ||
Description: read/write | ||
Helps to control the dump collect feature from userspace. | ||
Setting 1 to this file enables the system to collect the | ||
dump and 0 to disable it. | ||
User: Kdump service |
10 changes: 10 additions & 0 deletions
10
Documentation/ABI/obsolete/sysfs-kernel-fadump_release_mem
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
This ABI is renamed and moved to a new location /sys/kernel/fadump/release_mem.¬ | ||
|
||
What: /sys/kernel/fadump_release_mem | ||
Date: Feb 2012 | ||
Contact: linuxppc-dev@lists.ozlabs.org | ||
Description: write only | ||
This is a special sysfs file and only available when | ||
the system is booted to capture the vmcore using FADump. | ||
It is used to release the memory reserved by FADump to | ||
save the crash dump. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: /sys/fs/selinux/checkreqprot | ||
Date: April 2005 (predates git) | ||
KernelVersion: 2.6.12-rc2 (predates git) | ||
Contact: selinux@vger.kernel.org | ||
Description: | ||
|
||
The selinuxfs "checkreqprot" node allows SELinux to be configured | ||
to check the protection requested by userspace for mmap/mprotect | ||
calls instead of the actual protection applied by the kernel. | ||
This was a compatibility mechanism for legacy userspace and | ||
for the READ_IMPLIES_EXEC personality flag. However, if set to | ||
1, it weakens security by allowing mappings to be made executable | ||
without authorization by policy. The default value of checkreqprot | ||
at boot was changed starting in Linux v4.4 to 0 (i.e. check the | ||
actual protection), and Android and Linux distributions have been | ||
explicitly writing a "0" to /sys/fs/selinux/checkreqprot during | ||
initialization for some time. Support for setting checkreqprot to 1 | ||
will be removed in a future kernel release, at which point the kernel | ||
will always cease using checkreqprot internally and will always | ||
check the actual protections being applied upon mmap/mprotect calls. | ||
The checkreqprot selinuxfs node will remain for backward compatibility | ||
but will discard writes of the "0" value and will reject writes of the | ||
"1" value when this mechanism is removed. |
9 changes: 9 additions & 0 deletions
9
Documentation/ABI/removed/sysfs-kernel-fadump_release_opalcore
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This ABI is moved to /sys/firmware/opal/mpipl/release_core. | ||
|
||
What: /sys/kernel/fadump_release_opalcore | ||
Date: Sep 2019 | ||
Contact: linuxppc-dev@lists.ozlabs.org | ||
Description: write only | ||
The sysfs file is available when the system is booted to | ||
collect the dump on OPAL based machine. It used to release | ||
the memory used to collect the opalcore. |
2 changes: 1 addition & 1 deletion
2
Documentation/ABI/testing/sysfs-kernel-uids → Documentation/ABI/removed/sysfs-kernel-uids
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.