/openbmc/linux/include/linux/ |
H A D | skbuff.h | 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au>
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au>
|
/openbmc/linux/net/mctp/ |
H A D | Kconfig | 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au> 2fd0af45 Thu Oct 28 22:01:44 CDT 2021 Jeremy Kerr <jk@codeconstruct.com.au> mctp: Add flow extension to skb
This change adds a new skb extension for MCTP, to represent a request/response flow.
The intention is to use this in a later change to allow i2c controllers to correctly configure a multiplexer over a flow.
Since we have a cleanup function in the core path (if an extension is present), we'll need to make CONFIG_MCTP a bool, rather than a tristate.
Includes a fix for a build warning with clang: Reported-by: kernel test robot <lkp@intel.com>
OpenBMC-Staging-Count: 1 Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 78476d315e190533757ab894255c4f2c2f254bce) Signed-off-by: Joel Stanley <joel@jms.id.au>
|