Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR (net-6.17-rc8). Conflicts: drivers/net/can/spi/hi311x.c6b69680847("can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled")27ce71e1ce("net: WQ_PERCPU added to alloc_workqueue users") https://lore.kernel.org/72ce7599-1b5b-464a-a5de-228ff9724701@kernel.org net/smc/smc_loopback.c drivers/dibs/dibs_loopback.ca35c04de25("net/smc: fix warning in smc_rx_splice() when calling get_page()")cc21191b58("dibs: Move data path to dibs layer") https://lore.kernel.org/74368a5c-48ac-4f8e-a198-40ec1ed3cf5f@kernel.org Adjacent changes: drivers/net/dsa/lantiq/lantiq_gswip.cc0054b25e2("net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()")7a1eaef0a7("net: dsa: lantiq_gswip: support model-specific mac_select_pcs()") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
|
||||
/*
|
||||
* flag fields valid for the new PTP_EXTTS_REQUEST2 ioctl.
|
||||
*
|
||||
* Note: PTP_STRICT_FLAGS is always enabled by the kernel for
|
||||
* PTP_EXTTS_REQUEST2 regardless of whether it is set by userspace.
|
||||
*/
|
||||
#define PTP_EXTTS_VALID_FLAGS (PTP_ENABLE_FEATURE | \
|
||||
PTP_RISING_EDGE | \
|
||||
|
||||
@@ -237,7 +237,7 @@ struct vduse_iova_umem {
|
||||
* struct vduse_iova_info - information of one IOVA region
|
||||
* @start: start of the IOVA region
|
||||
* @last: last of the IOVA region
|
||||
* @capability: capability of the IOVA regsion
|
||||
* @capability: capability of the IOVA region
|
||||
* @reserved: for future use, needs to be initialized to zero
|
||||
*
|
||||
* Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of
|
||||
|
||||
Reference in New Issue
Block a user