Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Browse files Browse the repository at this point in the history
Cross-merge networking fixes after downstream PR.

Conflicts:

drivers/net/ethernet/intel/iavf/iavf_ethtool.c
  3a0b5a2 ("iavf: Introduce new state machines for flow director")
  9526081 ("iavf: use iavf_schedule_aq_request() helper")
https://lore.kernel.org/all/[email protected]/

drivers/net/ethernet/broadcom/bnxt/bnxt.c
  c13e268 ("bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic")
  c2f8063 ("bnxt_en: Refactor RX VLAN acceleration logic.")
  a7445d6 ("bnxt_en: Add support for new RX and TPA_START completion types for P7")
  1c7fd6e ("bnxt_en: Rename some macros for the P5 chips")
https://lore.kernel.org/all/[email protected]/

drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
  bd6781c ("bnxt_en: Fix wrong return value check in bnxt_close_nic()")
  84793a4 ("bnxt_en: Skip nic close/open when configuring tstamp filters")
https://lore.kernel.org/all/[email protected]/

drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
  3d7a3f2 ("net/mlx5: Nack sync reset request when HotPlug is enabled")
  cecf44e ("net/mlx5: Allow sync reset flow when BF MGT interface device is present")
https://lore.kernel.org/all/[email protected]/

No adjacent changes.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Dec 15, 2023
2 parents 1b66601 + c740261 commit 8f67497
Show file tree
Hide file tree
Showing 388 changed files with 4,277 additions and 2,237 deletions.
4 changes: 4 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Changbin Du <[email protected]> <[email protected]>
Changbin Du <[email protected]> <[email protected]>
Chao Yu <[email protected]> <[email protected]>
Chao Yu <[email protected]> <[email protected]>
Chester Lin <[email protected]> <[email protected]>
Chris Chiu <[email protected]> <[email protected]>
Chris Chiu <[email protected]> <[email protected]>
Chris Lew <[email protected]> <[email protected]>
Expand Down Expand Up @@ -265,6 +266,9 @@ Jens Osterkamp <[email protected]>
Jernej Skrabec <[email protected]> <[email protected]>
Jessica Zhang <[email protected]> <[email protected]>
Jilai Wang <[email protected]> <[email protected]>
Jiri Kosina <[email protected]> <[email protected]>
Jiri Kosina <[email protected]> <[email protected]>
Jiri Kosina <[email protected]> <[email protected]>
Jiri Pirko <[email protected]> <[email protected]>
Jiri Pirko <[email protected]> <[email protected]>
Jiri Pirko <[email protected]> <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -2944,6 +2944,14 @@ D: IPX development and support
N: Venkatesh Pallipadi (Venki)
D: x86/HPET

N: Antti Palosaari
E: [email protected]
D: Various DVB drivers
W: https://palosaari.fi/linux/
S: Yliopistokatu 1 D 513
S: FI-90570 Oulu
S: FINLAND

N: Kyungmin Park
E: [email protected]
D: Samsung S5Pv210 and Exynos4210 mobile platforms
Expand Down
9 changes: 9 additions & 0 deletions Documentation/ABI/testing/sysfs-bus-optee-devices
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ Description:
OP-TEE bus provides reference to registered drivers under this directory. The <uuid>
matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers
are free to create needed API under optee-ta-<uuid> directory.

What: /sys/bus/tee/devices/optee-ta-<uuid>/need_supplicant
Date: November 2023
KernelVersion: 6.7
Contact: [email protected]
Description:
Allows to distinguish whether an OP-TEE based TA/device requires user-space
tee-supplicant to function properly or not. This attribute will be present for
devices which depend on tee-supplicant to be running.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/perf/riscv,pmu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ properties:
bitmap of all MHPMCOUNTERx that can monitor the range of events

dependencies:
"riscv,event-to-mhpmevent": [ "riscv,event-to-mhpmcounters" ]
riscv,event-to-mhpmevent: [ "riscv,event-to-mhpmcounters" ]

required:
- compatible
Expand Down
10 changes: 4 additions & 6 deletions Documentation/devicetree/bindings/pwm/imx-pwm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ allOf:

properties:
"#pwm-cells":
description: |
Should be 2 for i.MX1 and 3 for i.MX27 and newer SoCs. See pwm.yaml
in this directory for a description of the cells format.
enum:
- 2
- 3
description:
The only third cell flag supported by this binding is
PWM_POLARITY_INVERTED. fsl,imx1-pwm does not support this flags.
const: 3

compatible:
oneOf:
Expand Down
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/soc/rockchip/grf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ allOf:
- rockchip,rk3399-grf
- rockchip,rk3399-pmugrf
- rockchip,rk3568-pmugrf
- rockchip,rk3588-pmugrf
- rockchip,rv1108-grf
- rockchip,rv1108-pmugrf

Expand Down
3 changes: 2 additions & 1 deletion Documentation/filesystems/fuse-io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The direct-io mode can be selected with the FOPEN_DIRECT_IO flag in the
FUSE_OPEN reply.

In direct-io mode the page cache is completely bypassed for reads and writes.
No read-ahead takes place. Shared mmap is disabled.
No read-ahead takes place. Shared mmap is disabled by default. To allow shared
mmap, the FUSE_DIRECT_IO_ALLOW_MMAP flag may be enabled in the FUSE_INIT reply.

In cached mode reads may be satisfied from the page cache, and data may be
read-ahead by the kernel to fill the cache. The cache is always kept consistent
Expand Down
2 changes: 1 addition & 1 deletion Documentation/trace/coresight/coresight.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Misc:
Device Tree Bindings
--------------------

See Documentation/devicetree/bindings/arm/arm,coresight-\*.yaml for details.
See ``Documentation/devicetree/bindings/arm/arm,coresight-*.yaml`` for details.

As of this writing drivers for ITM, STMs and CTIs are not provided but are
expected to be added as the solution matures.
Expand Down
Loading

0 comments on commit 8f67497

Please sign in to comment.