-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
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
9526c5f
to
f3db605
Compare
On 01/17/19 22:09, Donald Buczek wrote:
-- Commit Summary --
* Add linux-4.14.94
* linux-4.14.94: Update patch
* linux-4.14.94: Keep config from bee file
* linux-4.14.94: Remove CONFIG_CIFS_POSIX
* linux-4.14.94: Add CONFIG_CRYPTO_CTS=m
* linux-4.14.94: add CONFIG_SUNPRC_DEBUG
* linux-4.19.94: Add more packet filter modules
4.14.94
* linux-4.14.94: Enable nfs 4.2 client support
* nvidia_linux: Build 390.87 for Linux 4.14.93
4.14.94
|
Greg says... and I need to touch the config anyway.
The revert-genirq-affinity patch doesn't apply to 4.14.94. Switch to an updated patch.
Keep the config embedded in the bee file in the build directory as `config-from-bee-file`. This can be helpfull when tracking changes.
CONFIG_CIFS_POSIX now depends on CIFS_ALLOW_INSECURE_LEGACY: commit ab9697222a1da17b6a4e909fab554b6ae5691789 Author: Steve French <stfrench@microsoft.com> Date: Sat Nov 3 15:02:44 2018 -0500 cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs) [ Upstream commit 6e785302dad32228819d8066e5376acd15d0e6ba ] Missing a dependency. Shouldn't show cifs posix extensions in Kconfig if CONFIG_CIFS_ALLOW_INSECURE_DIALECTS (ie SMB1 protocol) is disabled. Remove CONFIG_CIFS_POSIX.
Add CONFIG_CRYPTO_CTS, because Kerberos support depends on it.
CONFIG_SUNRPC_DEBUG: This option enables a sysctl-based debugging interface that is be used by the 'rpcdebug' utility to turn on or off logging of different aspects of the kernel RPC activity. Disabling this option will make your kernel slightly smaller, but makes troubleshooting NFS issues significantly harder. If unsure, say Y. I'm not unsure, but still say Y.
Add available NF and NFT modules. Change CONFIG_NETFILTER_XT_MATCH_U32 from static to module. Change CONFIG_NETFILTER_XTABLES, CONFIG_NETFILTER_XT_MATCH_ECN, CONFIG_NETFILTER_XT_MATCH_HL from static to module (by removing them, module is implied).
Enable CONFIG_NFS_V4_2. Maybe someday we can benefit from Zero Copy.
f3db605
to
13e37f2
Compare
Add Broadcom NetXtreme-C/E Ethernet driver for PowerEdge T640.
Enable Funktion Profiler. This option enables the kernel function profiler. When the dynamic function tracing is enabled, a counter is added into the function records used by the dynamic function tracer. A file is created in debugfs called function_profile_enabled which defaults to zero. When a 1 is echoed into this file profiling begins, and when a zero is entered, profiling stops. A file in the trace_stats directory called functions, that show the list of functions that have been hit and their counters. This takes up around 320K more memory.
Tested on sigusr2 and tldr and dose |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.