Accepting request 1233667 from Kernel:slowroll

6.6.68

OBS-URL: https://build.opensuse.org/request/show/1233667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source-longterm?expand=0&rev=49
This commit is contained in:
Ana Guerrero 2024-12-30 11:50:41 +00:00 committed by Git OBS Bridge
commit 723dce70b9
9 changed files with 712 additions and 15 deletions

View File

@ -1,3 +1,196 @@
-------------------------------------------------------------------
Fri Dec 27 19:31:24 CET 2024 - rfrohl@suse.com
- Linux 6.6.68 (bsc#1218260).
- dt-bindings: net: fec: add pps channel property (bsc#1218260).
- drm/amdgpu: Handle NULL bo->tbo.resource (again) in
amdgpu_vm_bo_update (bsc#1218260).
- net: fec: make PPS channel configurable (bsc#1218260).
- net: fec: refactor PPS channel configuration (bsc#1218260).
- io_uring/rw: avoid punting to io-wq directly (bsc#1218260).
- io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
(bsc#1218260).
- io_uring/rw: split io_read() into a helper (bsc#1218260).
- epoll: Add synchronous wakeup support for ep_poll_callback
(bsc#1218260).
- ceph: fix memory leaks in __ceph_sync_read() (bsc#1218260).
- ceph: improve error handling and short/overflow-read logic in
__ceph_sync_read() (bsc#1218260).
- ceph: validate snapdirname option length when mounting
(bsc#1218260).
- of: Fix refcount leakage for OF node returned by
__of_get_dma_parent() (bsc#1218260).
- of: Fix error path in of_parse_phandle_with_args_map()
(bsc#1218260).
- udmabuf: also check for F_SEAL_FUTURE_WRITE (bsc#1218260).
- nilfs2: prevent use of deleted inode (bsc#1218260).
- nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
(bsc#1218260).
- of/irq: Fix using uninitialized variable @addr_len in API
of_irq_parse_one() (bsc#1218260).
- of/irq: Fix interrupt-map cell length check in
of_irq_parse_imap_parent() (bsc#1218260).
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget
(bsc#1218260).
- io_uring: check if iowq is killed before queuing (bsc#1218260).
- io_uring: Fix registered ring file refcount leak (bsc#1218260).
- selftests/bpf: Use asm constraint "m" for LoongArch
(bsc#1218260).
- selftests/memfd: run sysctl tests when PID namespace support
is enabled (bsc#1218260).
- tracing: Add "%s" check in test_event_printk() (bsc#1218260).
- tracing: Add missing helper functions in event pointer
dereference check (bsc#1218260).
- tracing: Fix test_event_printk() to process entire print
argument (bsc#1218260).
- smb: client: fix TCP timers deadlock after rmmod (bsc#1218260).
- KVM: x86: Play nice with protected guests in
complete_hypercall_exit() (bsc#1218260).
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized
yet (bsc#1218260).
- btrfs: tree-checker: reject inline extent items with 0 ref count
(bsc#1218260).
- vmalloc: fix accounting with i915 (bsc#1218260).
- zram: fix uninitialized ZRAM not releasing backing device
(bsc#1218260).
- zram: refuse to use zero sized block device as backing device
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Temperature
Result and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Fix Current Register value interpretation
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Use SI constants from units.h (bsc#1218260).
- hwmon: (tmp513) Simplify with dev_err_probe() (bsc#1218260).
- hwmon: (tmp513) Don't use "proxy" headers (bsc#1218260).
- drm/amdgpu: don't access invalid sched (bsc#1218260).
- i915/guc: Accumulate active runtime on gt reset (bsc#1218260).
- i915/guc: Ensure busyness counter increases motonically
(bsc#1218260).
- i915/guc: Reset engine utilization buffer before registration
(bsc#1218260).
- drm/panel: novatek-nt35950: fix return value check in
nt35950_probe() (bsc#1218260).
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
(bsc#1218260).
- thunderbolt: Improve redrive mode handling (bsc#1218260).
- USB: serial: option: add Telit FE910C04 rmnet compositions
(bsc#1218260).
- USB: serial: option: add MediaTek T7XX compositions
(bsc#1218260).
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
(bsc#1218260).
- USB: serial: option: add MeiG Smart SLM770A (bsc#1218260).
- USB: serial: option: add TCL IK512 MBIM & ECM (bsc#1218260).
- hexagon: Disable constant extender optimization for LLVM prior
to 19.1.0 (bsc#1218260).
- efivarfs: Fix error on non-existent file (bsc#1218260).
- i2c: riic: Always round-up when calculating bus period
(bsc#1218260).
- chelsio/chtls: prevent potential integer overflow on 32bit
(bsc#1218260).
- net: tun: fix tun_napi_alloc_frags() (bsc#1218260).
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
init (bsc#1218260).
- EDAC/amd64: Simplify ECC check on unified memory controllers
(bsc#1218260).
- mmc: mtk-sd: disable wakeup in .remove() and in the error path
of .probe() (bsc#1218260).
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
quirk (bsc#1218260).
- net: mdiobus: fix an OF node reference leak (bsc#1218260).
- selftests: openvswitch: fix tcpdump execution (bsc#1218260).
- netfilter: ipset: Fix for recursive locking warning
(bsc#1218260).
- ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
(bsc#1218260).
- net: ethernet: bgmac-platform: fix an OF node reference leak
(bsc#1218260).
- net: hinic: Fix cleanup in create_rxqs/txqs() (bsc#1218260).
- ksmbd: fix broken transfers when exceeding max simultaneous
operations (bsc#1218260).
- ksmbd: count all requests in req_running counter (bsc#1218260).
- net: renesas: rswitch: rework ts tags management (bsc#1218260).
- ionic: use ee->offset when returning sprom data (bsc#1218260).
- ionic: Fix netdev notifier unregister on failure (bsc#1218260).
- netdevsim: prevent bad user input in
nsim_dev_health_break_write() (bsc#1218260).
- net: mscc: ocelot: fix incorrect IFH SRC_PORT field in
ocelot_ifh_set_basic() (bsc#1218260).
- net/smc: check return value of sock_recvmsg when draining clc
data (bsc#1218260).
- net/smc: check smcd_v2_ext_offset when receiving proposal msg
(bsc#1218260).
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
proposal msg (bsc#1218260).
- net/smc: check iparea_offset and ipv6_prefixes_cnt when
receiving proposal msg (bsc#1218260).
- net/smc: check sndbuf_space again after NOSPACE flag is set
in smc_poll (bsc#1218260).
- net/smc: protect link down work from execute after lgr freed
(bsc#1218260).
- cxl/region: Fix region creation for greater than x2 switches
(bsc#1218260).
- cxl/pci: Fix potential bogus return value upon successful
probing (bsc#1218260).
- tools: hv: change permissions of NetworkManager configuration
file (bsc#1218260).
- xfs: reset rootdir extent size hint after growfsrt
(bsc#1218260).
- xfs: take m_growlock when running growfsrt (bsc#1218260).
- xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
(bsc#1218260).
- xfs: Fix the owner setting issue for rmap query in xfs fsmap
(bsc#1218260).
- xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX
is set (bsc#1218260).
- xfs: attr forks require attr, not attr2 (bsc#1218260).
- xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
(bsc#1218260).
- xfs: fix file_path handling in tracepoints (bsc#1218260).
- xfs: convert comma to semicolon (bsc#1218260).
- xfs: don't walk off the end of a directory data block
(bsc#1218260).
- xfs: Fix xfs_prepare_shift() range for RT (bsc#1218260).
- xfs: Fix xfs_flush_unmap_range() range for RT (bsc#1218260).
- xfs: create a new helper to return a file's allocation unit
(bsc#1218260).
- xfs: declare xfs_file.c symbols in xfs_file.h (bsc#1218260).
- xfs: use consistent uid/gid when grabbing dquots for inodes
(bsc#1218260).
- xfs: verify buffer, inode, and dquot items every tx commit
(bsc#1218260).
- xfs: fix the contact address for the sysfs ABI documentation
(bsc#1218260).
- i2c: pnx: Fix timeout in wait functions (bsc#1218260).
- p2sb: Do not scan and remove the P2SB device when it is unhidden
(bsc#1218260).
- p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
(bsc#1218260).
- p2sb: Introduce the global flag p2sb_hidden_by_bios
(bsc#1218260).
- p2sb: Factor out p2sb_read_from_cache() (bsc#1218260).
- platform/x86: p2sb: Make p2sb_get_devfn() return void
(bsc#1218260).
- net: stmmac: fix TSO DMA API usage causing oops (bsc#1218260).
- usb: cdns3: Add quirk flag to enable suspend residency
(bsc#1218260).
- PCI/AER: Disable AER service on suspend (bsc#1218260).
- PCI: Use preserve_config in place of pci_flags (bsc#1218260).
- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C (bsc#1218260).
- ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
(bsc#1218260).
- MIPS: Loongson64: DTS: Fix msi node for ls7a (bsc#1218260).
- usb: cdns3-ti: Add workaround for Errata i2409 (bsc#1218260).
- PCI: Add ACS quirk for Broadcom BCM5760X NIC (bsc#1218260).
- PCI: vmd: Create domain symlink before pci_bus_add_devices()
(bsc#1218260).
- usb: dwc2: gadget: Don't write invalid mapped sg entries into
dma_desc with iommu enabled (bsc#1218260).
- net: sched: fix ordering of qlen adjustment (bsc#1218260).
- commit 71b7e29
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.6 %define srcversion 6.6
%define patchversion 6.6.67 %define patchversion 6.6.68
%define git_commit df7809662a68583151438ba2cb5ac5a0d73a0fc9 %define git_commit 71b7e2928fd21f1632de68094dbe402b74aa9193
%define variant -longterm%{nil} %define variant -longterm%{nil}
%define compress_modules zstd %define compress_modules zstd
%define compress_vmlinux xz %define compress_vmlinux xz
@ -113,9 +113,9 @@ Name: kernel-longterm
Summary: The Linux Kernel Summary: The Linux Kernel
License: GPL-2.0-only License: GPL-2.0-only
Group: System/Kernel Group: System/Kernel
Version: 6.6.67 Version: 6.6.68
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gdf78096 Release: <RELEASE>.g71b7e29
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,196 @@
-------------------------------------------------------------------
Fri Dec 27 19:31:24 CET 2024 - rfrohl@suse.com
- Linux 6.6.68 (bsc#1218260).
- dt-bindings: net: fec: add pps channel property (bsc#1218260).
- drm/amdgpu: Handle NULL bo->tbo.resource (again) in
amdgpu_vm_bo_update (bsc#1218260).
- net: fec: make PPS channel configurable (bsc#1218260).
- net: fec: refactor PPS channel configuration (bsc#1218260).
- io_uring/rw: avoid punting to io-wq directly (bsc#1218260).
- io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
(bsc#1218260).
- io_uring/rw: split io_read() into a helper (bsc#1218260).
- epoll: Add synchronous wakeup support for ep_poll_callback
(bsc#1218260).
- ceph: fix memory leaks in __ceph_sync_read() (bsc#1218260).
- ceph: improve error handling and short/overflow-read logic in
__ceph_sync_read() (bsc#1218260).
- ceph: validate snapdirname option length when mounting
(bsc#1218260).
- of: Fix refcount leakage for OF node returned by
__of_get_dma_parent() (bsc#1218260).
- of: Fix error path in of_parse_phandle_with_args_map()
(bsc#1218260).
- udmabuf: also check for F_SEAL_FUTURE_WRITE (bsc#1218260).
- nilfs2: prevent use of deleted inode (bsc#1218260).
- nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
(bsc#1218260).
- of/irq: Fix using uninitialized variable @addr_len in API
of_irq_parse_one() (bsc#1218260).
- of/irq: Fix interrupt-map cell length check in
of_irq_parse_imap_parent() (bsc#1218260).
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget
(bsc#1218260).
- io_uring: check if iowq is killed before queuing (bsc#1218260).
- io_uring: Fix registered ring file refcount leak (bsc#1218260).
- selftests/bpf: Use asm constraint "m" for LoongArch
(bsc#1218260).
- selftests/memfd: run sysctl tests when PID namespace support
is enabled (bsc#1218260).
- tracing: Add "%s" check in test_event_printk() (bsc#1218260).
- tracing: Add missing helper functions in event pointer
dereference check (bsc#1218260).
- tracing: Fix test_event_printk() to process entire print
argument (bsc#1218260).
- smb: client: fix TCP timers deadlock after rmmod (bsc#1218260).
- KVM: x86: Play nice with protected guests in
complete_hypercall_exit() (bsc#1218260).
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized
yet (bsc#1218260).
- btrfs: tree-checker: reject inline extent items with 0 ref count
(bsc#1218260).
- vmalloc: fix accounting with i915 (bsc#1218260).
- zram: fix uninitialized ZRAM not releasing backing device
(bsc#1218260).
- zram: refuse to use zero sized block device as backing device
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Temperature
Result and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Fix Current Register value interpretation
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Use SI constants from units.h (bsc#1218260).
- hwmon: (tmp513) Simplify with dev_err_probe() (bsc#1218260).
- hwmon: (tmp513) Don't use "proxy" headers (bsc#1218260).
- drm/amdgpu: don't access invalid sched (bsc#1218260).
- i915/guc: Accumulate active runtime on gt reset (bsc#1218260).
- i915/guc: Ensure busyness counter increases motonically
(bsc#1218260).
- i915/guc: Reset engine utilization buffer before registration
(bsc#1218260).
- drm/panel: novatek-nt35950: fix return value check in
nt35950_probe() (bsc#1218260).
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
(bsc#1218260).
- thunderbolt: Improve redrive mode handling (bsc#1218260).
- USB: serial: option: add Telit FE910C04 rmnet compositions
(bsc#1218260).
- USB: serial: option: add MediaTek T7XX compositions
(bsc#1218260).
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
(bsc#1218260).
- USB: serial: option: add MeiG Smart SLM770A (bsc#1218260).
- USB: serial: option: add TCL IK512 MBIM & ECM (bsc#1218260).
- hexagon: Disable constant extender optimization for LLVM prior
to 19.1.0 (bsc#1218260).
- efivarfs: Fix error on non-existent file (bsc#1218260).
- i2c: riic: Always round-up when calculating bus period
(bsc#1218260).
- chelsio/chtls: prevent potential integer overflow on 32bit
(bsc#1218260).
- net: tun: fix tun_napi_alloc_frags() (bsc#1218260).
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
init (bsc#1218260).
- EDAC/amd64: Simplify ECC check on unified memory controllers
(bsc#1218260).
- mmc: mtk-sd: disable wakeup in .remove() and in the error path
of .probe() (bsc#1218260).
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
quirk (bsc#1218260).
- net: mdiobus: fix an OF node reference leak (bsc#1218260).
- selftests: openvswitch: fix tcpdump execution (bsc#1218260).
- netfilter: ipset: Fix for recursive locking warning
(bsc#1218260).
- ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
(bsc#1218260).
- net: ethernet: bgmac-platform: fix an OF node reference leak
(bsc#1218260).
- net: hinic: Fix cleanup in create_rxqs/txqs() (bsc#1218260).
- ksmbd: fix broken transfers when exceeding max simultaneous
operations (bsc#1218260).
- ksmbd: count all requests in req_running counter (bsc#1218260).
- net: renesas: rswitch: rework ts tags management (bsc#1218260).
- ionic: use ee->offset when returning sprom data (bsc#1218260).
- ionic: Fix netdev notifier unregister on failure (bsc#1218260).
- netdevsim: prevent bad user input in
nsim_dev_health_break_write() (bsc#1218260).
- net: mscc: ocelot: fix incorrect IFH SRC_PORT field in
ocelot_ifh_set_basic() (bsc#1218260).
- net/smc: check return value of sock_recvmsg when draining clc
data (bsc#1218260).
- net/smc: check smcd_v2_ext_offset when receiving proposal msg
(bsc#1218260).
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
proposal msg (bsc#1218260).
- net/smc: check iparea_offset and ipv6_prefixes_cnt when
receiving proposal msg (bsc#1218260).
- net/smc: check sndbuf_space again after NOSPACE flag is set
in smc_poll (bsc#1218260).
- net/smc: protect link down work from execute after lgr freed
(bsc#1218260).
- cxl/region: Fix region creation for greater than x2 switches
(bsc#1218260).
- cxl/pci: Fix potential bogus return value upon successful
probing (bsc#1218260).
- tools: hv: change permissions of NetworkManager configuration
file (bsc#1218260).
- xfs: reset rootdir extent size hint after growfsrt
(bsc#1218260).
- xfs: take m_growlock when running growfsrt (bsc#1218260).
- xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
(bsc#1218260).
- xfs: Fix the owner setting issue for rmap query in xfs fsmap
(bsc#1218260).
- xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX
is set (bsc#1218260).
- xfs: attr forks require attr, not attr2 (bsc#1218260).
- xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
(bsc#1218260).
- xfs: fix file_path handling in tracepoints (bsc#1218260).
- xfs: convert comma to semicolon (bsc#1218260).
- xfs: don't walk off the end of a directory data block
(bsc#1218260).
- xfs: Fix xfs_prepare_shift() range for RT (bsc#1218260).
- xfs: Fix xfs_flush_unmap_range() range for RT (bsc#1218260).
- xfs: create a new helper to return a file's allocation unit
(bsc#1218260).
- xfs: declare xfs_file.c symbols in xfs_file.h (bsc#1218260).
- xfs: use consistent uid/gid when grabbing dquots for inodes
(bsc#1218260).
- xfs: verify buffer, inode, and dquot items every tx commit
(bsc#1218260).
- xfs: fix the contact address for the sysfs ABI documentation
(bsc#1218260).
- i2c: pnx: Fix timeout in wait functions (bsc#1218260).
- p2sb: Do not scan and remove the P2SB device when it is unhidden
(bsc#1218260).
- p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
(bsc#1218260).
- p2sb: Introduce the global flag p2sb_hidden_by_bios
(bsc#1218260).
- p2sb: Factor out p2sb_read_from_cache() (bsc#1218260).
- platform/x86: p2sb: Make p2sb_get_devfn() return void
(bsc#1218260).
- net: stmmac: fix TSO DMA API usage causing oops (bsc#1218260).
- usb: cdns3: Add quirk flag to enable suspend residency
(bsc#1218260).
- PCI/AER: Disable AER service on suspend (bsc#1218260).
- PCI: Use preserve_config in place of pci_flags (bsc#1218260).
- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C (bsc#1218260).
- ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
(bsc#1218260).
- MIPS: Loongson64: DTS: Fix msi node for ls7a (bsc#1218260).
- usb: cdns3-ti: Add workaround for Errata i2409 (bsc#1218260).
- PCI: Add ACS quirk for Broadcom BCM5760X NIC (bsc#1218260).
- PCI: vmd: Create domain symlink before pci_bus_add_devices()
(bsc#1218260).
- usb: dwc2: gadget: Don't write invalid mapped sg entries into
dma_desc with iommu enabled (bsc#1218260).
- net: sched: fix ordering of qlen adjustment (bsc#1218260).
- commit 71b7e29
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.6 %define srcversion 6.6
%define patchversion 6.6.67 %define patchversion 6.6.68
%define git_commit df7809662a68583151438ba2cb5ac5a0d73a0fc9 %define git_commit 71b7e2928fd21f1632de68094dbe402b74aa9193
%define variant -longterm%{nil} %define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif %endif
Name: kernel-source-longterm Name: kernel-source-longterm
Version: 6.6.67 Version: 6.6.68
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gdf78096 Release: <RELEASE>.g71b7e29
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,196 @@
-------------------------------------------------------------------
Fri Dec 27 19:31:24 CET 2024 - rfrohl@suse.com
- Linux 6.6.68 (bsc#1218260).
- dt-bindings: net: fec: add pps channel property (bsc#1218260).
- drm/amdgpu: Handle NULL bo->tbo.resource (again) in
amdgpu_vm_bo_update (bsc#1218260).
- net: fec: make PPS channel configurable (bsc#1218260).
- net: fec: refactor PPS channel configuration (bsc#1218260).
- io_uring/rw: avoid punting to io-wq directly (bsc#1218260).
- io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
(bsc#1218260).
- io_uring/rw: split io_read() into a helper (bsc#1218260).
- epoll: Add synchronous wakeup support for ep_poll_callback
(bsc#1218260).
- ceph: fix memory leaks in __ceph_sync_read() (bsc#1218260).
- ceph: improve error handling and short/overflow-read logic in
__ceph_sync_read() (bsc#1218260).
- ceph: validate snapdirname option length when mounting
(bsc#1218260).
- of: Fix refcount leakage for OF node returned by
__of_get_dma_parent() (bsc#1218260).
- of: Fix error path in of_parse_phandle_with_args_map()
(bsc#1218260).
- udmabuf: also check for F_SEAL_FUTURE_WRITE (bsc#1218260).
- nilfs2: prevent use of deleted inode (bsc#1218260).
- nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
(bsc#1218260).
- of/irq: Fix using uninitialized variable @addr_len in API
of_irq_parse_one() (bsc#1218260).
- of/irq: Fix interrupt-map cell length check in
of_irq_parse_imap_parent() (bsc#1218260).
- NFS/pnfs: Fix a live lock between recalled layouts and layoutget
(bsc#1218260).
- io_uring: check if iowq is killed before queuing (bsc#1218260).
- io_uring: Fix registered ring file refcount leak (bsc#1218260).
- selftests/bpf: Use asm constraint "m" for LoongArch
(bsc#1218260).
- selftests/memfd: run sysctl tests when PID namespace support
is enabled (bsc#1218260).
- tracing: Add "%s" check in test_event_printk() (bsc#1218260).
- tracing: Add missing helper functions in event pointer
dereference check (bsc#1218260).
- tracing: Fix test_event_printk() to process entire print
argument (bsc#1218260).
- smb: client: fix TCP timers deadlock after rmmod (bsc#1218260).
- KVM: x86: Play nice with protected guests in
complete_hypercall_exit() (bsc#1218260).
- Drivers: hv: util: Avoid accessing a ringbuffer not initialized
yet (bsc#1218260).
- btrfs: tree-checker: reject inline extent items with 0 ref count
(bsc#1218260).
- vmalloc: fix accounting with i915 (bsc#1218260).
- zram: fix uninitialized ZRAM not releasing backing device
(bsc#1218260).
- zram: refuse to use zero sized block device as backing device
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Temperature
Result and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Fix Current Register value interpretation
(bsc#1218260).
- hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
and Limit Registers (bsc#1218260).
- hwmon: (tmp513) Use SI constants from units.h (bsc#1218260).
- hwmon: (tmp513) Simplify with dev_err_probe() (bsc#1218260).
- hwmon: (tmp513) Don't use "proxy" headers (bsc#1218260).
- drm/amdgpu: don't access invalid sched (bsc#1218260).
- i915/guc: Accumulate active runtime on gt reset (bsc#1218260).
- i915/guc: Ensure busyness counter increases motonically
(bsc#1218260).
- i915/guc: Reset engine utilization buffer before registration
(bsc#1218260).
- drm/panel: novatek-nt35950: fix return value check in
nt35950_probe() (bsc#1218260).
- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
(bsc#1218260).
- thunderbolt: Improve redrive mode handling (bsc#1218260).
- USB: serial: option: add Telit FE910C04 rmnet compositions
(bsc#1218260).
- USB: serial: option: add MediaTek T7XX compositions
(bsc#1218260).
- USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
(bsc#1218260).
- USB: serial: option: add MeiG Smart SLM770A (bsc#1218260).
- USB: serial: option: add TCL IK512 MBIM & ECM (bsc#1218260).
- hexagon: Disable constant extender optimization for LLVM prior
to 19.1.0 (bsc#1218260).
- efivarfs: Fix error on non-existent file (bsc#1218260).
- i2c: riic: Always round-up when calculating bus period
(bsc#1218260).
- chelsio/chtls: prevent potential integer overflow on 32bit
(bsc#1218260).
- net: tun: fix tun_napi_alloc_frags() (bsc#1218260).
- KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
init (bsc#1218260).
- EDAC/amd64: Simplify ECC check on unified memory controllers
(bsc#1218260).
- mmc: mtk-sd: disable wakeup in .remove() and in the error path
of .probe() (bsc#1218260).
- mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
quirk (bsc#1218260).
- net: mdiobus: fix an OF node reference leak (bsc#1218260).
- selftests: openvswitch: fix tcpdump execution (bsc#1218260).
- netfilter: ipset: Fix for recursive locking warning
(bsc#1218260).
- ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
(bsc#1218260).
- net: ethernet: bgmac-platform: fix an OF node reference leak
(bsc#1218260).
- net: hinic: Fix cleanup in create_rxqs/txqs() (bsc#1218260).
- ksmbd: fix broken transfers when exceeding max simultaneous
operations (bsc#1218260).
- ksmbd: count all requests in req_running counter (bsc#1218260).
- net: renesas: rswitch: rework ts tags management (bsc#1218260).
- ionic: use ee->offset when returning sprom data (bsc#1218260).
- ionic: Fix netdev notifier unregister on failure (bsc#1218260).
- netdevsim: prevent bad user input in
nsim_dev_health_break_write() (bsc#1218260).
- net: mscc: ocelot: fix incorrect IFH SRC_PORT field in
ocelot_ifh_set_basic() (bsc#1218260).
- net/smc: check return value of sock_recvmsg when draining clc
data (bsc#1218260).
- net/smc: check smcd_v2_ext_offset when receiving proposal msg
(bsc#1218260).
- net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
proposal msg (bsc#1218260).
- net/smc: check iparea_offset and ipv6_prefixes_cnt when
receiving proposal msg (bsc#1218260).
- net/smc: check sndbuf_space again after NOSPACE flag is set
in smc_poll (bsc#1218260).
- net/smc: protect link down work from execute after lgr freed
(bsc#1218260).
- cxl/region: Fix region creation for greater than x2 switches
(bsc#1218260).
- cxl/pci: Fix potential bogus return value upon successful
probing (bsc#1218260).
- tools: hv: change permissions of NetworkManager configuration
file (bsc#1218260).
- xfs: reset rootdir extent size hint after growfsrt
(bsc#1218260).
- xfs: take m_growlock when running growfsrt (bsc#1218260).
- xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
(bsc#1218260).
- xfs: Fix the owner setting issue for rmap query in xfs fsmap
(bsc#1218260).
- xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX
is set (bsc#1218260).
- xfs: attr forks require attr, not attr2 (bsc#1218260).
- xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
(bsc#1218260).
- xfs: fix file_path handling in tracepoints (bsc#1218260).
- xfs: convert comma to semicolon (bsc#1218260).
- xfs: don't walk off the end of a directory data block
(bsc#1218260).
- xfs: Fix xfs_prepare_shift() range for RT (bsc#1218260).
- xfs: Fix xfs_flush_unmap_range() range for RT (bsc#1218260).
- xfs: create a new helper to return a file's allocation unit
(bsc#1218260).
- xfs: declare xfs_file.c symbols in xfs_file.h (bsc#1218260).
- xfs: use consistent uid/gid when grabbing dquots for inodes
(bsc#1218260).
- xfs: verify buffer, inode, and dquot items every tx commit
(bsc#1218260).
- xfs: fix the contact address for the sysfs ABI documentation
(bsc#1218260).
- i2c: pnx: Fix timeout in wait functions (bsc#1218260).
- p2sb: Do not scan and remove the P2SB device when it is unhidden
(bsc#1218260).
- p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
(bsc#1218260).
- p2sb: Introduce the global flag p2sb_hidden_by_bios
(bsc#1218260).
- p2sb: Factor out p2sb_read_from_cache() (bsc#1218260).
- platform/x86: p2sb: Make p2sb_get_devfn() return void
(bsc#1218260).
- net: stmmac: fix TSO DMA API usage causing oops (bsc#1218260).
- usb: cdns3: Add quirk flag to enable suspend residency
(bsc#1218260).
- PCI/AER: Disable AER service on suspend (bsc#1218260).
- PCI: Use preserve_config in place of pci_flags (bsc#1218260).
- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C (bsc#1218260).
- ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
(bsc#1218260).
- MIPS: Loongson64: DTS: Fix msi node for ls7a (bsc#1218260).
- usb: cdns3-ti: Add workaround for Errata i2409 (bsc#1218260).
- PCI: Add ACS quirk for Broadcom BCM5760X NIC (bsc#1218260).
- PCI: vmd: Create domain symlink before pci_bus_add_devices()
(bsc#1218260).
- usb: dwc2: gadget: Don't write invalid mapped sg entries into
dma_desc with iommu enabled (bsc#1218260).
- net: sched: fix ordering of qlen adjustment (bsc#1218260).
- commit 71b7e29
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com Fri Dec 20 00:40:59 CET 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
# #
%define git_commit df7809662a68583151438ba2cb5ac5a0d73a0fc9 %define git_commit 71b7e2928fd21f1632de68094dbe402b74aa9193
%define variant -longterm%{nil} %define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only License: GPL-2.0-only
Group: Development/Sources Group: Development/Sources
Version: 6.6.67 Version: 6.6.68
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.gdf78096 Release: <RELEASE>.g71b7e29
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:44807a53bee9c1426289e7a449c0770c1ef504e6b1076bfa79e03addfe5a8004 oid sha256:9b031b7a1a09da5e0106805aa23a23ed2d186a0430a874bbc3fbe9cd11f58c48
size 10825951 size 10916027

View File

@ -13694,6 +13694,124 @@
patches.kernel.org/6.6.67-109-x86-static-call-fix-32-bit-build.patch patches.kernel.org/6.6.67-109-x86-static-call-fix-32-bit-build.patch
patches.kernel.org/6.6.67-110-Linux-6.6.67.patch patches.kernel.org/6.6.67-110-Linux-6.6.67.patch
patches.kernel.org/net-renesas-rswitch-fix-possible-early-skb-release.patch patches.kernel.org/net-renesas-rswitch-fix-possible-early-skb-release.patch
patches.kernel.org/6.6.68-001-net-sched-fix-ordering-of-qlen-adjustment.patch
patches.kernel.org/6.6.68-002-usb-dwc2-gadget-Don-t-write-invalid-mapped-sg-.patch
patches.kernel.org/6.6.68-003-PCI-vmd-Create-domain-symlink-before-pci_bus_a.patch
patches.kernel.org/6.6.68-004-PCI-Add-ACS-quirk-for-Broadcom-BCM5760X-NIC.patch
patches.kernel.org/6.6.68-005-usb-cdns3-ti-Add-workaround-for-Errata-i2409.patch
patches.kernel.org/6.6.68-006-MIPS-Loongson64-DTS-Fix-msi-node-for-ls7a.patch
patches.kernel.org/6.6.68-007-ASoC-Intel-sof_sdw-fix-jack-detection-on-ADL-N.patch
patches.kernel.org/6.6.68-008-ASoC-Intel-sof_sdw-add-quirk-for-Dell-SKU-0B8C.patch
patches.kernel.org/6.6.68-009-PCI-Use-preserve_config-in-place-of-pci_flags.patch
patches.kernel.org/6.6.68-010-PCI-AER-Disable-AER-service-on-suspend.patch
patches.kernel.org/6.6.68-011-usb-cdns3-Add-quirk-flag-to-enable-suspend-res.patch
patches.kernel.org/6.6.68-012-net-stmmac-fix-TSO-DMA-API-usage-causing-oops.patch
patches.kernel.org/6.6.68-013-platform-x86-p2sb-Make-p2sb_get_devfn-return-v.patch
patches.kernel.org/6.6.68-014-p2sb-Factor-out-p2sb_read_from_cache.patch
patches.kernel.org/6.6.68-015-p2sb-Introduce-the-global-flag-p2sb_hidden_by_.patch
patches.kernel.org/6.6.68-016-p2sb-Move-P2SB-hide-and-unhide-code-to-p2sb_sc.patch
patches.kernel.org/6.6.68-017-p2sb-Do-not-scan-and-remove-the-P2SB-device-wh.patch
patches.kernel.org/6.6.68-018-i2c-pnx-Fix-timeout-in-wait-functions.patch
patches.kernel.org/6.6.68-019-xfs-fix-the-contact-address-for-the-sysfs-ABI-.patch
patches.kernel.org/6.6.68-020-xfs-verify-buffer-inode-and-dquot-items-every-.patch
patches.kernel.org/6.6.68-021-xfs-use-consistent-uid-gid-when-grabbing-dquot.patch
patches.kernel.org/6.6.68-022-xfs-declare-xfs_file.c-symbols-in-xfs_file.h.patch
patches.kernel.org/6.6.68-023-xfs-create-a-new-helper-to-return-a-file-s-all.patch
patches.kernel.org/6.6.68-024-xfs-Fix-xfs_flush_unmap_range-range-for-RT.patch
patches.kernel.org/6.6.68-025-xfs-Fix-xfs_prepare_shift-range-for-RT.patch
patches.kernel.org/6.6.68-026-xfs-don-t-walk-off-the-end-of-a-directory-data.patch
patches.kernel.org/6.6.68-027-xfs-convert-comma-to-semicolon.patch
patches.kernel.org/6.6.68-028-xfs-fix-file_path-handling-in-tracepoints.patch
patches.kernel.org/6.6.68-029-xfs-remove-unused-parameter-in-macro-XFS_DQUOT.patch
patches.kernel.org/6.6.68-030-xfs-attr-forks-require-attr-not-attr2.patch
patches.kernel.org/6.6.68-031-xfs-conditionally-allow-FS_XFLAG_REALTIME-chan.patch
patches.kernel.org/6.6.68-032-xfs-Fix-the-owner-setting-issue-for-rmap-query.patch
patches.kernel.org/6.6.68-033-xfs-use-XFS_BUF_DADDR_NULL-for-daddrs-in-getfs.patch
patches.kernel.org/6.6.68-034-xfs-take-m_growlock-when-running-growfsrt.patch
patches.kernel.org/6.6.68-035-xfs-reset-rootdir-extent-size-hint-after-growf.patch
patches.kernel.org/6.6.68-036-tools-hv-change-permissions-of-NetworkManager-.patch
patches.kernel.org/6.6.68-037-cxl-pci-Fix-potential-bogus-return-value-upon-.patch
patches.kernel.org/6.6.68-038-cxl-region-Fix-region-creation-for-greater-tha.patch
patches.kernel.org/6.6.68-039-net-smc-protect-link-down-work-from-execute-af.patch
patches.kernel.org/6.6.68-040-net-smc-check-sndbuf_space-again-after-NOSPACE.patch
patches.kernel.org/6.6.68-041-net-smc-check-iparea_offset-and-ipv6_prefixes_.patch
patches.kernel.org/6.6.68-042-net-smc-check-v2_ext_offset-eid_cnt-ism_gid_cn.patch
patches.kernel.org/6.6.68-043-net-smc-check-smcd_v2_ext_offset-when-receivin.patch
patches.kernel.org/6.6.68-044-net-smc-check-return-value-of-sock_recvmsg-whe.patch
patches.kernel.org/6.6.68-045-net-mscc-ocelot-fix-incorrect-IFH-SRC_PORT-fie.patch
patches.kernel.org/6.6.68-046-netdevsim-prevent-bad-user-input-in-nsim_dev_h.patch
patches.kernel.org/6.6.68-047-ionic-Fix-netdev-notifier-unregister-on-failur.patch
patches.kernel.org/6.6.68-048-ionic-use-ee-offset-when-returning-sprom-data.patch
patches.kernel.org/6.6.68-049-net-renesas-rswitch-rework-ts-tags-management.patch
patches.kernel.org/6.6.68-050-ksmbd-count-all-requests-in-req_running-counte.patch
patches.kernel.org/6.6.68-051-ksmbd-fix-broken-transfers-when-exceeding-max-.patch
patches.kernel.org/6.6.68-052-net-hinic-Fix-cleanup-in-create_rxqs-txqs.patch
patches.kernel.org/6.6.68-053-net-ethernet-bgmac-platform-fix-an-OF-node-ref.patch
patches.kernel.org/6.6.68-054-ipvs-Fix-clamp-of-ip_vs_conn_tab-on-small-memo.patch
patches.kernel.org/6.6.68-055-netfilter-ipset-Fix-for-recursive-locking-warn.patch
patches.kernel.org/6.6.68-056-selftests-openvswitch-fix-tcpdump-execution.patch
patches.kernel.org/6.6.68-057-net-mdiobus-fix-an-OF-node-reference-leak.patch
patches.kernel.org/6.6.68-058-mmc-sdhci-tegra-Remove-SDHCI_QUIRK_BROKEN_ADMA.patch
patches.kernel.org/6.6.68-059-mmc-mtk-sd-disable-wakeup-in-.remove-and-in-th.patch
patches.kernel.org/6.6.68-060-EDAC-amd64-Simplify-ECC-check-on-unified-memor.patch
patches.kernel.org/6.6.68-061-KVM-x86-Cache-CPUID.0xD-XSTATE-offsets-sizes-d.patch
patches.kernel.org/6.6.68-062-net-tun-fix-tun_napi_alloc_frags.patch
patches.kernel.org/6.6.68-063-chelsio-chtls-prevent-potential-integer-overfl.patch
patches.kernel.org/6.6.68-064-i2c-riic-Always-round-up-when-calculating-bus-.patch
patches.kernel.org/6.6.68-065-efivarfs-Fix-error-on-non-existent-file.patch
patches.kernel.org/6.6.68-066-hexagon-Disable-constant-extender-optimization.patch
patches.kernel.org/6.6.68-067-USB-serial-option-add-TCL-IK512-MBIM-ECM.patch
patches.kernel.org/6.6.68-068-USB-serial-option-add-MeiG-Smart-SLM770A.patch
patches.kernel.org/6.6.68-069-USB-serial-option-add-Netprisma-LCUK54-modules.patch
patches.kernel.org/6.6.68-070-USB-serial-option-add-MediaTek-T7XX-compositio.patch
patches.kernel.org/6.6.68-071-USB-serial-option-add-Telit-FE910C04-rmnet-com.patch
patches.kernel.org/6.6.68-072-thunderbolt-Improve-redrive-mode-handling.patch
patches.kernel.org/6.6.68-073-drm-modes-Avoid-divide-by-zero-harder-in-drm_m.patch
patches.kernel.org/6.6.68-074-drm-panel-novatek-nt35950-fix-return-value-che.patch
patches.kernel.org/6.6.68-075-i915-guc-Reset-engine-utilization-buffer-befor.patch
patches.kernel.org/6.6.68-076-i915-guc-Ensure-busyness-counter-increases-mot.patch
patches.kernel.org/6.6.68-077-i915-guc-Accumulate-active-runtime-on-gt-reset.patch
patches.kernel.org/6.6.68-078-drm-amdgpu-don-t-access-invalid-sched.patch
patches.kernel.org/6.6.68-079-hwmon-tmp513-Don-t-use-proxy-headers.patch
patches.kernel.org/6.6.68-080-hwmon-tmp513-Simplify-with-dev_err_probe.patch
patches.kernel.org/6.6.68-081-hwmon-tmp513-Use-SI-constants-from-units.h.patch
patches.kernel.org/6.6.68-082-hwmon-tmp513-Fix-interpretation-of-values-of-S.patch
patches.kernel.org/6.6.68-083-hwmon-tmp513-Fix-Current-Register-value-interp.patch
patches.kernel.org/6.6.68-084-hwmon-tmp513-Fix-interpretation-of-values-of-T.patch
patches.kernel.org/6.6.68-085-zram-refuse-to-use-zero-sized-block-device-as-.patch
patches.kernel.org/6.6.68-086-zram-fix-uninitialized-ZRAM-not-releasing-back.patch
patches.kernel.org/6.6.68-087-vmalloc-fix-accounting-with-i915.patch
patches.kernel.org/6.6.68-088-btrfs-tree-checker-reject-inline-extent-items-.patch
patches.kernel.org/6.6.68-089-Drivers-hv-util-Avoid-accessing-a-ringbuffer-n.patch
patches.kernel.org/6.6.68-090-KVM-x86-Play-nice-with-protected-guests-in-com.patch
patches.kernel.org/6.6.68-091-smb-client-fix-TCP-timers-deadlock-after-rmmod.patch
patches.kernel.org/6.6.68-092-tracing-Fix-test_event_printk-to-process-entir.patch
patches.kernel.org/6.6.68-093-tracing-Add-missing-helper-functions-in-event-.patch
patches.kernel.org/6.6.68-094-tracing-Add-s-check-in-test_event_printk.patch
patches.kernel.org/6.6.68-095-selftests-memfd-run-sysctl-tests-when-PID-name.patch
patches.kernel.org/6.6.68-096-selftests-bpf-Use-asm-constraint-m-for-LoongAr.patch
patches.kernel.org/6.6.68-097-io_uring-Fix-registered-ring-file-refcount-lea.patch
patches.kernel.org/6.6.68-098-io_uring-check-if-iowq-is-killed-before-queuin.patch
patches.kernel.org/6.6.68-099-NFS-pnfs-Fix-a-live-lock-between-recalled-layo.patch
patches.kernel.org/6.6.68-100-of-irq-Fix-interrupt-map-cell-length-check-in-.patch
patches.kernel.org/6.6.68-101-of-irq-Fix-using-uninitialized-variable-addr_l.patch
patches.kernel.org/6.6.68-102-nilfs2-fix-buffer-head-leaks-in-calls-to-trunc.patch
patches.kernel.org/6.6.68-103-nilfs2-prevent-use-of-deleted-inode.patch
patches.kernel.org/6.6.68-104-udmabuf-also-check-for-F_SEAL_FUTURE_WRITE.patch
patches.kernel.org/6.6.68-105-of-Fix-error-path-in-of_parse_phandle_with_arg.patch
patches.kernel.org/6.6.68-106-of-Fix-refcount-leakage-for-OF-node-returned-b.patch
patches.kernel.org/6.6.68-107-ceph-validate-snapdirname-option-length-when-m.patch
patches.kernel.org/6.6.68-108-ceph-improve-error-handling-and-short-overflow.patch
patches.kernel.org/6.6.68-109-ceph-fix-memory-leaks-in-__ceph_sync_read.patch
patches.kernel.org/6.6.68-110-epoll-Add-synchronous-wakeup-support-for-ep_po.patch
patches.kernel.org/6.6.68-111-io_uring-rw-split-io_read-into-a-helper.patch
patches.kernel.org/6.6.68-112-io_uring-rw-treat-EOPNOTSUPP-for-IOCB_NOWAIT-l.patch
patches.kernel.org/6.6.68-113-io_uring-rw-avoid-punting-to-io-wq-directly.patch
patches.kernel.org/6.6.68-114-net-fec-refactor-PPS-channel-configuration.patch
patches.kernel.org/6.6.68-115-net-fec-make-PPS-channel-configurable.patch
patches.kernel.org/6.6.68-116-drm-amdgpu-Handle-NULL-bo-tbo.resource-again-i.patch
patches.kernel.org/6.6.68-117-dt-bindings-net-fec-add-pps-channel-property.patch
patches.kernel.org/6.6.68-118-Linux-6.6.68.patch
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-12-19 23:40:59 +0000 2024-12-27 18:33:32 +0000
GIT Revision: df7809662a68583151438ba2cb5ac5a0d73a0fc9 GIT Revision: 71b7e2928fd21f1632de68094dbe402b74aa9193
GIT Branch: slowroll GIT Branch: slowroll