Giter Club home page Giter Club logo

net-next-nuse-5.10.47's Introduction

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

net-next-nuse-5.10.47's People

Contributors

parthpratim avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

tomhenderson

net-next-nuse-5.10.47's Issues

dce-linux-1.11 using question:

Hi, Parth.

can dce-linux-1.12 in Ubuntu16.04 using this net-nuse-5.10.4.7 instead of the default net-next-nuse-4.10?

Thanks.

Issue ParthPraim/ns-3-dce/#4

Corresponding DCE Issue : #4

The execution gets stuck on a BUG_ON inside the skb_checksum_help function which is called from skb_csum_hwoffload_help .

It actually looks for the NETIF_F_CSUM_MASK flag here, which is not being set here. Also, the additional CHECKSUM_PARTIAL checks here call skb_checksum_help leadning to a BUG_ON again.

Both of the above have been patched for now, to make tests pass, but these lead to unoredictable results like the dce-iperf-heterogeneous-multihop example (which previously worked) to CRASH at the kernel wait queue due to a NULL pointer.

This is also most probably linked to hardware offloading.

ethtool NETLINK socket ops access NULL pid namespace

ethool tries to issue certain NETLINK layer socket operations, which makes calls to the function __task_pid_nr_ns, which tries to access the PID namespace which should be set in the current task's task_struct, but doing so is redundant, as we re-use the same namespace for every new task.

And even if we added a namespace to each task based on the INIT_PID kernel call, it would not make much difference, as the PID levels are the same.

Possible solution is to make use of pid_nr instead.

Also, the PIDTYPE_TGID type is not set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.