<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in atari_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>090748e62f57a80286b2fcc32fe2be069f891200 - Merge tag &apos;m68k-for-v7.1-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#090748e62f57a80286b2fcc32fe2be069f891200</link>
        <description>Merge tag &apos;m68k-for-v7.1-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kPull m68k updates from Geert Uytterhoeven: - Add support for QEMU virt-ctrl, and use it for system reset   and power off on the virt platform - defconfig updates - Miscellaneous fixes and improvements* tag &apos;m68k-for-v7.1-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:  m68k: virt: Switch to qemu-virt-ctrl driver  power: reset: Add QEMU virt-ctrl driver  m68k: defconfig: Update defconfigs for v7.0-rc1  m68k: emu: Replace unbounded sprintf() in nfhd_init_one()  m68k: uapi: Add ucontext.h  m68k: defconfig: hp300: Enable monochrome and 16-color linux logos  m68k: q40: Remove commented out code

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Thu, 16 Apr 2026 17:11:01 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>91a4855d6c03e770e42f17c798a36a3c46e63de2 - Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#91a4855d6c03e770e42f17c798a36a3c46e63de2</link>
        <description>Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Support HW queue leasing, allowing containers to be granted access     to HW queues for zero-copy operations and AF_XDP   - Number of code moves to help the compiler with inlining. Avoid     output arguments for returning drop reason where possible   - Rework drop handling within qdiscs to include more metadata about     the reason and dropping qdisc in the tracepoints   - Remove the rtnl_lock use from IP Multicast Routing   - Pack size information into the Rx Flow Steering table pointer     itself. This allows making the table itself a flat array of u32s,     thus making the table allocation size a power of two   - Report TCP delayed ack timer information via socket diag   - Add ip_local_port_step_width sysctl to allow distributing the     randomly selected ports more evenly throughout the allowed space   - Add support for per-route tunsrc in IPv6 segment routing   - Start work of switching sockopt handling to iov_iter   - Improve dynamic recvbuf sizing in MPTCP, limit burstiness and avoid     buffer size drifting up   - Support MSG_EOR in MPTCP   - Add stp_mode attribute to the bridge driver for STP mode selection.     This addresses concerns about call_usermodehelper() usage   - Remove UDP-Lite support (as announced in 2023)   - Remove support for building IPv6 as a module. Remove the now     unnecessary function calling indirection  Cross-tree stuff:   - Move Michael MIC code from generic crypto into wireless, it&apos;s     considered insecure but some WiFi networks still need it  Netfilter:   - Switch nft_fib_ipv6 module to no longer need temporary dst_entry     object allocations by using fib6_lookup() + RCU.     Florian W reports this gets us ~13% higher packet rate   - Convert IPVS&apos;s global __ip_vs_mutex to per-net service_mutex and     switch the service tables to be per-net. Convert some code that     walks the service lists to use RCU instead of the service_mutex   - Add more opinionated input validation to lower security exposure   - Make IPVS hash tables to be per-netns and resizable  Wireless:   - Finished assoc frame encryption/EPPKE/802.1X-over-auth   - Radar detection improvements   - Add 6 GHz incumbent signal detection APIs   - Multi-link support for FILS, probe response templates and client     probing   - New APIs and mac80211 support for NAN (Neighbor Aware Networking,     aka Wi-Fi Aware) so less work must be in firmware  Driver API:   - Add numerical ID for devlink instances (to avoid having to create     fake bus/device pairs just to have an ID). Support shared devlink     instances which span multiple PFs   - Add standard counters for reporting pause storm events (implement     in mlx5 and fbnic)   - Add configuration API for completion writeback buffering (implement     in mana)   - Support driver-initiated change of RSS context sizes   - Support DPLL monitoring input frequency (implement in zl3073x)   - Support per-port resources in devlink (implement in mlx5)  Misc:   - Expand the YAML spec for Netfilter  Drivers   - Software:      - macvlan: support multicast rx for bridge ports with shared        source MAC address      - team: decouple receive and transmit enablement for IEEE 802.3ad        LACP &quot;independent control&quot;   - Ethernet high-speed NICs:      - nVidia/Mellanox:         - support high order pages in zero-copy mode (for payload           coalescing)         - support multiple packets in a page (for systems with 64kB           pages)      - Broadcom 25-400GE (bnxt):         - implement XDP RSS hash metadata extraction         - add software fallback for UDP GSO, lowering the IOMMU cost      - Broadcom 800GE (bnge):         - add link status and configuration handling         - add various HW and SW statistics      - Marvell/Cavium:         - NPC HW block support for cn20k      - Huawei (hinic3):         - add mailbox / control queue         - add rx VLAN offload         - add driver info and link management   - Ethernet NICs:      - Marvell/Aquantia:         - support reading SFP module info on some AQC100 cards      - Realtek PCI (r8169):         - add support for RTL8125cp      - Realtek USB (r8152):         - support for the RTL8157 5Gbit chip         - add 2500baseT EEE status/configuration support   - Ethernet NICs embedded and off-the-shelf IP:      - Synopsys (stmmac):         - cleanup and reorganize SerDes handling and PCS support         - cleanup descriptor handling and per-platform data         - cleanup and consolidate MDIO defines and handling         - shrink driver memory use for internal structures         - improve Tx IRQ coalescing         - improve TCP segmentation handling         - add support for Spacemit K3      - Cadence (macb):         - support PHYs that have inband autoneg disabled with GEM         - support IEEE 802.3az EEE         - rework usrio capabilities and handling      - AMD (xgbe):         - improve power management for S0i3         - improve TX resilience for link-down handling   - Virtual:      - Google cloud vNIC:         - support larger ring sizes in DQO-QPL mode         - improve HW-GRO handling         - support UDP GSO for DQO format      - PCIe NTB:         - support queue count configuration   - Ethernet PHYs:      - automatically disable PHY autonomous EEE if MAC is in charge      - Broadcom:         - add BCM84891/BCM84892 support      - Micrel:         - support for LAN9645X internal PHY      - Realtek:         - add RTL8224 pair order support         - support PHY LEDs on RTL8211F-VD         - support spread spectrum clocking (SSC)      - Maxlinear:         - add PHY-level statistics via ethtool   - Ethernet switches:      - Maxlinear (mxl862xx):         - support for bridge offloading         - support for VLANs         - support driver statistics   - Bluetooth:      - large number of fixes and new device IDs      - Mediatek:         - support MT6639 (MT7927)         - support MT7902 SDIO   - WiFi:      - Intel (iwlwifi):         - UNII-9 and continuing UHR work      - MediaTek (mt76):         - mt7996/mt7925 MLO fixes/improvements         - mt7996 NPU support (HW eth/wifi traffic offload)      - Qualcomm (ath12k):         - monitor mode support on IPQ5332         - basic hwmon temperature reporting         - support IPQ5424      - Realtek:         - add USB RX aggregation to improve performance         - add USB TX flow control by tracking in-flight URBs   - Cellular:      - IPA v5.2 support&quot;* tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1561 commits)  net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit  wireguard: allowedips: remove redundant space  tools: ynl: add sample for wireguard  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()  MAINTAINERS: Add netkit selftest files  selftests/net: Add additional test coverage in nk_qlease  selftests/net: Split netdevsim tests from HW tests in nk_qlease  tools/ynl: Make YnlFamily closeable as a context manager  net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()  net: airoha: Fix VIP configuration for AN7583 SoC  net: caif: clear client service pointer on teardown  net: strparser: fix skb_head leak in strp_abort_strp()  net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()  selftests/bpf: add test for xdp_master_redirect with bond not up  net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master  net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration  sctp: disable BH before calling udp_tunnel_xmit_skb()  sctp: fix missing encap_port propagation for GSO fragments  net: airoha: Rely on net_device pointer in ETS callbacks  ...

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Wed, 15 Apr 2026 03:36:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cbd3b8ef970a2a4738c3b237ca8fe3fe5985627e - m68k: defconfig: Update defconfigs for v7.0-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#cbd3b8ef970a2a4738c3b237ca8fe3fe5985627e</link>
        <description>m68k: defconfig: Update defconfigs for v7.0-rc1  - Restore the state of the standard black-and-white and 16-color Linux    logos (no longer auto-enabled since commit 994fcd4b107d747b    (&quot;video/logo: don&apos;t select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by    default&quot;)).Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Link: https://patch.msgid.link/67dd5553e9289757c274d79ce1b13fca33fde25d.1772446429.git.geert@linux-m68k.org

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 02 Mar 2026 11:25:20 +0100</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>8c6d03b7a249ffe85ba2bda09a2a7614c0ff03db - crypto: Remove michael_mic from crypto_shash API</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#8c6d03b7a249ffe85ba2bda09a2a7614c0ff03db</link>
        <description>crypto: Remove michael_mic from crypto_shash APIRemove the &quot;michael_mic&quot; crypto_shash algorithm, since it&apos;s no longerused.  Its only users were wireless drivers, which have now beenconverted to use the michael_mic() function instead.It makes sense that no other users ever appeared: Michael MIC is aninsecure algorithm that is specific to WPA TKIP, which itself was aninterim security solution to replace the broken WEP standard.Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Acked-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Link: https://patch.msgid.link/20260408030651.80336-7-ebiggers@kernel.orgSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Wed, 08 Apr 2026 05:06:51 +0200</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>309b905deee595619cc38719f48d63d57b8bff3d - ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#309b905deee595619cc38719f48d63d57b8bff3d</link>
        <description>ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsMaintaining a modular IPv6 stack offers image size savings for specificsetups, this benefit is outweighed by the architectural burden itimposes on the subsystems on implementation and maintenance. Therefore,drop it.Change CONFIG_IPV6 from tristate to bool. Remove all Kconfigdependencies across the tree that explicitly checked for IPV6=m. Inaddition, remove MODULE_DESCRIPTION(), MODULE_ALIAS(), MODULE_AUTHOR()and MODULE_LICENSE().This is also replacing module_init() by device_initcall(). It is notpossible to use fs_initcall() as IPv4 does because that creates a racecondition on IPv6 addrconf.Finally, modify the default configs from CONFIG_IPV6=m to CONFIG_IPV6=yexcept for m68k as according to the bloat-o-meter the image isincreasing by 330KB~ and that isn&apos;t acceptable. Instead, disable IPv6 onthis architecture by default. This is aligned with m68k RAM requirementsand recommendations [1].[1] http://www.linux-m68k.org/faq/ram.htmlSigned-off-by: Fernando Fernandez Mancera &lt;fmancera@suse.de&gt;Tested-by: Ricardo B. Marli&#232;re &lt;rbm@suse.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt; # arm64Link: https://patch.msgid.link/20260325120928.15848-2-fmancera@suse.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Wed, 25 Mar 2026 13:08:42 +0100</pubDate>
        <dc:creator>Fernando Fernandez Mancera &lt;fmancera@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>6dc7fce91041ec8d2f5e6fd589ee2962898d9f44 - crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#6dc7fce91041ec8d2f5e6fd589ee2962898d9f44</link>
        <description>crypto: sm3 - Rename CRYPTO_SM3_GENERIC to CRYPTO_SM3The kconfig options for generic crypto API modules have traditionally*not* had a &quot;_GENERIC&quot; suffix.  Also, the &quot;_GENERIC&quot; suffix will makeeven less sense once the architecture-optimized SM3 code is moved intolib/crypto/ and the &quot;sm3&quot; crypto_shash is reimplemented on top of that.Thus, rename CRYPTO_SM3_GENERIC to CRYPTO_SM3.Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20260321040935.410034-4-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Sat, 21 Mar 2026 05:09:26 +0100</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>136114e0abf03005e182d75761ab694648e6d388 - Merge tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#136114e0abf03005e182d75761ab694648e6d388</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;ocfs2: give ocfs2 the ability to reclaim suballocator free bg&quot; saves   disk space by teaching ocfs2 to reclaim suballocator block group   space (Heming Zhao) - &quot;Add ARRAY_END(), and use it to fix off-by-one bugs&quot; adds the   ARRAY_END() macro and uses it in various places (Alejandro Colomar) - &quot;vmcoreinfo: support VMCOREINFO_BYTES larger than PAGE_SIZE&quot; makes   the vmcore code future-safe, if VMCOREINFO_BYTES ever exceeds the   page size (Pnina Feder) - &quot;kallsyms: Prevent invalid access when showing module buildid&quot; cleans   up kallsyms code related to module buildid and fixes an invalid   access crash when printing backtraces (Petr Mladek) - &quot;Address page fault in ima_restore_measurement_list()&quot; fixes a   kexec-related crash that can occur when booting the second-stage   kernel on x86 (Harshit Mogalapalli) - &quot;kho: ABI headers and Documentation updates&quot; updates the kexec   handover ABI documentation (Mike Rapoport) - &quot;Align atomic storage&quot; adds the __aligned attribute to atomic_t and   atomic64_t definitions to get natural alignment of both types on   csky, m68k, microblaze, nios2, openrisc and sh (Finn Thain) - &quot;kho: clean up page initialization logic&quot; simplifies the page   initialization logic in kho_restore_page() (Pratyush Yadav) - &quot;Unload linux/kernel.h&quot; moves several things out of kernel.h and into   more appropriate places (Yury Norov) - &quot;don&apos;t abuse task_struct.group_leader&quot; removes the usage of   -&gt;group_leader when it is &quot;obviously unnecessary&quot; (Oleg Nesterov) - &quot;list private v2 &amp; luo flb&quot; adds some infrastructure improvements to   the live update orchestrator (Pasha Tatashin)* tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (107 commits)  watchdog/hardlockup: simplify perf event probe and remove per-cpu dependency  procfs: fix missing RCU protection when reading real_parent in do_task_stat()  watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()  kcsan, compiler_types: avoid duplicate type issues in BPF Type Format  kho: fix doc for kho_restore_pages()  tests/liveupdate: add in-kernel liveupdate test  liveupdate: luo_flb: introduce File-Lifecycle-Bound global state  liveupdate: luo_file: Use private list  list: add kunit test for private list primitives  list: add primitives for private list manipulations  delayacct: fix uapi timespec64 definition  panic: add panic_force_cpu= parameter to redirect panic to a specific CPU  netclassid: use thread_group_leader(p) in update_classid_task()  RDMA/umem: don&apos;t abuse current-&gt;group_leader  drm/pan*: don&apos;t abuse current-&gt;group_leader  drm/amd: kill the outdated &quot;Only the pthreads threading model is supported&quot; checks  drm/amdgpu: don&apos;t abuse current-&gt;group_leader  android/binder: use same_thread_group(proc-&gt;tsk, current) in binder_mmap()  android/binder: don&apos;t abuse current-&gt;group_leader  kho: skip memoryless NUMA nodes when reserving scratch areas  ...

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Thu, 12 Feb 2026 21:13:01 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bf45794244ca1fb1c135754f36ff765eea01f9e6 - lib/glob: convert selftest to KUnit</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#bf45794244ca1fb1c135754f36ff765eea01f9e6</link>
        <description>lib/glob: convert selftest to KUnitThis patch converts the existing glob selftest (lib/globtest.c) to use theKUnit framework (lib/tests/glob_kunit.c).The new test:- Migrates all 64 test cases from the original test to the KUnit suite.- Removes the custom &apos;verbose&apos; module parameter as KUnit handles logging.- Updates Kconfig.debug and Makefile to support the new KUnit test.- Updates Kconfig and Makefile to remove the original selftest.- Updates GLOB_SELFTEST to GLOB_KUNIT_TEST for arch/m68k/configs.This commit is verified by `./tools/testing/kunit/kunit.py run&apos;with the .kunit/.kunitconfig:CONFIG_KUNIT=yCONFIG_GLOB_KUNIT_TEST=yLink: https://lkml.kernel.org/r/20260108120753.27339-1-note351@hotmail.comSigned-off-by: Kir Chou &lt;note351@hotmail.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: &lt;kirchou@google.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Thu, 08 Jan 2026 13:07:53 +0100</pubDate>
        <dc:creator>Kir Chou &lt;note351@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d30aca3eeffc18452e5cc5c4e59f1a4da2bd2f12 - lib/tests: convert test_min_heap module to KUnit</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#d30aca3eeffc18452e5cc5c4e59f1a4da2bd2f12</link>
        <description>lib/tests: convert test_min_heap module to KUnitMove lib/test_min_heap.c to lib/tests/min_heap_kunit.c and convert it touse KUnit.This change switches the ad-hoc test code to standard KUnit test cases. The test data remains the same, but the verification logic is updated touse KUNIT_EXPECT_* macros.Also remove CONFIG_TEST_MIN_HEAP from arch/*/configs/* because it is nolonger used.  The new CONFIG_MIN_HEAP_KUNIT_TEST will be automaticallyenabled by CONFIG_KUNIT_ALL_TESTS.The reasons for converting to KUnit are:1. Standardization:    Switching from ad-hoc printk-based reporting to the standard    KTAP format makes it easier for CI systems to parse and report test    results2. Better Diagnostics:    Using KUNIT_EXPECT_* macros automatically provides detailed    diagnostics on failure.3. Tooling Integration:    It allows the test to be managed and executed using standard    KUnit tools.Link: https://lkml.kernel.org/r/20251221133516.321846-1-sakamo.ryota@gmail.comSigned-off-by: Ryota Sakamoto &lt;sakamo.ryota@gmail.com&gt;Acked-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;Cc: Christian Borntraeger &lt;borntraeger@linux.ibm.com&gt;Cc: David Gow &lt;davidgow@google.com&gt;Cc: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Heiko Carstens &lt;hca@linux.ibm.com&gt;Cc: Madhavan Srinivasan &lt;maddy@linux.ibm.com&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Nicholas Piggin &lt;npiggin@gmail.com&gt;Cc: Sven Schnelle &lt;svens@linux.ibm.com&gt;Cc: Vasily Gorbik &lt;gor@linux.ibm.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Sun, 21 Dec 2025 14:35:16 +0100</pubDate>
        <dc:creator>Ryota Sakamoto &lt;sakamo.ryota@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6dcd539f062d89127cb3a84a7da373a9bd28ba7b - lib/tests: convert test_uuid module to KUnit</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#6dcd539f062d89127cb3a84a7da373a9bd28ba7b</link>
        <description>lib/tests: convert test_uuid module to KUnitMove lib/test_uuid.c to lib/tests/uuid_kunit.c and convert it to use KUnit.This change switches the ad-hoc test code to standard KUnit test cases. The test data remains the same, but the verification logic is updated touse KUNIT_EXPECT_* macros.Also remove CONFIG_TEST_UUID from arch/*/configs/* because it is no longerused.  The new CONFIG_UUID_KUNIT_TEST will be automatically enabled byCONFIG_KUNIT_ALL_TESTS.[lukas.bulwahn@redhat.com: MAINTAINERS: adjust file entry in UUID HELPERS]  Link: https://lkml.kernel.org/r/20251217053907.2778515-1-lukas.bulwahn@redhat.comLink: https://lkml.kernel.org/r/20251215134322.12949-1-sakamo.ryota@gmail.comSigned-off-by: Ryota Sakamoto &lt;sakamo.ryota@gmail.com&gt;Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Cc: Andriy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Cc: Brendan Higgins &lt;brendan.higgins@linux.dev&gt;Cc: Lukas Bulwahn &lt;lukas.bulwahn@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:43:22 +0100</pubDate>
        <dc:creator>Ryota Sakamoto &lt;sakamo.ryota@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>641e70563ac1cc498b31f4016c1f5dde8e0e4d71 - crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#641e70563ac1cc498b31f4016c1f5dde8e0e4d71</link>
        <description>crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIRemove aes-fixed-time, i.e. CONFIG_CRYPTO_AES_TI.  This was a wrapperaround the 256-byte-table-based AES implementation in lib/crypto/aes.c,with extra code to enable and disable IRQs for constant-time hardening.While nice in theory, in practice this had the following issues:- For bulk en/decryption it was 2-4 times slower than aes-generic.  This  resulted in aes-generic still being needed, creating fragmentation.- Having both aes-generic and aes-fixed-time punted an AES  implementation decision to distros and users who are generally  unprepared to handle it.  In practice, whether aes-fixed-time gets  used tends to be incidental and not match an explicit distro or user  intent.  (While aes-fixed-time has a higher priority than aes-generic,  whether it actually gets enabled, loaded, and used depends on the  kconfig and whether a modprobe of &quot;aes&quot; happens to be done.  It also  has a lower priority than aes-arm and aes-arm64.)- My changes to the generic AES code (in other commits) significantly  close the gap with aes-fixed-time anyway.  The table size is reduced  from 8192 bytes to 1024 bytes, and prefetching is added.- While AES code *should* be constant-time, the real solutions for that  are AES instructions (which most CPUs have now) or bit-slicing.  arm  and arm64 already have bit-sliced AES code for many modes; generic  bit-sliced code could be written but would be very slow for single  blocks.  Overall, I suggest that trying to write constant-time  table-based AES code is a bit futile anyway, and in the rare cases  where a proper AES implementation is still unavailable it&apos;s reasonable  to compromise with an implementation that simply prefetches the table.Thus, this commit removes aes-fixed-time and CONFIG_CRYPTO_AES_TI.  Thereplacement is just the existing CONFIG_CRYPTO_AES, which for now mapsto the existing aes-generic code, but I&apos;ll soon be changing to use theimproved AES library code instead.Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Link: https://lore.kernel.org/r/20260112192035.10427-9-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 12 Jan 2026 20:20:06 +0100</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a619fe35ab41fded440d3762d4fbad84ff86a4d4 - Merge tag &apos;v6.19-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#a619fe35ab41fded440d3762d4fbad84ff86a4d4</link>
        <description>Merge tag &apos;v6.19-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Pull crypto updates from Herbert Xu: &quot;API:   - Rewrite memcpy_sglist from scratch   - Add on-stack AEAD request allocation   - Fix partial block processing in ahash  Algorithms:   - Remove ansi_cprng   - Remove tcrypt tests for poly1305   - Fix EINPROGRESS processing in authenc   - Fix double-free in zstd  Drivers:   - Use drbg ctr helper when reseeding xilinx-trng   - Add support for PCI device 0x115A to ccp   - Add support of paes in caam   - Add support for aes-xts in dthev2  Others:   - Use likely in rhashtable lookup   - Fix lockdep false-positive in padata by removing a helper&quot;* tag &apos;v6.19-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (71 commits)  crypto: zstd - fix double-free in per-CPU stream cleanup  crypto: ahash - Zero positive err value in ahash_update_finish  crypto: ahash - Fix crypto_ahash_import with partial block data  crypto: lib/mpi - use min() instead of min_t()  crypto: ccp - use min() instead of min_t()  hwrng: core - use min3() instead of nested min_t()  crypto: aesni - ctr_crypt() use min() instead of min_t()  crypto: drbg - Delete unused ctx from struct sdesc  crypto: testmgr - Add missing DES weak and semi-weak key tests  Revert &quot;crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist&quot;  crypto: scatterwalk - Fix memcpy_sglist() to always succeed  crypto: iaa - Request to add Kanchana P Sridhar to Maintainers.  crypto: tcrypt - Remove unused poly1305 support  crypto: ansi_cprng - Remove unused ansi_cprng algorithm  crypto: asymmetric_keys - fix uninitialized pointers with free attribute  KEYS: Avoid -Wflex-array-member-not-at-end warning  crypto: ccree - Correctly handle return of sg_nents_for_len  crypto: starfive - Correctly handle return of sg_nents_for_len  crypto: iaa - Fix incorrect return value in save_iaa_wq()  crypto: zstd - Remove unnecessary size_t cast  ...

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Wed, 03 Dec 2025 20:28:38 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>aaf4e92341b081bac1230f22619b0a298e285dab - m68k: defconfig: Update defconfigs for v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#aaf4e92341b081bac1230f22619b0a298e285dab</link>
        <description>m68k: defconfig: Update defconfigs for v6.18-rc1  - Drop CONFIG_SCTP_COOKIE_HMAC_SHA1=y (removed in commit    2f3dd6ec901f29ae (&quot;sctp: Convert cookie authentication to use    HMAC-SHA256&quot;)),  - Drop CONFIG_BATMAN_ADV_NC=y (removed in commit 87b95082db32ae1c    (&quot;batman-adv: remove network coding support&quot;)),  - Enable modular build of the SHA-1 secure hash algorithm (no longer    auto-enabled since commit 2f3dd6ec901f29ae (&quot;sctp: Convert cookie    authentication to use HMAC-SHA256&quot;)).Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Link: https://patch.msgid.link/65e00bcb7b2980278bb087986ee405627aa32d8b.1760360254.git.geert@linux-m68k.org

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 13 Oct 2025 14:59:22 +0200</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>c7dcb041ce7d32c0becd43e8f99f993365e6bd20 - crypto: ansi_cprng - Remove unused ansi_cprng algorithm</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#c7dcb041ce7d32c0becd43e8f99f993365e6bd20</link>
        <description>crypto: ansi_cprng - Remove unused ansi_cprng algorithmRemove ansi_cprng, since it&apos;s obsolete and unused, as confirmed athttps://lore.kernel.org/r/aQxpnckYMgAAOLpZ@gondor.apana.org.au/This was originally added in 2008, apparently as a FIPS approved randomnumber generator.  Whether this has ever belonged upstream isquestionable.  Either way, ansi_cprng is no longer usable for thispurpose, since it&apos;s been superseded by the more modern algorithms incrypto/drbg.c, and FIPS itself no longer allows it.  (NIST SP 800-131ARev 1 (2015) says that RNGs based on ANSI X9.31 will be disallowed after2015.  NIST SP 800-131A Rev 2 (2019) confirms they are now disallowed.)Therefore, there is no reason to keep it around.Suggested-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Cc: Haotian Zhang &lt;vulab@iscas.ac.cn&gt;Cc: Neil Horman &lt;nhorman@tuxdriver.com&gt;Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Fri, 14 Nov 2025 03:57:08 +0100</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f1004b2f19d7e9add9d707f64d9fcbc50f67921b - Merge tag &apos;m68k-for-v6.18-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#f1004b2f19d7e9add9d707f64d9fcbc50f67921b</link>
        <description>Merge tag &apos;m68k-for-v6.18-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kPull m68k updates from Geert Uytterhoeven:  - Fix whitespace in Zorro name macros  - Fix find_*_bit() signatures  - defconfig updates* tag &apos;m68k-for-v6.18-tag1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:  m68k: defconfig: Update defconfigs for v6.17-rc1  m68k: bitops: Fix find_*_bit() signatures  zorro: Remove extra whitespace in macro definitions

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Tue, 30 Sep 2025 04:05:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d8768fb12a14c30436bd0466b4fc28edeef45078 - Merge tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#d8768fb12a14c30436bd0466b4fc28edeef45078</link>
        <description>Merge tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxPull crypto library updates from Eric Biggers: - Add a RISC-V optimized implementation of Poly1305. This code was   written by Andy Polyakov and contributed by Zhihang Shao. - Migrate the MD5 code into lib/crypto/, and add KUnit tests for MD5.   Yes, it&apos;s still the 90s, and several kernel subsystems are still   using MD5 for legacy use cases. As long as that remains the case,   it&apos;s helpful to clean it up in the same way as I&apos;ve been doing for   other algorithms.   Later, I plan to convert most of these users of MD5 to use the new   MD5 library API instead of the generic crypto API. - Simplify the organization of the ChaCha, Poly1305, BLAKE2s, and   Curve25519 code.   Consolidate these into one module per algorithm, and centralize the   configuration and build process. This is the same reorganization that   has already been successful for SHA-1 and SHA-2. - Remove the unused crypto_kpp API for Curve25519. - Migrate the BLAKE2s and Curve25519 self-tests to KUnit. - Always enable the architecture-optimized BLAKE2s code.* tag &apos;libcrypto-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux: (38 commits)  crypto: md5 - Implement export_core() and import_core()  wireguard: kconfig: simplify crypto kconfig selections  lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS  lib/crypto: curve25519: Consolidate into single module  lib/crypto: curve25519: Move a couple functions out-of-line  lib/crypto: tests: Add Curve25519 benchmark  lib/crypto: tests: Migrate Curve25519 self-test to KUnit  crypto: curve25519 - Remove unused kpp support  crypto: testmgr - Remove curve25519 kpp tests  crypto: x86/curve25519 - Remove unused kpp support  crypto: powerpc/curve25519 - Remove unused kpp support  crypto: arm/curve25519 - Remove unused kpp support  crypto: hisilicon/hpre - Remove unused curve25519 kpp support  lib/crypto: tests: Add KUnit tests for BLAKE2s  lib/crypto: blake2s: Consolidate into single C translation unit  lib/crypto: blake2s: Move generic code into blake2s.c  lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code  lib/crypto: blake2s: Remove obsolete self-test  lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2  lib/crypto: chacha: Consolidate into single module  ...

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Tue, 30 Sep 2025 00:48:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f2c61db29f277b9c80de92102fc532cc247495cd - Remove bcachefs core code</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#f2c61db29f277b9c80de92102fc532cc247495cd</link>
        <description>Remove bcachefs core codebcachefs was marked &apos;externally maintained&apos; in 6.17 but the coderemained to make the transition smoother.It&apos;s now a DKMS module, making the in-kernel code stale, so removeit to avoid any version confusion.Link: https://lore.kernel.org/linux-bcachefs/yokpt2d2g2lluyomtqrdvmkl3amv3kgnipmenobkpgx537kay7@xgcgjviv3n7x/T/Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 29 Sep 2025 22:43:52 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>695f2c0c25f3c844f9dd177d20c1e8afc55df1ac - m68k: defconfig: Update defconfigs for v6.17-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#695f2c0c25f3c844f9dd177d20c1e8afc55df1ac</link>
        <description>m68k: defconfig: Update defconfigs for v6.17-rc1  - Enable Netfilter legacy tables support,  - Drop CONFIG_IP_NF_FILTER=m, CONFIG_IP_NF_MANGLE=m,    CONFIG_IP6_NF_FILTER=m, and CONFIG_IP6_NF_MANGLE=m (auto-modular    since commit 9fce66583f06c212 (&quot;netfilter: Exclude LEGACY TABLES on    PREEMPT_RT.&quot;)),  - Enable legacy EBTABLES support (no longer auto-selected since commit    9fce66583f06c212 (&quot;netfilter: Exclude LEGACY TABLES on    PREEMPT_RT.&quot;)),  - Drop CONFIG_CDROM_PKTCDVD=m (removed in commit 1cea5180f2f812c4    (&quot;block: remove pktcdvd driver&quot;)),  - Move CONFIG_CRC_BENCHMARK=y (moved in commit 89a51591405e09a8    (&quot;lib/crc: Move files into lib/crc/&quot;)).Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Link: https://patch.msgid.link/012bc96a01eef989b39eedbe84591bd50c022e57.1754904412.git.geert@linux-m68k.org

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Mon, 11 Aug 2025 11:30:06 +0200</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>09e7652ddb688488a2954f1168b7f40e037694a4 - crypto: curve25519 - Remove unused kpp support</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#09e7652ddb688488a2954f1168b7f40e037694a4</link>
        <description>crypto: curve25519 - Remove unused kpp supportCurve25519 has both a library API and a crypto_kpp API.  However, thecrypto_kpp API for Curve25519 had no users outside crypto/testmgr.c.I.e., no non-test code ever passed &quot;curve25519&quot; to crypto_alloc_kpp().Remove this unused code.  We&apos;ll instead focus on the Curve25519 libraryAPI (&lt;crypto/curve25519.h&gt;), which is a simpler and easier-to-use APIand is the API that is actually being used.Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt; # m68kLink: https://lore.kernel.org/r/20250906213523.84915-7-ebiggers@kernel.orgSigned-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Sat, 06 Sep 2025 23:35:17 +0200</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf - Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/m68k/configs/atari_defconfig#8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf</link>
        <description>Merge tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Wrap datapath globals into net_aligned_data, to avoid false sharing   - Preserve MSG_ZEROCOPY in forwarding (e.g. out of a container)   - Add SO_INQ and SCM_INQ support to AF_UNIX   - Add SIOCINQ support to AF_VSOCK   - Add TCP_MAXSEG sockopt to MPTCP   - Add IPv6 force_forwarding sysctl to enable forwarding per interface   - Make TCP validation of whether packet fully fits in the receive     window and the rcv_buf more strict. With increased use of HW     aggregation a single &quot;packet&quot; can be multiple 100s of kB   - Add MSG_MORE flag to optimize large TCP transmissions via sockmap,     improves latency up to 33% for sockmap users   - Convert TCP send queue handling from tasklet to BH workque   - Improve BPF iteration over TCP sockets to see each socket exactly     once   - Remove obsolete and unused TCP RFC3517/RFC6675 loss recovery code   - Support enabling kernel threads for NAPI processing on per-NAPI     instance basis rather than a whole device. Fully stop the kernel     NAPI thread when threaded NAPI gets disabled. Previously thread     would stick around until ifdown due to tricky synchronization   - Allow multicast routing to take effect on locally-generated packets   - Add output interface argument for End.X in segment routing   - MCTP: add support for gateway routing, improve bind() handling   - Don&apos;t require rtnl_lock when fetching an IPv6 neighbor over Netlink   - Add a new neighbor flag (&quot;extern_valid&quot;), which cedes refresh     responsibilities to userspace. This is needed for EVPN multi-homing     where a neighbor entry for a multi-homed host needs to be synced     across all the VTEPs among which the host is multi-homed   - Support NUD_PERMANENT for proxy neighbor entries   - Add a new queuing discipline for IETF RFC9332 DualQ Coupled AQM   - Add sequence numbers to netconsole messages. Unregister     netconsole&apos;s console when all net targets are removed. Code     refactoring. Add a number of selftests   - Align IPSec inbound SA lookup to RFC 4301. Only SPI and protocol     should be used for an inbound SA lookup   - Support inspecting ref_tracker state via DebugFS   - Don&apos;t force bonding advertisement frames tx to ~333 ms boundaries.     Add broadcast_neighbor option to send ARP/ND on all bonded links   - Allow providing upcall pid for the &apos;execute&apos; command in openvswitch   - Remove DCCP support from Netfilter&apos;s conntrack   - Disallow multiple packet duplications in the queuing layer   - Prevent use of deprecated iptables code on PREEMPT_RT  Driver API:   - Support RSS and hashing configuration over ethtool Netlink   - Add dedicated ethtool callbacks for getting and setting hashing     fields   - Add support for power budget evaluation strategy in PSE /     Power-over-Ethernet. Generate Netlink events for overcurrent etc   - Support DPLL phase offset monitoring across all device inputs.     Support providing clock reference and SYNC over separate DPLL     inputs   - Support traffic classes in devlink rate API for bandwidth     management   - Remove rtnl_lock dependency from UDP tunnel port configuration  Device drivers:   - Add a new Broadcom driver for 800G Ethernet (bnge)   - Add a standalone driver for Microchip ZL3073x DPLL   - Remove IBM&apos;s NETIUCV device driver   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support zero-copy Tx of DMABUF memory         - take page size into account for page pool recycling rings      - Intel (100G, ice, idpf):         - idpf: XDP and AF_XDP support preparations         - idpf: add flow steering         - add link_down_events statistic         - clean up the TSPLL code         - preparations for live VM migration      - nVidia/Mellanox:         - support zero-copy Rx/Tx interfaces (DMABUF and io_uring)         - optimize context memory usage for matchers         - expose serial numbers in devlink info         - support PCIe congestion metrics      - Meta (fbnic):         - add 25G, 50G, and 100G link modes to phylink         - support dumping FW logs      - Marvell/Cavium:         - support for CN20K generation of the Octeon chips      - Amazon:         - add HW clock (without timestamping, just hypervisor time access)   - Ethernet virtual:      - VirtIO net:         - support segmentation of UDP-tunnel-encapsulated packets      - Google (gve):         - support packet timestamping and clock synchronization      - Microsoft vNIC:         - add handler for device-originated servicing events         - allow dynamic MSI-X vector allocation         - support Tx bandwidth clamping   - Ethernet NICs consumer, and embedded:      - AMD:         - amd-xgbe: hardware timestamping and PTP clock support      - Broadcom integrated MACs (bcmgenet, bcmasp):         - use napi_complete_done() return value to support NAPI polling         - add support for re-starting auto-negotiation      - Broadcom switches (b53):         - support BCM5325 switches         - add bcm63xx EPHY power control      - Synopsys (stmmac):         - lots of code refactoring and cleanups      - TI:         - icssg-prueth: read firmware-names from device tree         - icssg: PRP offload support      - Microchip:         - lan78xx: convert to PHYLINK for improved PHY and MAC management         - ksz: add KSZ8463 switch support      - Intel:         - support similar queue priority scheme in multi-queue and           time-sensitive networking (taprio)         - support packet pre-emption in both      - RealTek (r8169):         - enable EEE at 5Gbps on RTL8126      - Airoha:         - add PPPoE offload support         - MDIO bus controller for Airoha AN7583   - Ethernet PHYs:      - support for the IPQ5018 internal GE PHY      - micrel KSZ9477 switch-integrated PHYs:         - add MDI/MDI-X control support         - add RX error counters         - add cable test support         - add Signal Quality Indicator (SQI) reporting      - dp83tg720: improve reset handling and reduce link recovery time      - support bcm54811 (and its MII-Lite interface type)      - air_en8811h: support resume/suspend      - support PHY counters for QCA807x and QCA808x      - support WoL for QCA807x   - CAN drivers:      - rcar_canfd: support for Transceiver Delay Compensation      - kvaser: report FW versions via devlink dev info   - WiFi:      - extended regulatory info support (6 GHz)      - add statistics and beacon monitor for Multi-Link Operation (MLO)      - support S1G aggregation, improve S1G support      - add Radio Measurement action fields      - support per-radio RTS threshold      - some work around how FIPS affects wifi, which was wrong (RC4 is        used by TKIP, not only WEP)      - improvements for unsolicited probe response handling   - WiFi drivers:      - RealTek (rtw88):         - IBSS mode for SDIO devices      - RealTek (rtw89):         - BT coexistence for MLO/WiFi7         - concurrent station + P2P support         - support for USB devices RTL8851BU/RTL8852BU      - Intel (iwlwifi):         - use embedded PNVM in (to be released) FW images to fix           compatibility issues         - many cleanups (unused FW APIs, PCIe code, WoWLAN)         - some FIPS interoperability      - MediaTek (mt76):         - firmware recovery improvements         - more MLO work      - Qualcomm/Atheros (ath12k):         - fix scan on multi-radio devices         - more EHT/Wi-Fi 7 features         - encapsulation/decapsulation offload      - Broadcom (brcm80211):         - support SDIO 43751 device   - Bluetooth:      - hci_event: add support for handling LE BIG Sync Lost event      - ISO: add socket option to report packet seqnum via CMSG      - ISO: support SCM_TIMESTAMPING for ISO TS   - Bluetooth drivers:      - intel_pcie: support Function Level Reset      - nxpuart: add support for 4M baudrate      - nxpuart: implement powerup sequence, reset, FW dump, and FW loading&quot;* tag &apos;net-next-6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1742 commits)  dpll: zl3073x: Fix build failure  selftests: bpf: fix legacy netfilter options  ipv6: annotate data-races around rt-&gt;fib6_nsiblings  ipv6: fix possible infinite loop in fib6_info_uses_dev()  ipv6: prevent infinite loop in rt6_nlmsg_size()  ipv6: add a retry logic in net6_rt_notify()  vrf: Drop existing dst reference in vrf_ip6_input_dst  net/sched: taprio: align entry index attr validation with mqprio  net: fsl_pq_mdio: use dev_err_probe  selftests: rtnetlink.sh: remove esp4_offload after test  vsock: remove unnecessary null check in vsock_getname()  igb: xsk: solve negative overflow of nb_pkts in zerocopy mode  stmmac: xsk: fix negative overflow of budget in zerocopy mode  dt-bindings: ieee802154: Convert at86rf230.txt yaml format  net: dsa: microchip: Disable PTP function of KSZ8463  net: dsa: microchip: Setup fiber ports for KSZ8463  net: dsa: microchip: Write switch MAC address differently for KSZ8463  net: dsa: microchip: Use different registers for KSZ8463  net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver  dt-bindings: net: dsa: microchip: Add KSZ8463 switch support  ...

            List of files:
            /linux/arch/m68k/configs/atari_defconfig</description>
        <pubDate>Wed, 30 Jul 2025 17:58:55 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
