This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ac00b6546d39 Merge tag 'media/v6.8-4' of git://git.kernel.org/pub/scm/l [...] new ec4d82f855ce thunderbolt: Fix setting the CNS bit in ROUTER_CS_5 new b55fe36efc22 Merge tag 'thunderbolt-for-v6.8-rc4' of git://git.kernel.o [...] new 7d708c145b26 Revert "usb: dwc3: Support EBC feature of DWC_usb31" new a3a7d1627429 Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/li [...] new 720e78d7fa0f serial: 8250_pci1xxxx: partially revert off by one patch new 3ee07964d407 serial: core: introduce uart_port_tx_flags() new 7be50f2e8f20 serial: mxs-auart: fix tx new 4b2981b2270d Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/li [...] new 85e985a4f46e interconnect: qcom: sc8180x: Mark CO0 BCM keepalive new 24406f6794aa interconnect: qcom: sm8550: Enable sync_state new a40f93e92869 interconnect: qcom: sm8650: Use correct ACV enable_mask new 5464e7acea4a interconnect: qcom: x1e80100: Add missing ACV enable_mask new 51c161008e04 Merge tag 'icc-6.8-rc4' of git://git.kernel.org/pub/scm/li [...] new 95a0d596bbd0 iio: core: fix memleak in iio_device_register_sysfs new b67f3e653e30 iio: pressure: bmp280: Add missing bmp085 to SPI id table new 792595bab492 iio: magnetometer: rm3100: add boundary check for the valu [...] new 35ec2d03b282 iio: imu: bno055: serdev requires REGMAP new f1dfcbaa7b9d iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAIN [...] new 8e98b87f515d iio: imu: adis: ensure proper DMA alignment new 59598510be1d iio: adc: ad_sigma_delta: ensure proper DMA alignment new 9c46e3a5232d iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup() new a69eeaad093d iio: humidity: hdc3020: fix temperature offset new 6db053cd949f staging: iio: ad5933: fix type mismatch regression new 6f6c72acddf4 iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifier new 621c62571281 iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMP new 862cf85fef85 iio: commom: st_sensors: ensure proper DMA alignment new 4cb81840d8f2 iio: accel: bma400: Fix a compilation problem new a22b0a2be69a iio: adc: ad4130: zero-initialize clock init data new 78367c32bebf iio: adc: ad4130: only set GPIO_CTRL if pin is unused new 23d62fb5d368 Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pu [...] new e20f378d993b nvmem: include bit index in cell sysfs file name new 7efc0eb82508 Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/ [...] new 98323e9d7017 topology: Set capacity_freq_ref in all cases new 7fddac12c382 driver core: Fix device_link_flag_is_sync_state_only() new 6442d79d880c driver core: fw_devlink: Improve detection of overlapping cycles new 6e7ad1aebb4f driver core: fw_devlink: Improve logs for cycle detection new 3ca8fbabcceb Revert "kobject: Remove redundant checks for whether ktype [...] new 5928d411557e Documentation: Document the Linux Kernel CVE process new ced590523156 Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pu [...]
The 39 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-nvmem-cells | 16 ++-- Documentation/process/cve.rst | 121 ++++++++++++++++++++++++ Documentation/process/index.rst | 1 + Documentation/process/security-bugs.rst | 5 +- MAINTAINERS | 13 +++ drivers/base/arch_topology.c | 13 ++- drivers/base/core.c | 26 +++-- drivers/iio/accel/Kconfig | 2 + drivers/iio/adc/ad4130.c | 12 ++- drivers/iio/adc/ad7091r8.c | 2 +- drivers/iio/humidity/Kconfig | 12 +++ drivers/iio/humidity/Makefile | 1 + drivers/iio/humidity/hdc3020.c | 2 +- drivers/iio/imu/bno055/Kconfig | 1 + drivers/iio/industrialio-core.c | 5 +- drivers/iio/light/hid-sensor-als.c | 1 + drivers/iio/magnetometer/rm3100-core.c | 10 +- drivers/iio/pressure/bmp280-spi.c | 1 + drivers/interconnect/qcom/sc8180x.c | 1 + drivers/interconnect/qcom/sm8550.c | 1 + drivers/interconnect/qcom/sm8650.c | 2 +- drivers/interconnect/qcom/x1e80100.c | 1 + drivers/nvmem/core.c | 5 +- drivers/staging/iio/impedance-analyzer/ad5933.c | 2 +- drivers/thunderbolt/tb_regs.h | 2 +- drivers/thunderbolt/usb4.c | 2 +- drivers/tty/serial/8250/8250_pci1xxxx.c | 2 +- drivers/tty/serial/mxs-auart.c | 5 +- drivers/usb/dwc3/core.h | 1 - drivers/usb/dwc3/gadget.c | 6 -- drivers/usb/dwc3/gadget.h | 2 - include/linux/iio/adc/ad_sigma_delta.h | 4 +- include/linux/iio/common/st_sensors.h | 4 +- include/linux/iio/imu/adis.h | 3 +- include/linux/serial_core.h | 32 ++++++- include/linux/usb/gadget.h | 1 - include/uapi/linux/iio/types.h | 4 +- lib/kobject.c | 24 +++-- 38 files changed, 276 insertions(+), 72 deletions(-) create mode 100644 Documentation/process/cve.rst