Commit d035b4ba authored by Wolfram Sang's avatar Wolfram Sang
Browse files

Merge tag 'i2c-host-fixes-6.17-rc5' of...

Merge tag 'i2c-host-fixes-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current

i2c-host-fixes for v6.17-rc5

- i801: fix device IDs
- in rtl9300:
  - fix channel number check in probe
  - check data length boundaries in xfer
  - drop unsupported SMBus quick operation
parents 1b237f19 ede965fd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3222,6 +3222,10 @@ D: AIC5800 IEEE 1394, RAW I/O on 1394
D: Starter of Linux1394 effort
S: ask per mail for current address

N: Boris Pismenny
E: borisp@mellanox.com
D: Kernel TLS implementation and offload support.

N: Nicolas Pitre
E: nico@fluxnic.net
D: StrongARM SA1100 support integrator & hacker
@@ -4168,6 +4172,9 @@ S: 1513 Brewster Dr.
S: Carrollton, TX 75010
S: USA

N: Dave Watson
D: Kernel TLS implementation.

N: Tim Waugh
E: tim@cyberelk.net
D: Co-architect of the parallel-port sharing system
+1 −4
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ Spectre_v2 X X
Spectre_v2_user                      X                           X            *       (Note 1)
SRBDS                 X              X            X              X
SRSO                  X              X            X              X
SSB                                                                                   (Note 4)
SSB                                  X
TAA                   X              X            X              X            *       (Note 2)
TSA                   X              X            X              X
=============== ============== ============ ============= ============== ============ ========
@@ -229,9 +229,6 @@ Notes:
   3 --  Disables SMT if cross-thread mitigations are fully enabled, the CPU is
   vulnerable, and STIBP is not supported

   4 --  Speculative store bypass is always enabled by default (no kernel
   mitigation applied) unless overridden with spec_store_bypass_disable option

When an attack-vector is disabled, all mitigations for the vulnerabilities
listed in the above table are disabled, unless mitigation is required for a
different enabled attack-vector or a mitigation is explicitly selected via a
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ properties:
          - const: bus
          - const: core
          - const: vsync
          - const: lut
          - const: tbu
          - const: tbu_rt
        # MSM8996 has additional iommu clock
+2 −0
Original line number Diff line number Diff line
@@ -507,6 +507,8 @@ patternProperties:
    description: Espressif Systems Co. Ltd.
  "^est,.*":
    description: ESTeem Wireless Modems
  "^eswin,.*":
    description: Beijing ESWIN Technology Group Co. Ltd.
  "^ettus,.*":
    description: NI Ettus Research
  "^eukrea,.*":
+6 −7
Original line number Diff line number Diff line
@@ -931,13 +931,13 @@ F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml
F:	drivers/dma/altera-msgdma.c
ALTERA PIO DRIVER
M:	Mun Yew Tham <mun.yew.tham@intel.com>
M:	Adrian Ng <adrianhoyin.ng@altera.com>
L:	linux-gpio@vger.kernel.org
S:	Maintained
F:	drivers/gpio/gpio-altera.c
ALTERA TRIPLE SPEED ETHERNET DRIVER
M:	Joyce Ooi <joyce.ooi@intel.com>
M:	Boon Khai Ng <boon.khai.ng@altera.com>
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/ethernet/altera/
@@ -4205,7 +4205,7 @@ W: http://www.baycom.org/~tom/ham/ham.html
F:	drivers/net/hamradio/baycom*
BCACHE (BLOCK LAYER CACHE)
M:	Coly Li <colyli@kernel.org>
M:	Coly Li <colyli@fnnas.com>
M:	Kent Overstreet <kent.overstreet@linux.dev>
L:	linux-bcache@vger.kernel.org
S:	Maintained
@@ -4216,7 +4216,7 @@ F: drivers/md/bcache/
BCACHEFS
M:	Kent Overstreet <kent.overstreet@linux.dev>
L:	linux-bcachefs@vger.kernel.org
S:	Supported
S:	Externally maintained
C:	irc://irc.oftc.net/bcache
P:      Documentation/filesystems/bcachefs/SubmittingPatches.rst
T:	git https://evilpiepirate.org/git/bcachefs.git
@@ -17848,7 +17848,6 @@ F: net/ipv6/syncookies.c
F:	net/ipv6/tcp*.c
NETWORKING [TLS]
M:	Boris Pismenny <borisp@nvidia.com>
M:	John Fastabend <john.fastabend@gmail.com>
M:	Jakub Kicinski <kuba@kernel.org>
L:	netdev@vger.kernel.org
@@ -20878,8 +20877,8 @@ S: Maintained
F:	drivers/firmware/qcom/qcom_qseecom_uefisecapp.c
QUALCOMM RMNET DRIVER
M:	Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
M:	Sean Tranchetti <quic_stranche@quicinc.com>
M:	Subash Abhinov Kasiviswanathan <subash.a.kasiviswanathan@oss.qualcomm.com>
M:	Sean Tranchetti <sean.tranchetti@oss.qualcomm.com>
L:	netdev@vger.kernel.org
S:	Maintained
F:	Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
Loading