diff --git a/kernel-longterm.changes b/kernel-longterm.changes
index addf6e6..d220691 100644
--- a/kernel-longterm.changes
+++ b/kernel-longterm.changes
@@ -1,3 +1,235 @@
+-------------------------------------------------------------------
+Fri Jan 17 14:52:33 CET 2025 - rfrohl@suse.com
+
+- Linux 6.6.72 (bsc#1218260).
+- drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is
+  supported (bsc#1218260).
+- riscv: Fix text patching when IPI are used (bsc#1218260).
+- mm: hugetlb: independent PMD page table shared count
+  (bsc#1218260).
+- mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
+  (bsc#1218260).
+- fs/Kconfig: make hugetlbfs a menuconfig (bsc#1218260).
+- pgtable: fix s390 ptdesc field comments (bsc#1218260).
+- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
+  from !WQ_MEM_RECLAIM worker (bsc#1218260).
+- workqueue: Update lock debugging code (bsc#1218260).
+- workqueue: Add rcu lock check at the end of work item execution
+  (bsc#1218260).
+- pmdomain: imx: gpcv2: fix an OF node reference leak in
+  imx_gpcv2_probe() (bsc#1218260).
+- pmdomain: imx: gpcv2: Simplify with scoped for each OF child
+  loop (bsc#1218260).
+- arm64: dts: rockchip: add hevc power domain clock to rk3328
+  (bsc#1218260).
+- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
+  (bsc#1218260).
+- hwmon: (drivetemp) Fix driver producing garbage data when SCSI
+  errors occur (bsc#1218260).
+- ARM: dts: imxrt1050: Fix clocks for mmc (bsc#1218260).
+- io_uring/eventfd: ensure io_eventfd_signal() defers another
+  RCU period (bsc#1218260).
+- riscv: kprobes: Fix incorrect address calculation (bsc#1218260).
+- iio: adc: ad7124: Disable all channels at probe time
+  (bsc#1218260).
+- iio: inkern: call iio_device_put() only on mapped devices
+  (bsc#1218260).
+- iio: adc: at91: call input_free_device() on allocated iio_dev
+  (bsc#1218260).
+- iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
+  (bsc#1218260).
+- iio: gyro: fxas21002c: Fix missing data update in trigger
+  handler (bsc#1218260).
+- iio: adc: ti-ads8688: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: adc: rockchip_saradc: fix information leak in triggered
+  buffer (bsc#1218260).
+- iio: imu: kmx61: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: light: vcnl4035: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: dummy: iio_simply_dummy_buffer: fix information leak in
+  triggered buffer (bsc#1218260).
+- iio: pressure: zpa2326: fix information leak in triggered buffer
+  (bsc#1218260).
+- usb: gadget: configfs: Ignore trailing LF for user strings to
+  cdev (bsc#1218260).
+- usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
+  (bsc#1218260).
+- usb: typec: tcpm/tcpci_maxim: fix error code in
+  max_contaminant_read_resistance_kohm() (bsc#1218260).
+- usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
+  (bsc#1218260).
+- usb: chipidea: ci_hdrc_imx: decrement device's refcount in
+  .remove() and in the error path of .probe() (bsc#1218260).
+- usb: gadget: midi2: Reverse-select at the right place
+  (bsc#1218260).
+- usb: fix reference leak in usb_new_device() (bsc#1218260).
+- USB: core: Disable LPM only for non-suspended ports
+  (bsc#1218260).
+- USB: usblp: return error when setting unsupported protocol
+  (bsc#1218260).
+- usb: dwc3-am62: Disable autosuspend during remove (bsc#1218260).
+- x86/fpu: Ensure shadow stack is active before "getting"
+  registers (bsc#1218260).
+- usb: gadget: u_serial: Disable ep before setting port to null
+  to fix the crash caused by port being null (bsc#1218260).
+- tty: serial: 8250: Fix another runtime PM usage counter
+  underflow (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve return code mismatch during
+  GPIO set config (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
+  IRQ handling (bsc#1218260).
+- topology: Keep the cpumask unchanged when printing cpumap
+  (bsc#1218260).
+- usb: dwc3: gadget: fix writing NYET threshold (bsc#1218260).
+- USB: serial: cp210x: add Phoenix Contact UPS Device
+  (bsc#1218260).
+- usb-storage: Add max sectors quirk for Nokia 208 (bsc#1218260).
+- staging: iio: ad9832: Correct phase range check (bsc#1218260).
+- staging: iio: ad9834: Correct phase range check (bsc#1218260).
+- USB: serial: option: add Neoway N723-EA support (bsc#1218260).
+- USB: serial: option: add MeiG Smart SRM815 (bsc#1218260).
+- dm-verity FEC: Fix RS FEC repair for roots unaligned to block
+  size (take 2) (bsc#1218260).
+- f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
+  (bsc#1218260).
+- io_uring/timeout: fix multishot updates (bsc#1218260).
+- drm/amd/display: increase MAX_SURFACES to the value supported
+  by hw (bsc#1218260).
+- drm/amdkfd: fixed page fault when enable MES shader debugger
+  (bsc#1218260).
+- ACPI: resource: Add Asus Vivobook X1504VAP to
+  irq1_level_low_skip_override[] (bsc#1218260).
+- ACPI: resource: Add TongFang GM5HG0A to
+  irq1_edge_low_force_override[] (bsc#1218260).
+- riscv: Fix sleeping in invalid context in die() (bsc#1218260).
+- smb: client: sync the root session and superblock context
+  passwords before automounting (bsc#1218260).
+- thermal: of: fix OF node leak in of_thermal_zone_find()
+  (bsc#1218260).
+- drm/amd/display: Add check for granularity in dml ceil/floor
+  helpers (bsc#1218260).
+- ksmbd: Implement new SMB3 POSIX type (bsc#1218260).
+- sctp: sysctl: plpmtud_probe_interval: avoid using
+  current->nsproxy (bsc#1218260).
+- sctp: sysctl: udp_port: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: auth_enable: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: rto_min/max: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
+  (bsc#1218260).
+- mptcp: sysctl: sched: avoid using current->nsproxy
+  (bsc#1218260).
+- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
+  (bsc#1218260).
+- scsi: ufs: qcom: Power off the PHY if it was already powered
+  on in ufs_qcom_power_up_sequence() (bsc#1218260).
+- dm thin: make get_first_thin use rcu-safe list first function
+  (bsc#1218260).
+- riscv: mm: Fix the out of bound issue of vmemmap address
+  (bsc#1218260).
+- cpuidle: riscv-sbi: fix device node release in early exit of
+  for_each_possible_cpu (bsc#1218260).
+- ksmbd: fix unexpectedly changed path in
+  ksmbd_vfs_kern_path_locked (bsc#1218260).
+- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
+  actually enabled it (bsc#1218260).
+- afs: Fix the maximum cell name length (bsc#1218260).
+- ksmbd: fix a missing return value check bug (bsc#1218260).
+- drm/mediatek: Add return value check when reading DPCD
+  (bsc#1218260).
+- drm/mediatek: Fix mode valid issue for dp (bsc#1218260).
+- drm/mediatek: Fix YCbCr422 color format issue for DP
+  (bsc#1218260).
+- drm/mediatek: stop selecting foreign drivers (bsc#1218260).
+- drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
+  mtk_drm_bind returns err (bsc#1218260).
+- net/mlx5: Fix variable not being completed when function returns
+  (bsc#1218260).
+- net: stmmac: dwmac-tegra: Read iommu stream id from device tree
+  (bsc#1218260).
+- sched: sch_cake: add bounds checks to host bulk flow fairness
+  counts (bsc#1218260).
+- netfilter: conntrack: clamp maximum hashtable size to INT_MAX
+  (bsc#1218260).
+- netfilter: nf_tables: imbalance in flowtable binding
+  (bsc#1218260).
+- iio: imu: inv_icm42600: fix timestamps after suspend if sensor
+  is on (bsc#1218260).
+- x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
+  (bsc#1218260).
+- memblock tests: fix implicit declaration of function
+  'numa_valid_node' (bsc#1218260).
+- riscv: Fix early ftrace nop patching (bsc#1218260).
+- tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
+  (bsc#1218260).
+- Bluetooth: btnxpuart: Fix driver sending truncated data
+  (bsc#1218260).
+- Bluetooth: MGMT: Fix Add Device to responding before completing
+  (bsc#1218260).
+- Bluetooth: hci_sync: Fix not setting Random Address when
+  required (bsc#1218260).
+- eth: gve: use appropriate helper to set xdp_features
+  (bsc#1218260).
+- ipvlan: Fix use-after-free in ipvlan_get_iflink() (bsc#1218260).
+- tls: Fix tls_sw_sendmsg error handling (bsc#1218260).
+- igc: return early when failing to read EECD register
+  (bsc#1218260).
+- igc: field get conversion (bsc#1218260).
+- ice: fix incorrect PHY settings for 100 GB/s (bsc#1218260).
+- cxgb4: Avoid removal of uninserted tid (bsc#1218260).
+- bnxt_en: Fix possible memory leak when hwrm_req_replace fails
+  (bsc#1218260).
+- pds_core: limit loop over fw name list (bsc#1218260).
+- btrfs: avoid NULL pointer dereference if no valid extent tree
+  (bsc#1218260).
+- net: libwx: fix firmware mailbox abnormal return (bsc#1218260).
+- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
+  (bsc#1218260).
+- tcp/dccp: allow a connection when sk_max_ack_backlog is zero
+  (bsc#1218260).
+- tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
+  (bsc#1218260).
+- net: 802: LLC+SNAP OID:PID lookup on start of skb data
+  (bsc#1218260).
+- ieee802154: ca8210: Add missing check for kfifo_alloc() in
+  ca8210_probe() (bsc#1218260).
+- selftests/alsa: Fix circular dependency involving global-timer
+  (bsc#1218260).
+- ASoC: mediatek: disable buffer pre-allocation (bsc#1218260).
+- ASoC: rt722: add delay time to wait for the calibration
+  procedure (bsc#1218260).
+- erofs: fix PSI memstall accounting (bsc#1218260).
+- erofs: handle overlapped pclusters out of crafted images
+  properly (bsc#1218260).
+- ovl: support encoding fid from inode with no alias
+  (bsc#1218260).
+- ovl: pass realinode to ovl_encode_real_fh() instead of
+  realdentry (bsc#1218260).
+- ovl: do not encode lower fh with upper sb_writers held
+  (bsc#1218260).
+- exfat: fix the infinite loop in __exfat_free_cluster()
+  (bsc#1218260).
+- exfat: fix the infinite loop in exfat_readdir() (bsc#1218260).
+- dm array: fix cursor index when skipping across block boundaries
+  (bsc#1218260).
+- dm array: fix unreleased btree blocks on closing a faulty
+  array cursor (bsc#1218260).
+- dm array: fix releasing a faulty array block twice in
+  dm_array_cursor_end (bsc#1218260).
+- jbd2: flush filesystem device before updating tail sequence
+  (bsc#1218260).
+- jbd2: increase IO priority for writing revoke records
+  (bsc#1218260).
+- memblock: use numa_valid_node() helper to check for invalid
+  node ID (bsc#1218260).
+- memblock: make memblock_set_node() also warn about use of
+  MAX_NUMNODES (bsc#1218260).
+- commit fa56c45
+
 -------------------------------------------------------------------
 Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
 
@@ -10,13 +242,6 @@ Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
   hibernation" (bsc#1218260).
 - commit 846f31f
 
--------------------------------------------------------------------
-Fri Jan 10 10:55:58 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: missing dependencies for successful build: 8cd63406d081
-  8cd63406d081 trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
-- commit 0d8b205
-
 -------------------------------------------------------------------
 Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
 
@@ -24,14 +249,6 @@ Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
   This reverts commit 7a439977d9f313834d98d2c18ac905e9cf3c0dd5.
 - commit c05ffcb
 
--------------------------------------------------------------------
-Fri Jan 10 09:21:42 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: add git-fixes candidates
-  e0eec24e2e19 memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
-  9a884bdb6e95 iio: magnetometer: fix if () scoped_guard() formatting
-- commit 3fbad4d
-
 -------------------------------------------------------------------
 Fri Jan 10 09:21:24 CET 2025 - rfrohl@suse.com
 
@@ -1626,14 +1843,6 @@ Wed Dec 11 22:41:48 CET 2024 - rfrohl@suse.com
   (bsc#1218260).
 - commit fbcee5f
 
--------------------------------------------------------------------
-Mon Dec  9 20:12:46 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: 4c006734898a and 6a057072ddd1
-  6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe
-  4c006734898a x86/xen: fix memblock_reserve() usage on PVH
-- commit 11cb128
-
 -------------------------------------------------------------------
 Mon Dec  9 20:12:28 CET 2024 - rfrohl@suse.com
 
@@ -3297,12 +3506,6 @@ Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com
   rk3399-eaidk-610 (bsc#1218260).
 - commit c617dad
 
--------------------------------------------------------------------
-Fri Nov  8 23:49:50 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: block: fix queue limits checks in blk_rq_map_user_bvec for real
-- commit 8a5d4b8
-
 -------------------------------------------------------------------
 Fri Nov  8 23:46:47 CET 2024 - rfrohl@suse.com
 
@@ -6450,20 +6653,6 @@ Mon Sep 16 11:17:43 CEST 2024 - rfrohl@suse.com
 - tracing/osnoise: Fix build when timerlat is not enabled (bsc#1218260 git-fixes).
 - commit d30d690
 
--------------------------------------------------------------------
-Mon Sep 16 11:14:58 CEST 2024 - rfrohl@suse.com
-
-- Revert "blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)"
-  This reverts commit c728bebd134dbd6ab795f5b556e3e4ff4810da75.
-- commit 8011326
-
--------------------------------------------------------------------
-Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
-
-- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
-  Blacklisting this for now as it is not yet upstream.
-- commit c728beb
-
 -------------------------------------------------------------------
 Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
 
@@ -11454,12 +11643,6 @@ Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
 - commit 169ddc7
 
--------------------------------------------------------------------
-Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.34 (bsc#1218260).
-- commit 69bfff0
-
 -------------------------------------------------------------------
 Mon Jun 17 09:31:52 CEST 2024 - rfrohl@suse.com
 
@@ -14041,12 +14224,6 @@ Thu May  2 23:09:03 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.30-181-ovl-fix-memory-leak-in-ovl_parse_param.patch.
 - commit d521f37
 
--------------------------------------------------------------------
-Sat Apr 27 21:31:36 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.29 (bsc#1218260).
-- commit 68badd0
-
 -------------------------------------------------------------------
 Sat Apr 27 19:10:48 CEST 2024 - rfrohl@suse.com
 
@@ -15223,12 +15400,6 @@ Sun Apr  7 15:31:38 CEST 2024 - rfrohl@suse.com
   name" (bsc#1218260).
 - commit ad49821
 
--------------------------------------------------------------------
-Thu Apr  4 21:57:48 CEST 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6.24 (bsc#1218260).
-- commit d1d2bb0
-
 -------------------------------------------------------------------
 Thu Apr  4 21:40:31 CEST 2024 - rfrohl@suse.com
 
@@ -17391,12 +17562,6 @@ Fri Mar  1 15:33:12 CET 2024 - rfrohl@suse.com
 - backport: mptcp: avoid printing warning once on client side (bsc#1218260)
 - commit 380761f
 
--------------------------------------------------------------------
-Fri Mar  1 15:31:15 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf
-- commit a5b1926
-
 -------------------------------------------------------------------
 Fri Mar  1 14:37:31 CET 2024 - rfrohl@suse.com
 
@@ -18504,12 +18669,6 @@ Mon Feb 19 12:34:16 CET 2024 - msuchanek@suse.de
   problem is flagged early and should be easier to diagnose.
 - commit 8ef8383
 
--------------------------------------------------------------------
-Fri Feb 16 23:43:00 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf: add ebd4acc0cbea (riscv)
-- commit 3e5b219
-
 -------------------------------------------------------------------
 Fri Feb 16 23:41:50 CET 2024 - rfrohl@suse.com
 
@@ -19295,12 +19454,6 @@ Sat Feb  3 16:02:19 CET 2024 - rfrohl@suse.com
 - firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes).
 - commit 94b55c2
 
--------------------------------------------------------------------
-Sat Feb  3 16:01:02 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6
-- commit fd53c88
-
 -------------------------------------------------------------------
 Fri Feb  2 10:37:01 CET 2024 - rfrohl@suse.com
 
@@ -21166,12 +21319,6 @@ Fri Feb  2 09:35:34 CET 2024 - tiwai@suse.de
   It's only for the old libc5. Let's reduce the possible attack surfaces.
 - commit 9e8fce2
 
--------------------------------------------------------------------
-Thu Feb  1 12:53:13 CET 2024 - rfrohl@suse.com
-
-- blacklist f6564fce256a and 5056c596c3d1 (git-fixes)
-- commit d63edaf
-
 -------------------------------------------------------------------
 Thu Feb  1 09:57:11 CET 2024 - rfrohl@suse.com
 
@@ -22322,14 +22469,6 @@ Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
   family), the build needs python yaml.
 - commit 6a7ece3
 
--------------------------------------------------------------------
-Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com
-
-- blacklist ce17aa4cf2db (git-fixes)
-  0f71c9caf267 is fixed by:
-  patches.kernel.org/6.1.74-083-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch
-- commit b4c22d7
-
 -------------------------------------------------------------------
 Sun Jan 21 20:24:59 CET 2024 - rfrohl@suse.com
 
@@ -22557,14 +22696,6 @@ Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com
 - Backport 'keys, dns: Fix size check of V1 server-list header' (bsc#1218052).
 - commit 186b0d0
 
--------------------------------------------------------------------
-Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com
-
-- blacklist 0f71c9caf267 (bsc#1218052)
-  0f71c9caf267 (udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES) would
-  need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first.
-- commit ea3257f
-
 -------------------------------------------------------------------
 Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de
 
@@ -46779,13 +46910,6 @@ Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com
   IBM RS/6000 system. Probably not in use any longer.
 - commit 5313a19
 
--------------------------------------------------------------------
-Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz
-
-- blacklist.conf: clean up
-  Remove the only (5.5) entry. It was needed only years ago.
-- commit de1e630
-
 -------------------------------------------------------------------
 Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz
 
@@ -79011,12 +79135,6 @@ Sun Nov 21 23:08:24 CET 2021 - mkubecek@suse.cz
   - MTD_PSTORE=m
 - commit 696d453
 
--------------------------------------------------------------------
-Fri Nov 19 07:08:33 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one arm64's w/o prerequisites
-- commit 404f576
-
 -------------------------------------------------------------------
 Fri Nov 19 07:08:26 CET 2021 - jslaby@suse.cz
 
@@ -82692,12 +82810,6 @@ Mon Sep 27 12:35:22 CEST 2021 - msuchanek@suse.de
   (bsc#1187167).
 - commit e3309d1
 
--------------------------------------------------------------------
-Mon Sep 27 08:35:53 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add idxd commit
-- commit 06dbf6b
-
 -------------------------------------------------------------------
 Sun Sep 26 23:30:32 CEST 2021 - mkubecek@suse.cz
 
@@ -86266,12 +86378,6 @@ Mon Aug  9 00:03:09 CEST 2021 - mkubecek@suse.cz
   - PHYS_RAM_BASE_FIXED=n (riscv64 only, follow upstream revert)
 - commit 1838496
 
--------------------------------------------------------------------
-Sun Aug  8 12:50:22 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one docs fix
-- commit 19b1d90
-
 -------------------------------------------------------------------
 Sun Aug  8 11:20:11 CEST 2021 - jslaby@suse.cz
 
@@ -98503,12 +98609,6 @@ Mon Mar  8 06:16:55 CET 2021 - jslaby@suse.cz
   direction to set samplerate (git-fixes).
 - commit be77cd2
 
--------------------------------------------------------------------
-Sun Mar  7 16:47:13 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a typo fix
-- commit 2ae3683
-
 -------------------------------------------------------------------
 Sun Mar  7 16:44:29 CET 2021 - jslaby@suse.cz
 
@@ -98710,12 +98810,6 @@ Fri Mar  5 10:55:45 CET 2021 - jslaby@suse.cz
   extended.
 - commit a1976d2
 
--------------------------------------------------------------------
-Thu Mar  4 13:01:10 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a /proc revert
-- commit 87aa54e
-
 -------------------------------------------------------------------
 Thu Mar  4 12:56:54 CET 2021 - jslaby@suse.cz
 
@@ -114584,12 +114678,6 @@ Mon Jun 29 06:53:10 CEST 2020 - mkubecek@suse.cz
   - EFI_CUSTOM_SSDT_OVERLAYS=y
 - commit 162848a
 
--------------------------------------------------------------------
-Fri Jun 26 08:01:11 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 1549350
-
 -------------------------------------------------------------------
 Fri Jun 26 08:01:00 CEST 2020 - jslaby@suse.cz
 
@@ -115427,12 +115515,6 @@ Tue Jun 23 08:00:45 CEST 2020 - jslaby@suse.cz
 - nvmet: fail outstanding host posted AEN req (git-fixes).
 - commit a1775d0
 
--------------------------------------------------------------------
-Tue Jun 23 07:41:30 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one coccinelle warning
-- commit 0dd0fe7
-
 -------------------------------------------------------------------
 Mon Jun 22 12:57:16 CEST 2020 - jslaby@suse.cz
 
@@ -116084,12 +116166,6 @@ Thu Jun 18 15:16:31 CEST 2020 - jslaby@suse.cz
 - lib/vdso: Provide sanity check for cycles (again) (bnc#1012628).
 - commit 23bad63
 
--------------------------------------------------------------------
-Thu Jun 18 07:19:22 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one cleanup
-- commit 44c4af0
-
 -------------------------------------------------------------------
 Thu Jun 18 06:58:44 CEST 2020 - jslaby@suse.cz
 
@@ -118400,12 +118476,6 @@ Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
 - refresh configs
 - commit 888b015
 
--------------------------------------------------------------------
-Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one revert
-- commit 2ef52fd
-
 -------------------------------------------------------------------
 Sun Apr 26 08:37:28 CEST 2020 - jslaby@suse.cz
 
@@ -125688,12 +125758,6 @@ Fri Jan  3 11:19:49 CET 2020 - jslaby@suse.cz
   (bnc#1012628 CVE-2019-19252 bnc#1157813).
 - commit d0d7407
 
--------------------------------------------------------------------
-Wed Jan  1 08:55:50 CET 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 34ebd00
-
 -------------------------------------------------------------------
 Wed Jan  1 08:54:31 CET 2020 - jslaby@suse.cz
 
@@ -127444,12 +127508,6 @@ Fri Nov 29 12:45:38 CET 2019 - msuchanek@suse.de
   ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
 - commit f46c056
 
--------------------------------------------------------------------
-Fri Nov 29 12:41:15 CET 2019 - jslaby@suse.cz
-
-- blacklist.conf: add one invalid commit
-- commit 4c2d405
-
 -------------------------------------------------------------------
 Fri Nov 29 12:26:11 CET 2019 - jslaby@suse.cz
 
@@ -145126,12 +145184,6 @@ Wed Dec  5 20:31:12 CET 2018 - jslaby@suse.cz
 - blk-mq: fix corruption with direct issue (ext4 corruption).
 - commit 34177d9
 
--------------------------------------------------------------------
-Tue Dec  4 13:58:55 CET 2018 - jroedel@suse.de
-
-- blacklist.conf: Blacklist MAINTAINERS file
-- commit c4b3c90
-
 -------------------------------------------------------------------
 Mon Dec  3 21:24:59 CET 2018 - tiwai@suse.de
 
diff --git a/kernel-longterm.spec b/kernel-longterm.spec
index 1430362..ae91131 100644
--- a/kernel-longterm.spec
+++ b/kernel-longterm.spec
@@ -18,8 +18,8 @@
 
 
 %define srcversion 6.6
-%define patchversion 6.6.71
-%define git_commit 846f31fa700b72594f4abe2fd49616cdb903b053
+%define patchversion 6.6.72
+%define git_commit b034d951b8a78852c99b7cf62cbb37a2f9395c8b
 %define variant -longterm%{nil}
 %define compress_modules zstd
 %define compress_vmlinux xz
@@ -113,9 +113,9 @@ Name:           kernel-longterm
 Summary:        The Linux Kernel
 License:        GPL-2.0-only
 Group:          System/Kernel
-Version:        6.6.71
+Version:        6.6.72
 %if 0%{?is_kotd}
-Release:        <RELEASE>.g846f31f
+Release:        <RELEASE>.gb034d95
 %else
 Release:        0
 %endif
diff --git a/kernel-source-longterm.changes b/kernel-source-longterm.changes
index addf6e6..d220691 100644
--- a/kernel-source-longterm.changes
+++ b/kernel-source-longterm.changes
@@ -1,3 +1,235 @@
+-------------------------------------------------------------------
+Fri Jan 17 14:52:33 CET 2025 - rfrohl@suse.com
+
+- Linux 6.6.72 (bsc#1218260).
+- drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is
+  supported (bsc#1218260).
+- riscv: Fix text patching when IPI are used (bsc#1218260).
+- mm: hugetlb: independent PMD page table shared count
+  (bsc#1218260).
+- mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
+  (bsc#1218260).
+- fs/Kconfig: make hugetlbfs a menuconfig (bsc#1218260).
+- pgtable: fix s390 ptdesc field comments (bsc#1218260).
+- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
+  from !WQ_MEM_RECLAIM worker (bsc#1218260).
+- workqueue: Update lock debugging code (bsc#1218260).
+- workqueue: Add rcu lock check at the end of work item execution
+  (bsc#1218260).
+- pmdomain: imx: gpcv2: fix an OF node reference leak in
+  imx_gpcv2_probe() (bsc#1218260).
+- pmdomain: imx: gpcv2: Simplify with scoped for each OF child
+  loop (bsc#1218260).
+- arm64: dts: rockchip: add hevc power domain clock to rk3328
+  (bsc#1218260).
+- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
+  (bsc#1218260).
+- hwmon: (drivetemp) Fix driver producing garbage data when SCSI
+  errors occur (bsc#1218260).
+- ARM: dts: imxrt1050: Fix clocks for mmc (bsc#1218260).
+- io_uring/eventfd: ensure io_eventfd_signal() defers another
+  RCU period (bsc#1218260).
+- riscv: kprobes: Fix incorrect address calculation (bsc#1218260).
+- iio: adc: ad7124: Disable all channels at probe time
+  (bsc#1218260).
+- iio: inkern: call iio_device_put() only on mapped devices
+  (bsc#1218260).
+- iio: adc: at91: call input_free_device() on allocated iio_dev
+  (bsc#1218260).
+- iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
+  (bsc#1218260).
+- iio: gyro: fxas21002c: Fix missing data update in trigger
+  handler (bsc#1218260).
+- iio: adc: ti-ads8688: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: adc: rockchip_saradc: fix information leak in triggered
+  buffer (bsc#1218260).
+- iio: imu: kmx61: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: light: vcnl4035: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: dummy: iio_simply_dummy_buffer: fix information leak in
+  triggered buffer (bsc#1218260).
+- iio: pressure: zpa2326: fix information leak in triggered buffer
+  (bsc#1218260).
+- usb: gadget: configfs: Ignore trailing LF for user strings to
+  cdev (bsc#1218260).
+- usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
+  (bsc#1218260).
+- usb: typec: tcpm/tcpci_maxim: fix error code in
+  max_contaminant_read_resistance_kohm() (bsc#1218260).
+- usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
+  (bsc#1218260).
+- usb: chipidea: ci_hdrc_imx: decrement device's refcount in
+  .remove() and in the error path of .probe() (bsc#1218260).
+- usb: gadget: midi2: Reverse-select at the right place
+  (bsc#1218260).
+- usb: fix reference leak in usb_new_device() (bsc#1218260).
+- USB: core: Disable LPM only for non-suspended ports
+  (bsc#1218260).
+- USB: usblp: return error when setting unsupported protocol
+  (bsc#1218260).
+- usb: dwc3-am62: Disable autosuspend during remove (bsc#1218260).
+- x86/fpu: Ensure shadow stack is active before "getting"
+  registers (bsc#1218260).
+- usb: gadget: u_serial: Disable ep before setting port to null
+  to fix the crash caused by port being null (bsc#1218260).
+- tty: serial: 8250: Fix another runtime PM usage counter
+  underflow (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve return code mismatch during
+  GPIO set config (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
+  IRQ handling (bsc#1218260).
+- topology: Keep the cpumask unchanged when printing cpumap
+  (bsc#1218260).
+- usb: dwc3: gadget: fix writing NYET threshold (bsc#1218260).
+- USB: serial: cp210x: add Phoenix Contact UPS Device
+  (bsc#1218260).
+- usb-storage: Add max sectors quirk for Nokia 208 (bsc#1218260).
+- staging: iio: ad9832: Correct phase range check (bsc#1218260).
+- staging: iio: ad9834: Correct phase range check (bsc#1218260).
+- USB: serial: option: add Neoway N723-EA support (bsc#1218260).
+- USB: serial: option: add MeiG Smart SRM815 (bsc#1218260).
+- dm-verity FEC: Fix RS FEC repair for roots unaligned to block
+  size (take 2) (bsc#1218260).
+- f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
+  (bsc#1218260).
+- io_uring/timeout: fix multishot updates (bsc#1218260).
+- drm/amd/display: increase MAX_SURFACES to the value supported
+  by hw (bsc#1218260).
+- drm/amdkfd: fixed page fault when enable MES shader debugger
+  (bsc#1218260).
+- ACPI: resource: Add Asus Vivobook X1504VAP to
+  irq1_level_low_skip_override[] (bsc#1218260).
+- ACPI: resource: Add TongFang GM5HG0A to
+  irq1_edge_low_force_override[] (bsc#1218260).
+- riscv: Fix sleeping in invalid context in die() (bsc#1218260).
+- smb: client: sync the root session and superblock context
+  passwords before automounting (bsc#1218260).
+- thermal: of: fix OF node leak in of_thermal_zone_find()
+  (bsc#1218260).
+- drm/amd/display: Add check for granularity in dml ceil/floor
+  helpers (bsc#1218260).
+- ksmbd: Implement new SMB3 POSIX type (bsc#1218260).
+- sctp: sysctl: plpmtud_probe_interval: avoid using
+  current->nsproxy (bsc#1218260).
+- sctp: sysctl: udp_port: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: auth_enable: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: rto_min/max: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
+  (bsc#1218260).
+- mptcp: sysctl: sched: avoid using current->nsproxy
+  (bsc#1218260).
+- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
+  (bsc#1218260).
+- scsi: ufs: qcom: Power off the PHY if it was already powered
+  on in ufs_qcom_power_up_sequence() (bsc#1218260).
+- dm thin: make get_first_thin use rcu-safe list first function
+  (bsc#1218260).
+- riscv: mm: Fix the out of bound issue of vmemmap address
+  (bsc#1218260).
+- cpuidle: riscv-sbi: fix device node release in early exit of
+  for_each_possible_cpu (bsc#1218260).
+- ksmbd: fix unexpectedly changed path in
+  ksmbd_vfs_kern_path_locked (bsc#1218260).
+- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
+  actually enabled it (bsc#1218260).
+- afs: Fix the maximum cell name length (bsc#1218260).
+- ksmbd: fix a missing return value check bug (bsc#1218260).
+- drm/mediatek: Add return value check when reading DPCD
+  (bsc#1218260).
+- drm/mediatek: Fix mode valid issue for dp (bsc#1218260).
+- drm/mediatek: Fix YCbCr422 color format issue for DP
+  (bsc#1218260).
+- drm/mediatek: stop selecting foreign drivers (bsc#1218260).
+- drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
+  mtk_drm_bind returns err (bsc#1218260).
+- net/mlx5: Fix variable not being completed when function returns
+  (bsc#1218260).
+- net: stmmac: dwmac-tegra: Read iommu stream id from device tree
+  (bsc#1218260).
+- sched: sch_cake: add bounds checks to host bulk flow fairness
+  counts (bsc#1218260).
+- netfilter: conntrack: clamp maximum hashtable size to INT_MAX
+  (bsc#1218260).
+- netfilter: nf_tables: imbalance in flowtable binding
+  (bsc#1218260).
+- iio: imu: inv_icm42600: fix timestamps after suspend if sensor
+  is on (bsc#1218260).
+- x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
+  (bsc#1218260).
+- memblock tests: fix implicit declaration of function
+  'numa_valid_node' (bsc#1218260).
+- riscv: Fix early ftrace nop patching (bsc#1218260).
+- tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
+  (bsc#1218260).
+- Bluetooth: btnxpuart: Fix driver sending truncated data
+  (bsc#1218260).
+- Bluetooth: MGMT: Fix Add Device to responding before completing
+  (bsc#1218260).
+- Bluetooth: hci_sync: Fix not setting Random Address when
+  required (bsc#1218260).
+- eth: gve: use appropriate helper to set xdp_features
+  (bsc#1218260).
+- ipvlan: Fix use-after-free in ipvlan_get_iflink() (bsc#1218260).
+- tls: Fix tls_sw_sendmsg error handling (bsc#1218260).
+- igc: return early when failing to read EECD register
+  (bsc#1218260).
+- igc: field get conversion (bsc#1218260).
+- ice: fix incorrect PHY settings for 100 GB/s (bsc#1218260).
+- cxgb4: Avoid removal of uninserted tid (bsc#1218260).
+- bnxt_en: Fix possible memory leak when hwrm_req_replace fails
+  (bsc#1218260).
+- pds_core: limit loop over fw name list (bsc#1218260).
+- btrfs: avoid NULL pointer dereference if no valid extent tree
+  (bsc#1218260).
+- net: libwx: fix firmware mailbox abnormal return (bsc#1218260).
+- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
+  (bsc#1218260).
+- tcp/dccp: allow a connection when sk_max_ack_backlog is zero
+  (bsc#1218260).
+- tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
+  (bsc#1218260).
+- net: 802: LLC+SNAP OID:PID lookup on start of skb data
+  (bsc#1218260).
+- ieee802154: ca8210: Add missing check for kfifo_alloc() in
+  ca8210_probe() (bsc#1218260).
+- selftests/alsa: Fix circular dependency involving global-timer
+  (bsc#1218260).
+- ASoC: mediatek: disable buffer pre-allocation (bsc#1218260).
+- ASoC: rt722: add delay time to wait for the calibration
+  procedure (bsc#1218260).
+- erofs: fix PSI memstall accounting (bsc#1218260).
+- erofs: handle overlapped pclusters out of crafted images
+  properly (bsc#1218260).
+- ovl: support encoding fid from inode with no alias
+  (bsc#1218260).
+- ovl: pass realinode to ovl_encode_real_fh() instead of
+  realdentry (bsc#1218260).
+- ovl: do not encode lower fh with upper sb_writers held
+  (bsc#1218260).
+- exfat: fix the infinite loop in __exfat_free_cluster()
+  (bsc#1218260).
+- exfat: fix the infinite loop in exfat_readdir() (bsc#1218260).
+- dm array: fix cursor index when skipping across block boundaries
+  (bsc#1218260).
+- dm array: fix unreleased btree blocks on closing a faulty
+  array cursor (bsc#1218260).
+- dm array: fix releasing a faulty array block twice in
+  dm_array_cursor_end (bsc#1218260).
+- jbd2: flush filesystem device before updating tail sequence
+  (bsc#1218260).
+- jbd2: increase IO priority for writing revoke records
+  (bsc#1218260).
+- memblock: use numa_valid_node() helper to check for invalid
+  node ID (bsc#1218260).
+- memblock: make memblock_set_node() also warn about use of
+  MAX_NUMNODES (bsc#1218260).
+- commit fa56c45
+
 -------------------------------------------------------------------
 Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
 
@@ -10,13 +242,6 @@ Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
   hibernation" (bsc#1218260).
 - commit 846f31f
 
--------------------------------------------------------------------
-Fri Jan 10 10:55:58 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: missing dependencies for successful build: 8cd63406d081
-  8cd63406d081 trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
-- commit 0d8b205
-
 -------------------------------------------------------------------
 Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
 
@@ -24,14 +249,6 @@ Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
   This reverts commit 7a439977d9f313834d98d2c18ac905e9cf3c0dd5.
 - commit c05ffcb
 
--------------------------------------------------------------------
-Fri Jan 10 09:21:42 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: add git-fixes candidates
-  e0eec24e2e19 memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
-  9a884bdb6e95 iio: magnetometer: fix if () scoped_guard() formatting
-- commit 3fbad4d
-
 -------------------------------------------------------------------
 Fri Jan 10 09:21:24 CET 2025 - rfrohl@suse.com
 
@@ -1626,14 +1843,6 @@ Wed Dec 11 22:41:48 CET 2024 - rfrohl@suse.com
   (bsc#1218260).
 - commit fbcee5f
 
--------------------------------------------------------------------
-Mon Dec  9 20:12:46 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: 4c006734898a and 6a057072ddd1
-  6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe
-  4c006734898a x86/xen: fix memblock_reserve() usage on PVH
-- commit 11cb128
-
 -------------------------------------------------------------------
 Mon Dec  9 20:12:28 CET 2024 - rfrohl@suse.com
 
@@ -3297,12 +3506,6 @@ Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com
   rk3399-eaidk-610 (bsc#1218260).
 - commit c617dad
 
--------------------------------------------------------------------
-Fri Nov  8 23:49:50 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: block: fix queue limits checks in blk_rq_map_user_bvec for real
-- commit 8a5d4b8
-
 -------------------------------------------------------------------
 Fri Nov  8 23:46:47 CET 2024 - rfrohl@suse.com
 
@@ -6450,20 +6653,6 @@ Mon Sep 16 11:17:43 CEST 2024 - rfrohl@suse.com
 - tracing/osnoise: Fix build when timerlat is not enabled (bsc#1218260 git-fixes).
 - commit d30d690
 
--------------------------------------------------------------------
-Mon Sep 16 11:14:58 CEST 2024 - rfrohl@suse.com
-
-- Revert "blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)"
-  This reverts commit c728bebd134dbd6ab795f5b556e3e4ff4810da75.
-- commit 8011326
-
--------------------------------------------------------------------
-Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
-
-- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
-  Blacklisting this for now as it is not yet upstream.
-- commit c728beb
-
 -------------------------------------------------------------------
 Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
 
@@ -11454,12 +11643,6 @@ Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
 - commit 169ddc7
 
--------------------------------------------------------------------
-Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.34 (bsc#1218260).
-- commit 69bfff0
-
 -------------------------------------------------------------------
 Mon Jun 17 09:31:52 CEST 2024 - rfrohl@suse.com
 
@@ -14041,12 +14224,6 @@ Thu May  2 23:09:03 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.30-181-ovl-fix-memory-leak-in-ovl_parse_param.patch.
 - commit d521f37
 
--------------------------------------------------------------------
-Sat Apr 27 21:31:36 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.29 (bsc#1218260).
-- commit 68badd0
-
 -------------------------------------------------------------------
 Sat Apr 27 19:10:48 CEST 2024 - rfrohl@suse.com
 
@@ -15223,12 +15400,6 @@ Sun Apr  7 15:31:38 CEST 2024 - rfrohl@suse.com
   name" (bsc#1218260).
 - commit ad49821
 
--------------------------------------------------------------------
-Thu Apr  4 21:57:48 CEST 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6.24 (bsc#1218260).
-- commit d1d2bb0
-
 -------------------------------------------------------------------
 Thu Apr  4 21:40:31 CEST 2024 - rfrohl@suse.com
 
@@ -17391,12 +17562,6 @@ Fri Mar  1 15:33:12 CET 2024 - rfrohl@suse.com
 - backport: mptcp: avoid printing warning once on client side (bsc#1218260)
 - commit 380761f
 
--------------------------------------------------------------------
-Fri Mar  1 15:31:15 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf
-- commit a5b1926
-
 -------------------------------------------------------------------
 Fri Mar  1 14:37:31 CET 2024 - rfrohl@suse.com
 
@@ -18504,12 +18669,6 @@ Mon Feb 19 12:34:16 CET 2024 - msuchanek@suse.de
   problem is flagged early and should be easier to diagnose.
 - commit 8ef8383
 
--------------------------------------------------------------------
-Fri Feb 16 23:43:00 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf: add ebd4acc0cbea (riscv)
-- commit 3e5b219
-
 -------------------------------------------------------------------
 Fri Feb 16 23:41:50 CET 2024 - rfrohl@suse.com
 
@@ -19295,12 +19454,6 @@ Sat Feb  3 16:02:19 CET 2024 - rfrohl@suse.com
 - firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes).
 - commit 94b55c2
 
--------------------------------------------------------------------
-Sat Feb  3 16:01:02 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6
-- commit fd53c88
-
 -------------------------------------------------------------------
 Fri Feb  2 10:37:01 CET 2024 - rfrohl@suse.com
 
@@ -21166,12 +21319,6 @@ Fri Feb  2 09:35:34 CET 2024 - tiwai@suse.de
   It's only for the old libc5. Let's reduce the possible attack surfaces.
 - commit 9e8fce2
 
--------------------------------------------------------------------
-Thu Feb  1 12:53:13 CET 2024 - rfrohl@suse.com
-
-- blacklist f6564fce256a and 5056c596c3d1 (git-fixes)
-- commit d63edaf
-
 -------------------------------------------------------------------
 Thu Feb  1 09:57:11 CET 2024 - rfrohl@suse.com
 
@@ -22322,14 +22469,6 @@ Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
   family), the build needs python yaml.
 - commit 6a7ece3
 
--------------------------------------------------------------------
-Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com
-
-- blacklist ce17aa4cf2db (git-fixes)
-  0f71c9caf267 is fixed by:
-  patches.kernel.org/6.1.74-083-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch
-- commit b4c22d7
-
 -------------------------------------------------------------------
 Sun Jan 21 20:24:59 CET 2024 - rfrohl@suse.com
 
@@ -22557,14 +22696,6 @@ Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com
 - Backport 'keys, dns: Fix size check of V1 server-list header' (bsc#1218052).
 - commit 186b0d0
 
--------------------------------------------------------------------
-Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com
-
-- blacklist 0f71c9caf267 (bsc#1218052)
-  0f71c9caf267 (udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES) would
-  need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first.
-- commit ea3257f
-
 -------------------------------------------------------------------
 Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de
 
@@ -46779,13 +46910,6 @@ Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com
   IBM RS/6000 system. Probably not in use any longer.
 - commit 5313a19
 
--------------------------------------------------------------------
-Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz
-
-- blacklist.conf: clean up
-  Remove the only (5.5) entry. It was needed only years ago.
-- commit de1e630
-
 -------------------------------------------------------------------
 Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz
 
@@ -79011,12 +79135,6 @@ Sun Nov 21 23:08:24 CET 2021 - mkubecek@suse.cz
   - MTD_PSTORE=m
 - commit 696d453
 
--------------------------------------------------------------------
-Fri Nov 19 07:08:33 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one arm64's w/o prerequisites
-- commit 404f576
-
 -------------------------------------------------------------------
 Fri Nov 19 07:08:26 CET 2021 - jslaby@suse.cz
 
@@ -82692,12 +82810,6 @@ Mon Sep 27 12:35:22 CEST 2021 - msuchanek@suse.de
   (bsc#1187167).
 - commit e3309d1
 
--------------------------------------------------------------------
-Mon Sep 27 08:35:53 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add idxd commit
-- commit 06dbf6b
-
 -------------------------------------------------------------------
 Sun Sep 26 23:30:32 CEST 2021 - mkubecek@suse.cz
 
@@ -86266,12 +86378,6 @@ Mon Aug  9 00:03:09 CEST 2021 - mkubecek@suse.cz
   - PHYS_RAM_BASE_FIXED=n (riscv64 only, follow upstream revert)
 - commit 1838496
 
--------------------------------------------------------------------
-Sun Aug  8 12:50:22 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one docs fix
-- commit 19b1d90
-
 -------------------------------------------------------------------
 Sun Aug  8 11:20:11 CEST 2021 - jslaby@suse.cz
 
@@ -98503,12 +98609,6 @@ Mon Mar  8 06:16:55 CET 2021 - jslaby@suse.cz
   direction to set samplerate (git-fixes).
 - commit be77cd2
 
--------------------------------------------------------------------
-Sun Mar  7 16:47:13 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a typo fix
-- commit 2ae3683
-
 -------------------------------------------------------------------
 Sun Mar  7 16:44:29 CET 2021 - jslaby@suse.cz
 
@@ -98710,12 +98810,6 @@ Fri Mar  5 10:55:45 CET 2021 - jslaby@suse.cz
   extended.
 - commit a1976d2
 
--------------------------------------------------------------------
-Thu Mar  4 13:01:10 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a /proc revert
-- commit 87aa54e
-
 -------------------------------------------------------------------
 Thu Mar  4 12:56:54 CET 2021 - jslaby@suse.cz
 
@@ -114584,12 +114678,6 @@ Mon Jun 29 06:53:10 CEST 2020 - mkubecek@suse.cz
   - EFI_CUSTOM_SSDT_OVERLAYS=y
 - commit 162848a
 
--------------------------------------------------------------------
-Fri Jun 26 08:01:11 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 1549350
-
 -------------------------------------------------------------------
 Fri Jun 26 08:01:00 CEST 2020 - jslaby@suse.cz
 
@@ -115427,12 +115515,6 @@ Tue Jun 23 08:00:45 CEST 2020 - jslaby@suse.cz
 - nvmet: fail outstanding host posted AEN req (git-fixes).
 - commit a1775d0
 
--------------------------------------------------------------------
-Tue Jun 23 07:41:30 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one coccinelle warning
-- commit 0dd0fe7
-
 -------------------------------------------------------------------
 Mon Jun 22 12:57:16 CEST 2020 - jslaby@suse.cz
 
@@ -116084,12 +116166,6 @@ Thu Jun 18 15:16:31 CEST 2020 - jslaby@suse.cz
 - lib/vdso: Provide sanity check for cycles (again) (bnc#1012628).
 - commit 23bad63
 
--------------------------------------------------------------------
-Thu Jun 18 07:19:22 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one cleanup
-- commit 44c4af0
-
 -------------------------------------------------------------------
 Thu Jun 18 06:58:44 CEST 2020 - jslaby@suse.cz
 
@@ -118400,12 +118476,6 @@ Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
 - refresh configs
 - commit 888b015
 
--------------------------------------------------------------------
-Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one revert
-- commit 2ef52fd
-
 -------------------------------------------------------------------
 Sun Apr 26 08:37:28 CEST 2020 - jslaby@suse.cz
 
@@ -125688,12 +125758,6 @@ Fri Jan  3 11:19:49 CET 2020 - jslaby@suse.cz
   (bnc#1012628 CVE-2019-19252 bnc#1157813).
 - commit d0d7407
 
--------------------------------------------------------------------
-Wed Jan  1 08:55:50 CET 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 34ebd00
-
 -------------------------------------------------------------------
 Wed Jan  1 08:54:31 CET 2020 - jslaby@suse.cz
 
@@ -127444,12 +127508,6 @@ Fri Nov 29 12:45:38 CET 2019 - msuchanek@suse.de
   ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
 - commit f46c056
 
--------------------------------------------------------------------
-Fri Nov 29 12:41:15 CET 2019 - jslaby@suse.cz
-
-- blacklist.conf: add one invalid commit
-- commit 4c2d405
-
 -------------------------------------------------------------------
 Fri Nov 29 12:26:11 CET 2019 - jslaby@suse.cz
 
@@ -145126,12 +145184,6 @@ Wed Dec  5 20:31:12 CET 2018 - jslaby@suse.cz
 - blk-mq: fix corruption with direct issue (ext4 corruption).
 - commit 34177d9
 
--------------------------------------------------------------------
-Tue Dec  4 13:58:55 CET 2018 - jroedel@suse.de
-
-- blacklist.conf: Blacklist MAINTAINERS file
-- commit c4b3c90
-
 -------------------------------------------------------------------
 Mon Dec  3 21:24:59 CET 2018 - tiwai@suse.de
 
diff --git a/kernel-source-longterm.spec b/kernel-source-longterm.spec
index e8349af..96ea4ff 100644
--- a/kernel-source-longterm.spec
+++ b/kernel-source-longterm.spec
@@ -17,8 +17,8 @@
 
 
 %define srcversion 6.6
-%define patchversion 6.6.71
-%define git_commit 846f31fa700b72594f4abe2fd49616cdb903b053
+%define patchversion 6.6.72
+%define git_commit b034d951b8a78852c99b7cf62cbb37a2f9395c8b
 %define variant -longterm%{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -31,9 +31,9 @@
 %endif
 
 Name:           kernel-source-longterm
-Version:        6.6.71
+Version:        6.6.72
 %if 0%{?is_kotd}
-Release:        <RELEASE>.g846f31f
+Release:        <RELEASE>.gb034d95
 %else
 Release:        0
 %endif
diff --git a/kernel-syms-longterm.changes b/kernel-syms-longterm.changes
index addf6e6..d220691 100644
--- a/kernel-syms-longterm.changes
+++ b/kernel-syms-longterm.changes
@@ -1,3 +1,235 @@
+-------------------------------------------------------------------
+Fri Jan 17 14:52:33 CET 2025 - rfrohl@suse.com
+
+- Linux 6.6.72 (bsc#1218260).
+- drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is
+  supported (bsc#1218260).
+- riscv: Fix text patching when IPI are used (bsc#1218260).
+- mm: hugetlb: independent PMD page table shared count
+  (bsc#1218260).
+- mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
+  (bsc#1218260).
+- fs/Kconfig: make hugetlbfs a menuconfig (bsc#1218260).
+- pgtable: fix s390 ptdesc field comments (bsc#1218260).
+- workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
+  from !WQ_MEM_RECLAIM worker (bsc#1218260).
+- workqueue: Update lock debugging code (bsc#1218260).
+- workqueue: Add rcu lock check at the end of work item execution
+  (bsc#1218260).
+- pmdomain: imx: gpcv2: fix an OF node reference leak in
+  imx_gpcv2_probe() (bsc#1218260).
+- pmdomain: imx: gpcv2: Simplify with scoped for each OF child
+  loop (bsc#1218260).
+- arm64: dts: rockchip: add hevc power domain clock to rk3328
+  (bsc#1218260).
+- block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
+  (bsc#1218260).
+- hwmon: (drivetemp) Fix driver producing garbage data when SCSI
+  errors occur (bsc#1218260).
+- ARM: dts: imxrt1050: Fix clocks for mmc (bsc#1218260).
+- io_uring/eventfd: ensure io_eventfd_signal() defers another
+  RCU period (bsc#1218260).
+- riscv: kprobes: Fix incorrect address calculation (bsc#1218260).
+- iio: adc: ad7124: Disable all channels at probe time
+  (bsc#1218260).
+- iio: inkern: call iio_device_put() only on mapped devices
+  (bsc#1218260).
+- iio: adc: at91: call input_free_device() on allocated iio_dev
+  (bsc#1218260).
+- iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
+  (bsc#1218260).
+- iio: gyro: fxas21002c: Fix missing data update in trigger
+  handler (bsc#1218260).
+- iio: adc: ti-ads8688: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: adc: rockchip_saradc: fix information leak in triggered
+  buffer (bsc#1218260).
+- iio: imu: kmx61: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: light: vcnl4035: fix information leak in triggered buffer
+  (bsc#1218260).
+- iio: dummy: iio_simply_dummy_buffer: fix information leak in
+  triggered buffer (bsc#1218260).
+- iio: pressure: zpa2326: fix information leak in triggered buffer
+  (bsc#1218260).
+- usb: gadget: configfs: Ignore trailing LF for user strings to
+  cdev (bsc#1218260).
+- usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
+  (bsc#1218260).
+- usb: typec: tcpm/tcpci_maxim: fix error code in
+  max_contaminant_read_resistance_kohm() (bsc#1218260).
+- usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
+  (bsc#1218260).
+- usb: chipidea: ci_hdrc_imx: decrement device's refcount in
+  .remove() and in the error path of .probe() (bsc#1218260).
+- usb: gadget: midi2: Reverse-select at the right place
+  (bsc#1218260).
+- usb: fix reference leak in usb_new_device() (bsc#1218260).
+- USB: core: Disable LPM only for non-suspended ports
+  (bsc#1218260).
+- USB: usblp: return error when setting unsupported protocol
+  (bsc#1218260).
+- usb: dwc3-am62: Disable autosuspend during remove (bsc#1218260).
+- x86/fpu: Ensure shadow stack is active before "getting"
+  registers (bsc#1218260).
+- usb: gadget: u_serial: Disable ep before setting port to null
+  to fix the crash caused by port being null (bsc#1218260).
+- tty: serial: 8250: Fix another runtime PM usage counter
+  underflow (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve return code mismatch during
+  GPIO set config (bsc#1218260).
+- misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
+  IRQ handling (bsc#1218260).
+- topology: Keep the cpumask unchanged when printing cpumap
+  (bsc#1218260).
+- usb: dwc3: gadget: fix writing NYET threshold (bsc#1218260).
+- USB: serial: cp210x: add Phoenix Contact UPS Device
+  (bsc#1218260).
+- usb-storage: Add max sectors quirk for Nokia 208 (bsc#1218260).
+- staging: iio: ad9832: Correct phase range check (bsc#1218260).
+- staging: iio: ad9834: Correct phase range check (bsc#1218260).
+- USB: serial: option: add Neoway N723-EA support (bsc#1218260).
+- USB: serial: option: add MeiG Smart SRM815 (bsc#1218260).
+- dm-verity FEC: Fix RS FEC repair for roots unaligned to block
+  size (take 2) (bsc#1218260).
+- f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
+  (bsc#1218260).
+- io_uring/timeout: fix multishot updates (bsc#1218260).
+- drm/amd/display: increase MAX_SURFACES to the value supported
+  by hw (bsc#1218260).
+- drm/amdkfd: fixed page fault when enable MES shader debugger
+  (bsc#1218260).
+- ACPI: resource: Add Asus Vivobook X1504VAP to
+  irq1_level_low_skip_override[] (bsc#1218260).
+- ACPI: resource: Add TongFang GM5HG0A to
+  irq1_edge_low_force_override[] (bsc#1218260).
+- riscv: Fix sleeping in invalid context in die() (bsc#1218260).
+- smb: client: sync the root session and superblock context
+  passwords before automounting (bsc#1218260).
+- thermal: of: fix OF node leak in of_thermal_zone_find()
+  (bsc#1218260).
+- drm/amd/display: Add check for granularity in dml ceil/floor
+  helpers (bsc#1218260).
+- ksmbd: Implement new SMB3 POSIX type (bsc#1218260).
+- sctp: sysctl: plpmtud_probe_interval: avoid using
+  current->nsproxy (bsc#1218260).
+- sctp: sysctl: udp_port: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: auth_enable: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: rto_min/max: avoid using current->nsproxy
+  (bsc#1218260).
+- sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
+  (bsc#1218260).
+- mptcp: sysctl: sched: avoid using current->nsproxy
+  (bsc#1218260).
+- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
+  (bsc#1218260).
+- scsi: ufs: qcom: Power off the PHY if it was already powered
+  on in ufs_qcom_power_up_sequence() (bsc#1218260).
+- dm thin: make get_first_thin use rcu-safe list first function
+  (bsc#1218260).
+- riscv: mm: Fix the out of bound issue of vmemmap address
+  (bsc#1218260).
+- cpuidle: riscv-sbi: fix device node release in early exit of
+  for_each_possible_cpu (bsc#1218260).
+- ksmbd: fix unexpectedly changed path in
+  ksmbd_vfs_kern_path_locked (bsc#1218260).
+- platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
+  actually enabled it (bsc#1218260).
+- afs: Fix the maximum cell name length (bsc#1218260).
+- ksmbd: fix a missing return value check bug (bsc#1218260).
+- drm/mediatek: Add return value check when reading DPCD
+  (bsc#1218260).
+- drm/mediatek: Fix mode valid issue for dp (bsc#1218260).
+- drm/mediatek: Fix YCbCr422 color format issue for DP
+  (bsc#1218260).
+- drm/mediatek: stop selecting foreign drivers (bsc#1218260).
+- drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
+  mtk_drm_bind returns err (bsc#1218260).
+- net/mlx5: Fix variable not being completed when function returns
+  (bsc#1218260).
+- net: stmmac: dwmac-tegra: Read iommu stream id from device tree
+  (bsc#1218260).
+- sched: sch_cake: add bounds checks to host bulk flow fairness
+  counts (bsc#1218260).
+- netfilter: conntrack: clamp maximum hashtable size to INT_MAX
+  (bsc#1218260).
+- netfilter: nf_tables: imbalance in flowtable binding
+  (bsc#1218260).
+- iio: imu: inv_icm42600: fix timestamps after suspend if sensor
+  is on (bsc#1218260).
+- x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
+  (bsc#1218260).
+- memblock tests: fix implicit declaration of function
+  'numa_valid_node' (bsc#1218260).
+- riscv: Fix early ftrace nop patching (bsc#1218260).
+- tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
+  (bsc#1218260).
+- Bluetooth: btnxpuart: Fix driver sending truncated data
+  (bsc#1218260).
+- Bluetooth: MGMT: Fix Add Device to responding before completing
+  (bsc#1218260).
+- Bluetooth: hci_sync: Fix not setting Random Address when
+  required (bsc#1218260).
+- eth: gve: use appropriate helper to set xdp_features
+  (bsc#1218260).
+- ipvlan: Fix use-after-free in ipvlan_get_iflink() (bsc#1218260).
+- tls: Fix tls_sw_sendmsg error handling (bsc#1218260).
+- igc: return early when failing to read EECD register
+  (bsc#1218260).
+- igc: field get conversion (bsc#1218260).
+- ice: fix incorrect PHY settings for 100 GB/s (bsc#1218260).
+- cxgb4: Avoid removal of uninserted tid (bsc#1218260).
+- bnxt_en: Fix possible memory leak when hwrm_req_replace fails
+  (bsc#1218260).
+- pds_core: limit loop over fw name list (bsc#1218260).
+- btrfs: avoid NULL pointer dereference if no valid extent tree
+  (bsc#1218260).
+- net: libwx: fix firmware mailbox abnormal return (bsc#1218260).
+- net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute
+  (bsc#1218260).
+- tcp/dccp: allow a connection when sk_max_ack_backlog is zero
+  (bsc#1218260).
+- tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
+  (bsc#1218260).
+- net: 802: LLC+SNAP OID:PID lookup on start of skb data
+  (bsc#1218260).
+- ieee802154: ca8210: Add missing check for kfifo_alloc() in
+  ca8210_probe() (bsc#1218260).
+- selftests/alsa: Fix circular dependency involving global-timer
+  (bsc#1218260).
+- ASoC: mediatek: disable buffer pre-allocation (bsc#1218260).
+- ASoC: rt722: add delay time to wait for the calibration
+  procedure (bsc#1218260).
+- erofs: fix PSI memstall accounting (bsc#1218260).
+- erofs: handle overlapped pclusters out of crafted images
+  properly (bsc#1218260).
+- ovl: support encoding fid from inode with no alias
+  (bsc#1218260).
+- ovl: pass realinode to ovl_encode_real_fh() instead of
+  realdentry (bsc#1218260).
+- ovl: do not encode lower fh with upper sb_writers held
+  (bsc#1218260).
+- exfat: fix the infinite loop in __exfat_free_cluster()
+  (bsc#1218260).
+- exfat: fix the infinite loop in exfat_readdir() (bsc#1218260).
+- dm array: fix cursor index when skipping across block boundaries
+  (bsc#1218260).
+- dm array: fix unreleased btree blocks on closing a faulty
+  array cursor (bsc#1218260).
+- dm array: fix releasing a faulty array block twice in
+  dm_array_cursor_end (bsc#1218260).
+- jbd2: flush filesystem device before updating tail sequence
+  (bsc#1218260).
+- jbd2: increase IO priority for writing revoke records
+  (bsc#1218260).
+- memblock: use numa_valid_node() helper to check for invalid
+  node ID (bsc#1218260).
+- memblock: make memblock_set_node() also warn about use of
+  MAX_NUMNODES (bsc#1218260).
+- commit fa56c45
+
 -------------------------------------------------------------------
 Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
 
@@ -10,13 +242,6 @@ Fri Jan 10 16:04:51 CET 2025 - rfrohl@suse.com
   hibernation" (bsc#1218260).
 - commit 846f31f
 
--------------------------------------------------------------------
-Fri Jan 10 10:55:58 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: missing dependencies for successful build: 8cd63406d081
-  8cd63406d081 trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
-- commit 0d8b205
-
 -------------------------------------------------------------------
 Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
 
@@ -24,14 +249,6 @@ Fri Jan 10 10:54:19 CET 2025 - rfrohl@suse.com
   This reverts commit 7a439977d9f313834d98d2c18ac905e9cf3c0dd5.
 - commit c05ffcb
 
--------------------------------------------------------------------
-Fri Jan 10 09:21:42 CET 2025 - rfrohl@suse.com
-
-- blacklist.conf: add git-fixes candidates
-  e0eec24e2e19 memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
-  9a884bdb6e95 iio: magnetometer: fix if () scoped_guard() formatting
-- commit 3fbad4d
-
 -------------------------------------------------------------------
 Fri Jan 10 09:21:24 CET 2025 - rfrohl@suse.com
 
@@ -1626,14 +1843,6 @@ Wed Dec 11 22:41:48 CET 2024 - rfrohl@suse.com
   (bsc#1218260).
 - commit fbcee5f
 
--------------------------------------------------------------------
-Mon Dec  9 20:12:46 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: 4c006734898a and 6a057072ddd1
-  6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe
-  4c006734898a x86/xen: fix memblock_reserve() usage on PVH
-- commit 11cb128
-
 -------------------------------------------------------------------
 Mon Dec  9 20:12:28 CET 2024 - rfrohl@suse.com
 
@@ -3297,12 +3506,6 @@ Fri Nov 15 09:20:36 CET 2024 - rfrohl@suse.com
   rk3399-eaidk-610 (bsc#1218260).
 - commit c617dad
 
--------------------------------------------------------------------
-Fri Nov  8 23:49:50 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf: block: fix queue limits checks in blk_rq_map_user_bvec for real
-- commit 8a5d4b8
-
 -------------------------------------------------------------------
 Fri Nov  8 23:46:47 CET 2024 - rfrohl@suse.com
 
@@ -6450,20 +6653,6 @@ Mon Sep 16 11:17:43 CEST 2024 - rfrohl@suse.com
 - tracing/osnoise: Fix build when timerlat is not enabled (bsc#1218260 git-fixes).
 - commit d30d690
 
--------------------------------------------------------------------
-Mon Sep 16 11:14:58 CEST 2024 - rfrohl@suse.com
-
-- Revert "blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)"
-  This reverts commit c728bebd134dbd6ab795f5b556e3e4ff4810da75.
-- commit 8011326
-
--------------------------------------------------------------------
-Thu Sep 12 13:18:33 CEST 2024 - rfrohl@suse.com
-
-- blacklist.conf: tracing/osnoise: Fix build when timerlat is not enabled (git-fixes)
-  Blacklisting this for now as it is not yet upstream.
-- commit c728beb
-
 -------------------------------------------------------------------
 Thu Sep 12 12:06:52 CEST 2024 - rfrohl@suse.com
 
@@ -11454,12 +11643,6 @@ Fri Jun 21 19:31:38 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.35-006-wifi-iwlwifi-mvm-don-t-initialize-csa_work-twi.patch.
 - commit 169ddc7
 
--------------------------------------------------------------------
-Mon Jun 17 10:38:40 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.34 (bsc#1218260).
-- commit 69bfff0
-
 -------------------------------------------------------------------
 Mon Jun 17 09:31:52 CEST 2024 - rfrohl@suse.com
 
@@ -14041,12 +14224,6 @@ Thu May  2 23:09:03 CEST 2024 - rfrohl@suse.com
   patches.kernel.org/6.6.30-181-ovl-fix-memory-leak-in-ovl_parse_param.patch.
 - commit d521f37
 
--------------------------------------------------------------------
-Sat Apr 27 21:31:36 CEST 2024 - rfrohl@suse.com
-
-- Updated blacklist.conf for 6.6.29 (bsc#1218260).
-- commit 68badd0
-
 -------------------------------------------------------------------
 Sat Apr 27 19:10:48 CEST 2024 - rfrohl@suse.com
 
@@ -15223,12 +15400,6 @@ Sun Apr  7 15:31:38 CEST 2024 - rfrohl@suse.com
   name" (bsc#1218260).
 - commit ad49821
 
--------------------------------------------------------------------
-Thu Apr  4 21:57:48 CEST 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6.24 (bsc#1218260).
-- commit d1d2bb0
-
 -------------------------------------------------------------------
 Thu Apr  4 21:40:31 CEST 2024 - rfrohl@suse.com
 
@@ -17391,12 +17562,6 @@ Fri Mar  1 15:33:12 CET 2024 - rfrohl@suse.com
 - backport: mptcp: avoid printing warning once on client side (bsc#1218260)
 - commit 380761f
 
--------------------------------------------------------------------
-Fri Mar  1 15:31:15 CET 2024 - rfrohl@suse.com
-
-- blacklist.conf
-- commit a5b1926
-
 -------------------------------------------------------------------
 Fri Mar  1 14:37:31 CET 2024 - rfrohl@suse.com
 
@@ -18504,12 +18669,6 @@ Mon Feb 19 12:34:16 CET 2024 - msuchanek@suse.de
   problem is flagged early and should be easier to diagnose.
 - commit 8ef8383
 
--------------------------------------------------------------------
-Fri Feb 16 23:43:00 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf: add ebd4acc0cbea (riscv)
-- commit 3e5b219
-
 -------------------------------------------------------------------
 Fri Feb 16 23:41:50 CET 2024 - rfrohl@suse.com
 
@@ -19295,12 +19454,6 @@ Sat Feb  3 16:02:19 CET 2024 - rfrohl@suse.com
 - firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes).
 - commit 94b55c2
 
--------------------------------------------------------------------
-Sat Feb  3 16:01:02 CET 2024 - rfrohl@suse.com
-
-- Update blacklist.conf for 6.6
-- commit fd53c88
-
 -------------------------------------------------------------------
 Fri Feb  2 10:37:01 CET 2024 - rfrohl@suse.com
 
@@ -21166,12 +21319,6 @@ Fri Feb  2 09:35:34 CET 2024 - tiwai@suse.de
   It's only for the old libc5. Let's reduce the possible attack surfaces.
 - commit 9e8fce2
 
--------------------------------------------------------------------
-Thu Feb  1 12:53:13 CET 2024 - rfrohl@suse.com
-
-- blacklist f6564fce256a and 5056c596c3d1 (git-fixes)
-- commit d63edaf
-
 -------------------------------------------------------------------
 Thu Feb  1 09:57:11 CET 2024 - rfrohl@suse.com
 
@@ -22322,14 +22469,6 @@ Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz
   family), the build needs python yaml.
 - commit 6a7ece3
 
--------------------------------------------------------------------
-Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com
-
-- blacklist ce17aa4cf2db (git-fixes)
-  0f71c9caf267 is fixed by:
-  patches.kernel.org/6.1.74-083-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch
-- commit b4c22d7
-
 -------------------------------------------------------------------
 Sun Jan 21 20:24:59 CET 2024 - rfrohl@suse.com
 
@@ -22557,14 +22696,6 @@ Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com
 - Backport 'keys, dns: Fix size check of V1 server-list header' (bsc#1218052).
 - commit 186b0d0
 
--------------------------------------------------------------------
-Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com
-
-- blacklist 0f71c9caf267 (bsc#1218052)
-  0f71c9caf267 (udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES) would
-  need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first.
-- commit ea3257f
-
 -------------------------------------------------------------------
 Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de
 
@@ -46779,13 +46910,6 @@ Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com
   IBM RS/6000 system. Probably not in use any longer.
 - commit 5313a19
 
--------------------------------------------------------------------
-Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz
-
-- blacklist.conf: clean up
-  Remove the only (5.5) entry. It was needed only years ago.
-- commit de1e630
-
 -------------------------------------------------------------------
 Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz
 
@@ -79011,12 +79135,6 @@ Sun Nov 21 23:08:24 CET 2021 - mkubecek@suse.cz
   - MTD_PSTORE=m
 - commit 696d453
 
--------------------------------------------------------------------
-Fri Nov 19 07:08:33 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one arm64's w/o prerequisites
-- commit 404f576
-
 -------------------------------------------------------------------
 Fri Nov 19 07:08:26 CET 2021 - jslaby@suse.cz
 
@@ -82692,12 +82810,6 @@ Mon Sep 27 12:35:22 CEST 2021 - msuchanek@suse.de
   (bsc#1187167).
 - commit e3309d1
 
--------------------------------------------------------------------
-Mon Sep 27 08:35:53 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add idxd commit
-- commit 06dbf6b
-
 -------------------------------------------------------------------
 Sun Sep 26 23:30:32 CEST 2021 - mkubecek@suse.cz
 
@@ -86266,12 +86378,6 @@ Mon Aug  9 00:03:09 CEST 2021 - mkubecek@suse.cz
   - PHYS_RAM_BASE_FIXED=n (riscv64 only, follow upstream revert)
 - commit 1838496
 
--------------------------------------------------------------------
-Sun Aug  8 12:50:22 CEST 2021 - jslaby@suse.cz
-
-- blacklist.conf: add one docs fix
-- commit 19b1d90
-
 -------------------------------------------------------------------
 Sun Aug  8 11:20:11 CEST 2021 - jslaby@suse.cz
 
@@ -98503,12 +98609,6 @@ Mon Mar  8 06:16:55 CET 2021 - jslaby@suse.cz
   direction to set samplerate (git-fixes).
 - commit be77cd2
 
--------------------------------------------------------------------
-Sun Mar  7 16:47:13 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a typo fix
-- commit 2ae3683
-
 -------------------------------------------------------------------
 Sun Mar  7 16:44:29 CET 2021 - jslaby@suse.cz
 
@@ -98710,12 +98810,6 @@ Fri Mar  5 10:55:45 CET 2021 - jslaby@suse.cz
   extended.
 - commit a1976d2
 
--------------------------------------------------------------------
-Thu Mar  4 13:01:10 CET 2021 - jslaby@suse.cz
-
-- blacklist.conf: add a /proc revert
-- commit 87aa54e
-
 -------------------------------------------------------------------
 Thu Mar  4 12:56:54 CET 2021 - jslaby@suse.cz
 
@@ -114584,12 +114678,6 @@ Mon Jun 29 06:53:10 CEST 2020 - mkubecek@suse.cz
   - EFI_CUSTOM_SSDT_OVERLAYS=y
 - commit 162848a
 
--------------------------------------------------------------------
-Fri Jun 26 08:01:11 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 1549350
-
 -------------------------------------------------------------------
 Fri Jun 26 08:01:00 CEST 2020 - jslaby@suse.cz
 
@@ -115427,12 +115515,6 @@ Tue Jun 23 08:00:45 CEST 2020 - jslaby@suse.cz
 - nvmet: fail outstanding host posted AEN req (git-fixes).
 - commit a1775d0
 
--------------------------------------------------------------------
-Tue Jun 23 07:41:30 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one coccinelle warning
-- commit 0dd0fe7
-
 -------------------------------------------------------------------
 Mon Jun 22 12:57:16 CEST 2020 - jslaby@suse.cz
 
@@ -116084,12 +116166,6 @@ Thu Jun 18 15:16:31 CEST 2020 - jslaby@suse.cz
 - lib/vdso: Provide sanity check for cycles (again) (bnc#1012628).
 - commit 23bad63
 
--------------------------------------------------------------------
-Thu Jun 18 07:19:22 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one cleanup
-- commit 44c4af0
-
 -------------------------------------------------------------------
 Thu Jun 18 06:58:44 CEST 2020 - jslaby@suse.cz
 
@@ -118400,12 +118476,6 @@ Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
 - refresh configs
 - commit 888b015
 
--------------------------------------------------------------------
-Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one revert
-- commit 2ef52fd
-
 -------------------------------------------------------------------
 Sun Apr 26 08:37:28 CEST 2020 - jslaby@suse.cz
 
@@ -125688,12 +125758,6 @@ Fri Jan  3 11:19:49 CET 2020 - jslaby@suse.cz
   (bnc#1012628 CVE-2019-19252 bnc#1157813).
 - commit d0d7407
 
--------------------------------------------------------------------
-Wed Jan  1 08:55:50 CET 2020 - jslaby@suse.cz
-
-- blacklist.conf: add one
-- commit 34ebd00
-
 -------------------------------------------------------------------
 Wed Jan  1 08:54:31 CET 2020 - jslaby@suse.cz
 
@@ -127444,12 +127508,6 @@ Fri Nov 29 12:45:38 CET 2019 - msuchanek@suse.de
   ppc64 is lats architecture without PRINTK_TIME. Align with the rest.
 - commit f46c056
 
--------------------------------------------------------------------
-Fri Nov 29 12:41:15 CET 2019 - jslaby@suse.cz
-
-- blacklist.conf: add one invalid commit
-- commit 4c2d405
-
 -------------------------------------------------------------------
 Fri Nov 29 12:26:11 CET 2019 - jslaby@suse.cz
 
@@ -145126,12 +145184,6 @@ Wed Dec  5 20:31:12 CET 2018 - jslaby@suse.cz
 - blk-mq: fix corruption with direct issue (ext4 corruption).
 - commit 34177d9
 
--------------------------------------------------------------------
-Tue Dec  4 13:58:55 CET 2018 - jroedel@suse.de
-
-- blacklist.conf: Blacklist MAINTAINERS file
-- commit c4b3c90
-
 -------------------------------------------------------------------
 Mon Dec  3 21:24:59 CET 2018 - tiwai@suse.de
 
diff --git a/kernel-syms-longterm.spec b/kernel-syms-longterm.spec
index ab78e02..2409d9b 100644
--- a/kernel-syms-longterm.spec
+++ b/kernel-syms-longterm.spec
@@ -16,7 +16,7 @@
 #
 
 
-%define git_commit 846f31fa700b72594f4abe2fd49616cdb903b053
+%define git_commit b034d951b8a78852c99b7cf62cbb37a2f9395c8b
 %define variant -longterm%{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -25,10 +25,10 @@ Name:           kernel-syms-longterm
 Summary:        Kernel Symbol Versions (modversions)
 License:        GPL-2.0-only
 Group:          Development/Sources
-Version:        6.6.71
+Version:        6.6.72
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:        <RELEASE>.g846f31f
+Release:        <RELEASE>.gb034d95
 %else
 Release:        0
 %endif
diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2
index 1649469..ddd826a 100644
--- a/patches.kernel.org.tar.bz2
+++ b/patches.kernel.org.tar.bz2
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:82ee895a0c31b490aac8bfa85f9b886e7b46a47efcad0161afacf5d68de1916c
-size 11188632
+oid sha256:75f77900242f8abe234a42222f1096e5c2a7a1bb635a3100f991749a576620b8
+size 11283606
diff --git a/series.conf b/series.conf
index 03d1ae0..372acab 100644
--- a/series.conf
+++ b/series.conf
@@ -14119,6 +14119,136 @@
 	patches.kernel.org/6.6.71-002-Revert-x86-crash-wrap-crash-dumping-code-into-.patch
 	patches.kernel.org/6.6.71-003-x86-hyperv-Fix-hv-tsc-page-based-sched_clock-f.patch
 	patches.kernel.org/6.6.71-004-Linux-6.6.71.patch
+	patches.kernel.org/6.6.72-001-memblock-make-memblock_set_node-also-warn-abou.patch
+	patches.kernel.org/6.6.72-002-memblock-use-numa_valid_node-helper-to-check-f.patch
+	patches.kernel.org/6.6.72-003-jbd2-increase-IO-priority-for-writing-revoke-r.patch
+	patches.kernel.org/6.6.72-004-jbd2-flush-filesystem-device-before-updating-t.patch
+	patches.kernel.org/6.6.72-005-dm-array-fix-releasing-a-faulty-array-block-tw.patch
+	patches.kernel.org/6.6.72-006-dm-array-fix-unreleased-btree-blocks-on-closin.patch
+	patches.kernel.org/6.6.72-007-dm-array-fix-cursor-index-when-skipping-across.patch
+	patches.kernel.org/6.6.72-008-exfat-fix-the-infinite-loop-in-exfat_readdir.patch
+	patches.kernel.org/6.6.72-009-exfat-fix-the-infinite-loop-in-__exfat_free_cl.patch
+	patches.kernel.org/6.6.72-010-ovl-do-not-encode-lower-fh-with-upper-sb_write.patch
+	patches.kernel.org/6.6.72-011-ovl-pass-realinode-to-ovl_encode_real_fh-inste.patch
+	patches.kernel.org/6.6.72-012-ovl-support-encoding-fid-from-inode-with-no-al.patch
+	patches.kernel.org/6.6.72-013-erofs-handle-overlapped-pclusters-out-of-craft.patch
+	patches.kernel.org/6.6.72-014-erofs-fix-PSI-memstall-accounting.patch
+	patches.kernel.org/6.6.72-015-ASoC-rt722-add-delay-time-to-wait-for-the-cali.patch
+	patches.kernel.org/6.6.72-016-ASoC-mediatek-disable-buffer-pre-allocation.patch
+	patches.kernel.org/6.6.72-017-selftests-alsa-Fix-circular-dependency-involvi.patch
+	patches.kernel.org/6.6.72-018-ieee802154-ca8210-Add-missing-check-for-kfifo_.patch
+	patches.kernel.org/6.6.72-019-net-802-LLC-SNAP-OID-PID-lookup-on-start-of-sk.patch
+	patches.kernel.org/6.6.72-020-tcp-dccp-complete-lockless-accesses-to-sk-sk_m.patch
+	patches.kernel.org/6.6.72-021-tcp-dccp-allow-a-connection-when-sk_max_ack_ba.patch
+	patches.kernel.org/6.6.72-022-net_sched-cls_flow-validate-TCA_FLOW_RSHIFT-at.patch
+	patches.kernel.org/6.6.72-023-net-libwx-fix-firmware-mailbox-abnormal-return.patch
+	patches.kernel.org/6.6.72-024-btrfs-avoid-NULL-pointer-dereference-if-no-val.patch
+	patches.kernel.org/6.6.72-025-pds_core-limit-loop-over-fw-name-list.patch
+	patches.kernel.org/6.6.72-026-bnxt_en-Fix-possible-memory-leak-when-hwrm_req.patch
+	patches.kernel.org/6.6.72-027-cxgb4-Avoid-removal-of-uninserted-tid.patch
+	patches.kernel.org/6.6.72-028-ice-fix-incorrect-PHY-settings-for-100-GB-s.patch
+	patches.kernel.org/6.6.72-029-igc-field-get-conversion.patch
+	patches.kernel.org/6.6.72-030-igc-return-early-when-failing-to-read-EECD-reg.patch
+	patches.kernel.org/6.6.72-031-tls-Fix-tls_sw_sendmsg-error-handling.patch
+	patches.kernel.org/6.6.72-032-ipvlan-Fix-use-after-free-in-ipvlan_get_iflink.patch
+	patches.kernel.org/6.6.72-033-eth-gve-use-appropriate-helper-to-set-xdp_feat.patch
+	patches.kernel.org/6.6.72-034-Bluetooth-hci_sync-Fix-not-setting-Random-Addr.patch
+	patches.kernel.org/6.6.72-035-Bluetooth-MGMT-Fix-Add-Device-to-responding-be.patch
+	patches.kernel.org/6.6.72-036-Bluetooth-btnxpuart-Fix-driver-sending-truncat.patch
+	patches.kernel.org/6.6.72-037-tcp-Annotate-data-race-around-sk-sk_mark-in-tc.patch
+	patches.kernel.org/6.6.72-038-riscv-Fix-early-ftrace-nop-patching.patch
+	patches.kernel.org/6.6.72-039-memblock-tests-fix-implicit-declaration-of-fun.patch
+	patches.kernel.org/6.6.72-040-x86-mm-numa-Use-NUMA_NO_NODE-when-calling-memb.patch
+	patches.kernel.org/6.6.72-041-iio-imu-inv_icm42600-fix-timestamps-after-susp.patch
+	patches.kernel.org/6.6.72-042-netfilter-nf_tables-imbalance-in-flowtable-bin.patch
+	patches.kernel.org/6.6.72-043-netfilter-conntrack-clamp-maximum-hashtable-si.patch
+	patches.kernel.org/6.6.72-044-sched-sch_cake-add-bounds-checks-to-host-bulk-.patch
+	patches.kernel.org/6.6.72-045-net-stmmac-dwmac-tegra-Read-iommu-stream-id-fr.patch
+	patches.kernel.org/6.6.72-046-net-mlx5-Fix-variable-not-being-completed-when.patch
+	patches.kernel.org/6.6.72-047-drm-mediatek-Set-private-all_drm_private-i-drm.patch
+	patches.kernel.org/6.6.72-048-drm-mediatek-stop-selecting-foreign-drivers.patch
+	patches.kernel.org/6.6.72-049-drm-mediatek-Fix-YCbCr422-color-format-issue-f.patch
+	patches.kernel.org/6.6.72-050-drm-mediatek-Fix-mode-valid-issue-for-dp.patch
+	patches.kernel.org/6.6.72-051-drm-mediatek-Add-return-value-check-when-readi.patch
+	patches.kernel.org/6.6.72-052-ksmbd-fix-a-missing-return-value-check-bug.patch
+	patches.kernel.org/6.6.72-053-afs-Fix-the-maximum-cell-name-length.patch
+	patches.kernel.org/6.6.72-054-platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-.patch
+	patches.kernel.org/6.6.72-055-ksmbd-fix-unexpectedly-changed-path-in-ksmbd_v.patch
+	patches.kernel.org/6.6.72-056-cpuidle-riscv-sbi-fix-device-node-release-in-e.patch
+	patches.kernel.org/6.6.72-057-riscv-mm-Fix-the-out-of-bound-issue-of-vmemmap.patch
+	patches.kernel.org/6.6.72-058-dm-thin-make-get_first_thin-use-rcu-safe-list-.patch
+	patches.kernel.org/6.6.72-059-scsi-ufs-qcom-Power-off-the-PHY-if-it-was-alre.patch
+	patches.kernel.org/6.6.72-060-dm-ebs-don-t-set-the-flag-DM_TARGET_PASSES_INT.patch
+	patches.kernel.org/6.6.72-061-mptcp-sysctl-sched-avoid-using-current-nsproxy.patch
+	patches.kernel.org/6.6.72-062-sctp-sysctl-cookie_hmac_alg-avoid-using-curren.patch
+	patches.kernel.org/6.6.72-063-sctp-sysctl-rto_min-max-avoid-using-current-ns.patch
+	patches.kernel.org/6.6.72-064-sctp-sysctl-auth_enable-avoid-using-current-ns.patch
+	patches.kernel.org/6.6.72-065-sctp-sysctl-udp_port-avoid-using-current-nspro.patch
+	patches.kernel.org/6.6.72-066-sctp-sysctl-plpmtud_probe_interval-avoid-using.patch
+	patches.kernel.org/6.6.72-067-ksmbd-Implement-new-SMB3-POSIX-type.patch
+	patches.kernel.org/6.6.72-068-drm-amd-display-Add-check-for-granularity-in-d.patch
+	patches.kernel.org/6.6.72-069-thermal-of-fix-OF-node-leak-in-of_thermal_zone.patch
+	patches.kernel.org/6.6.72-070-smb-client-sync-the-root-session-and-superbloc.patch
+	patches.kernel.org/6.6.72-071-riscv-Fix-sleeping-in-invalid-context-in-die.patch
+	patches.kernel.org/6.6.72-072-ACPI-resource-Add-TongFang-GM5HG0A-to-irq1_edg.patch
+	patches.kernel.org/6.6.72-073-ACPI-resource-Add-Asus-Vivobook-X1504VAP-to-ir.patch
+	patches.kernel.org/6.6.72-074-drm-amdkfd-fixed-page-fault-when-enable-MES-sh.patch
+	patches.kernel.org/6.6.72-075-drm-amd-display-increase-MAX_SURFACES-to-the-v.patch
+	patches.kernel.org/6.6.72-076-io_uring-timeout-fix-multishot-updates.patch
+	patches.kernel.org/6.6.72-077-f2fs-fix-null-ptr-deref-in-f2fs_submit_page_bi.patch
+	patches.kernel.org/6.6.72-078-dm-verity-FEC-Fix-RS-FEC-repair-for-roots-unal.patch
+	patches.kernel.org/6.6.72-079-USB-serial-option-add-MeiG-Smart-SRM815.patch
+	patches.kernel.org/6.6.72-080-USB-serial-option-add-Neoway-N723-EA-support.patch
+	patches.kernel.org/6.6.72-081-staging-iio-ad9834-Correct-phase-range-check.patch
+	patches.kernel.org/6.6.72-082-staging-iio-ad9832-Correct-phase-range-check.patch
+	patches.kernel.org/6.6.72-083-usb-storage-Add-max-sectors-quirk-for-Nokia-20.patch
+	patches.kernel.org/6.6.72-084-USB-serial-cp210x-add-Phoenix-Contact-UPS-Devi.patch
+	patches.kernel.org/6.6.72-085-usb-dwc3-gadget-fix-writing-NYET-threshold.patch
+	patches.kernel.org/6.6.72-086-topology-Keep-the-cpumask-unchanged-when-print.patch
+	patches.kernel.org/6.6.72-087-misc-microchip-pci1xxxx-Resolve-kernel-panic-d.patch
+	patches.kernel.org/6.6.72-088-misc-microchip-pci1xxxx-Resolve-return-code-mi.patch
+	patches.kernel.org/6.6.72-089-tty-serial-8250-Fix-another-runtime-PM-usage-c.patch
+	patches.kernel.org/6.6.72-090-usb-gadget-u_serial-Disable-ep-before-setting-.patch
+	patches.kernel.org/6.6.72-091-x86-fpu-Ensure-shadow-stack-is-active-before-g.patch
+	patches.kernel.org/6.6.72-092-usb-dwc3-am62-Disable-autosuspend-during-remov.patch
+	patches.kernel.org/6.6.72-093-USB-usblp-return-error-when-setting-unsupporte.patch
+	patches.kernel.org/6.6.72-094-USB-core-Disable-LPM-only-for-non-suspended-po.patch
+	patches.kernel.org/6.6.72-095-usb-fix-reference-leak-in-usb_new_device.patch
+	patches.kernel.org/6.6.72-096-usb-gadget-midi2-Reverse-select-at-the-right-p.patch
+	patches.kernel.org/6.6.72-097-usb-chipidea-ci_hdrc_imx-decrement-device-s-re.patch
+	patches.kernel.org/6.6.72-098-usb-gadget-f_uac2-Fix-incorrect-setting-of-bNu.patch
+	patches.kernel.org/6.6.72-099-usb-typec-tcpm-tcpci_maxim-fix-error-code-in-m.patch
+	patches.kernel.org/6.6.72-100-usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_b.patch
+	patches.kernel.org/6.6.72-101-usb-gadget-configfs-Ignore-trailing-LF-for-use.patch
+	patches.kernel.org/6.6.72-102-iio-pressure-zpa2326-fix-information-leak-in-t.patch
+	patches.kernel.org/6.6.72-103-iio-dummy-iio_simply_dummy_buffer-fix-informat.patch
+	patches.kernel.org/6.6.72-104-iio-light-vcnl4035-fix-information-leak-in-tri.patch
+	patches.kernel.org/6.6.72-105-iio-imu-kmx61-fix-information-leak-in-triggere.patch
+	patches.kernel.org/6.6.72-106-iio-adc-rockchip_saradc-fix-information-leak-i.patch
+	patches.kernel.org/6.6.72-107-iio-adc-ti-ads8688-fix-information-leak-in-tri.patch
+	patches.kernel.org/6.6.72-108-iio-gyro-fxas21002c-Fix-missing-data-update-in.patch
+	patches.kernel.org/6.6.72-109-iio-adc-ti-ads124s08-Use-gpiod_set_value_cansl.patch
+	patches.kernel.org/6.6.72-110-iio-adc-at91-call-input_free_device-on-allocat.patch
+	patches.kernel.org/6.6.72-111-iio-inkern-call-iio_device_put-only-on-mapped-.patch
+	patches.kernel.org/6.6.72-112-iio-adc-ad7124-Disable-all-channels-at-probe-t.patch
+	patches.kernel.org/6.6.72-113-riscv-kprobes-Fix-incorrect-address-calculatio.patch
+	patches.kernel.org/6.6.72-114-io_uring-eventfd-ensure-io_eventfd_signal-defe.patch
+	patches.kernel.org/6.6.72-115-ARM-dts-imxrt1050-Fix-clocks-for-mmc.patch
+	patches.kernel.org/6.6.72-116-hwmon-drivetemp-Fix-driver-producing-garbage-d.patch
+	patches.kernel.org/6.6.72-117-block-bfq-fix-waker_bfqq-UAF-after-bfq_split_b.patch
+	patches.kernel.org/6.6.72-118-arm64-dts-rockchip-add-hevc-power-domain-clock.patch
+	patches.kernel.org/6.6.72-119-pmdomain-imx-gpcv2-Simplify-with-scoped-for-ea.patch
+	patches.kernel.org/6.6.72-120-pmdomain-imx-gpcv2-fix-an-OF-node-reference-le.patch
+	patches.kernel.org/6.6.72-121-workqueue-Add-rcu-lock-check-at-the-end-of-wor.patch
+	patches.kernel.org/6.6.72-122-workqueue-Update-lock-debugging-code.patch
+	patches.kernel.org/6.6.72-123-workqueue-Do-not-warn-when-cancelling-WQ_MEM_R.patch
+	patches.kernel.org/6.6.72-124-pgtable-fix-s390-ptdesc-field-comments.patch
+	patches.kernel.org/6.6.72-125-fs-Kconfig-make-hugetlbfs-a-menuconfig.patch
+	patches.kernel.org/6.6.72-126-mm-hugetlb-enforce-that-PMD-PT-sharing-has-spl.patch
+	patches.kernel.org/6.6.72-127-mm-hugetlb-independent-PMD-page-table-shared-c.patch
+	patches.kernel.org/6.6.72-128-riscv-Fix-text-patching-when-IPI-are-used.patch
+	patches.kernel.org/6.6.72-129-drm-mediatek-Only-touch-DISP_REG_OVL_PITCH_MSB.patch
+	patches.kernel.org/6.6.72-130-Linux-6.6.72.patch
 
 	########################################################
 	# Build fixes that apply to the vanilla kernel too.
diff --git a/source-timestamp b/source-timestamp
index 1d27ff5..0f63307 100644
--- a/source-timestamp
+++ b/source-timestamp
@@ -1,3 +1,3 @@
-2025-01-10 15:04:59 +0000
-GIT Revision: 846f31fa700b72594f4abe2fd49616cdb903b053
+2025-01-17 16:18:34 +0000
+GIT Revision: b034d951b8a78852c99b7cf62cbb37a2f9395c8b
 GIT Branch: slowroll