Skip to content

Add linux 4.14.94 #1008

Merged
merged 11 commits into from
Jan 21, 2019
Merged

Add linux 4.14.94 #1008

merged 11 commits into from
Jan 21, 2019

Conversation

donald
Copy link
Collaborator

@donald donald commented Jan 17, 2019

No description provided.

@pmenzel
Copy link
Collaborator

pmenzel commented Jan 17, 2019 via email

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.
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.
@donald
Copy link
Collaborator Author

donald commented Jan 21, 2019

Tested on sigusr2 and tldr and dose

@donald donald merged commit ceccd06 into master Jan 21, 2019
@pmenzel pmenzel deleted the add-linux-4.14.94 branch December 19, 2019 12:54
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants