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

Commits on Jan 18, 2019

  1. Add linux-4.14.94

    Greg says... and I need to touch the config anyway.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    86cec6f View commit details
    Browse the repository at this point in the history
  2. linux-4.14.94: Update patch

    The revert-genirq-affinity patch doesn't apply to 4.14.94. Switch to an
    updated patch.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    01c5891 View commit details
    Browse the repository at this point in the history
  3. linux-4.14.94: Keep config from bee file

    Keep the config embedded in the bee file in the build directory as
    `config-from-bee-file`. This can be helpfull when tracking changes.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    7c6b734 View commit details
    Browse the repository at this point in the history
  4. linux-4.14.94: Remove CONFIG_CIFS_POSIX

    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.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    3f3257f View commit details
    Browse the repository at this point in the history
  5. linux-4.14.94: Add CONFIG_CRYPTO_CTS=m

    Add CONFIG_CRYPTO_CTS, because Kerberos support depends on it.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b76a553 View commit details
    Browse the repository at this point in the history
  6. linux-4.14.94: add CONFIG_SUNPRC_DEBUG

    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.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    32e1776 View commit details
    Browse the repository at this point in the history
  7. linux-4.14.94: Add more packet filter modules

    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).
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    99a4b29 View commit details
    Browse the repository at this point in the history
  8. linux-4.14.94: Enable nfs 4.2 client support

    Enable CONFIG_NFS_V4_2. Maybe someday we can benefit from
    Zero Copy.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f9df9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13e37f2 View commit details
    Browse the repository at this point in the history
  10. Add CONFIG_BNXT=m

    Add Broadcom NetXtreme-C/E Ethernet driver for PowerEdge T640.
    donald committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    c18aa19 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. linux-4.14.94: Add CONFIG_FUNCTION_PROFILER=y

    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 committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    3cef9c0 View commit details
    Browse the repository at this point in the history