)]}'
{
  "log": [
    {
      "commit": "7baf5857e15d722776898510a10546d6b2f18645",
      "tree": "c866cfd094359b8fde6542d652efafe17c46081e",
      "parents": [
        "334a70c454e4be5bc1a835ab8415bce255320bce"
      ],
      "author": {
        "name": "Chelsy Ratnawat",
        "email": "chelsyratnawat2001@gmail.com",
        "time": "Fri Apr 03 12:33:24 2026 -0700"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 10:43:27 2026 +0200"
      },
      "message": "wifi: brcmsmac: phy_lcn: Remove dead code in wlc_lcnphy_radio_2064_channel_tune_4313()\n\nThe variable rfpll_doubler is initialized to 0 and then unconditionally\nset to 1 on the very next line, making the subsequent check for\n!rfpll_doubler always evaluate to false. This results in logically\ndead code that has never been executed.\n\nRemove the unused variable, the unreachable conditional branch, and\nsimplify the fpfd calculation to directly use the PLL doubler values.\n\nSigned-off-by: Chelsy Ratnawat \u003cchelsyratnawat2001@gmail.com\u003e\nAcked-by: Arend van Spriel \u003carend.vanspriel@broadcom.com\u003e\nLink: https://patch.msgid.link/20260403193324.141753-1-chelsyratnawat2001@gmail.com\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "334a70c454e4be5bc1a835ab8415bce255320bce",
      "tree": "071c5e58c20ca4d1cf1058b47c625af2f65e03b2",
      "parents": [
        "51129a2ca0482b006d0e12a0aa025ff1e1cad2cb",
        "34a5329beee86a22a446e27eb37f06caa63479ca"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:58:20 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 10:43:12 2026 +0200"
      },
      "message": "Merge tag \u0027ath-next-20260427\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath\n\nJeff Johnson says:\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nath.git patches for v7.2 (PR #1)\n\nFor ath9k:\n- improve the GPIO interface.\n\nFor ath12k:\n- replace dynamic memory allocation in WMI rx path\n- avoid buffer overread when configuring IRQs\n- code housekeeping\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "51129a2ca0482b006d0e12a0aa025ff1e1cad2cb",
      "tree": "103ac8071fe63dbcb179b1dacddc32a66375a1aa",
      "parents": [
        "9fd003edab0216df681c98277d3723cc1d535948"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Fri Apr 17 14:16:01 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:31:56 2026 +0200"
      },
      "message": "wifi: mac80211: always allow transmitting null-data on TXQs\n\nJouni reported that certain sequences of tests caused some\nWDS tests to fail after applying the upcoming hwsim changes\nfor NAN. I bisected that down to converting hwsim to TXQs,\nand after a long debug session found that the 4-addr NDP was\ngetting dropped, because it goes out via a (management) TXQ\nand is a data frame.\n\nIt\u0027s unclear to me now why this only happens in some test\nsequences (e.g. \"sigma_dut_sae_h2e_ap_loop ap_wds_sta\" and\n\"sigma_dut_eap_ttls_all_akm_suites ap_wds_sta_open\"), maybe\nthat affects timing and the frame is otherwise delayed in\nsome way.\n\nCorrect the check to only drop frames that actually carry\ndata, not NDPs.\n\nReported-by: Jouni Malinen \u003cj@w1.fi\u003e\nLink: https://patch.msgid.link/20260417141601.851ddf4adb59.I3d668c0e1bdca9cd98f2fc46f84a066e68cc7a62@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "9fd003edab0216df681c98277d3723cc1d535948",
      "tree": "703f9e1ae9c678fc45f6b7a046160196a51bf706",
      "parents": [
        "ab45ef0f6e1c2d32eaba5878ebb11793c7ebd5c7"
      ],
      "author": {
        "name": "Dmitry Antipov",
        "email": "dmantipov@yandex.ru",
        "time": "Fri Apr 17 13:55:56 2026 +0300"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:31:27 2026 +0200"
      },
      "message": "wifi: mac80211: use kstrtobool_from_user() in debugfs callbacks\n\nPrefer \u0027kstrtobool_from_user()\u0027 over an ad-hoc quirks in\n\u0027aql_enable_write()\u0027 and \u0027force_tx_status_write()\u0027 callbacks.\n\nSigned-off-by: Dmitry Antipov \u003cdmantipov@yandex.ru\u003e\nLink: https://patch.msgid.link/20260417105556.2886928-1-dmantipov@yandex.ru\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ab45ef0f6e1c2d32eaba5878ebb11793c7ebd5c7",
      "tree": "e3a609d31675a80825240b0c989dfff19cacdb89",
      "parents": [
        "55308cee9c2196f39cd1ce8ee6c1fed9e12a00d4"
      ],
      "author": {
        "name": "Daniel Gabay",
        "email": "daniel.gabay@intel.com",
        "time": "Wed Apr 15 18:35:55 2026 +0300"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:31:12 2026 +0200"
      },
      "message": "wifi: cfg80211: validate cipher suite for NAN Data keys\n\nPer Wi-Fi Aware v4.0 section 7.1.2, NAN Data interfaces shall only\nuse CCMP-128 or GCMP-256 for frame protection. Enforce this in\ncfg80211_validate_key_settings() by passing the wdev down to it.\n\nSigned-off-by: Daniel Gabay \u003cdaniel.gabay@intel.com\u003e\nReviewed-by: Ilan Peer \u003cilan.peer@intel.com\u003e\nReviewed-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n\nSigned-off-by: Miri Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415183550.14a422ac52fd.I486ae7188bc60e44503ecccc99af6ae3a31d16b8@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "55308cee9c2196f39cd1ce8ee6c1fed9e12a00d4",
      "tree": "1352d8056b180185c8fb3074850b25a87cdb63cf",
      "parents": [
        "16a346ce2e8047c1ef3bf12428672fad73d7f66c"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:53:48 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:30:47 2026 +0200"
      },
      "message": "wifi: nl80211: check link is beaconing for color change\n\nWhen trying to do a color change, validate that the link is\nbeaconing first, to avoid calling the driver with an invalid\nlink.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415145348.beb59ea5fbf7.I128a956a3e610bb6a5c9cad941d7d5b59b735a5e@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "16a346ce2e8047c1ef3bf12428672fad73d7f66c",
      "tree": "9b24f975b34983bdf200f46b06dbc7c54a9d2592",
      "parents": [
        "c9b62ab79133c74b10cb0b34599a294fd05e8d84"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:51:57 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:30:12 2026 +0200"
      },
      "message": "wifi: mac80211: clarify an 802.11 VHT spec reference\n\nJust saying \"Table 9-250\" isn\u0027t useful, without the version\nof the spec. Fix the number according to the latest released\nversion (-2020) and add the table name.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415145157.c85df460fc98.I350b4c290fb90977f62ed59ac0246afbacee1ebc@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "c9b62ab79133c74b10cb0b34599a294fd05e8d84",
      "tree": "b1d71a0b7ac158e7412cedea6dc96241ff4163d7",
      "parents": [
        "2abfda2ad2edf49a97bb93c608908b9130318efc"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:18 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: mac80211: fix per-station PHY capability bandwidth\n\nWhen a (link) station connected to an AP interface is not\ncapable of EHT, it\u0027s possible that the AP interface is in\n160 MHz but the HE channel is narrower, e.g. when EHT has\npuncturing.  In this case, the code doesn\u0027t correctly set\nthe STAs bandwidth, the station might be capable of using\n160 MHz, but it can\u0027t use EHT 160 MHz with puncturing, so\nit must be set to narrower.\n\nTrack the AP\u0027s \u0027he_and_lower_bw\u0027 bandwidth, use that when\ncalculating the maximum bandwidth to transmit to/from any\nstation not capable of EHT, and update all stations and\nthe chanctx min_def when it changes.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.d41efd67876c.I29ef615e6ab049a56c20f3226b5e953859f890b0@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "2abfda2ad2edf49a97bb93c608908b9130318efc",
      "tree": "397b5ed19b219261dae9d8104f07c5603a721e93",
      "parents": [
        "3967fe47e1d1bb886d2dc5c7267ada7c1653a3a4"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:17 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: mac80211: clarify per-STA bandwidth handling\n\nThe per-STA bandwidth handling is completely confusing, given\nthe function names etc.\n\nMove everything to sta_info.c and rename the functions to\naccurately reflect what they return:\n - ieee80211_sta_bw_capability()\n - ieee80211_sta_current_bw() can return the appropriate\n   bandwidth in the desired direction (a new enum)\n\nAt any given time, the bandwidth with which we expect to receive\nframes from a station may differ from the bandwidth with which\nwe may transmit frames to the station; this will happen either\nduring RX OMI negotiation, or for a long time if the station\nused an HT Notify Channel Width frame. We also implement the\n(VHT) Operating Mode Notification as an asymmetric setting, even\nif the spec would seem to imply it could be symmetric.\n\nAlso rename the \u0027cur_max_bandwidth\u0027 value to \u0027op_mode_bw\u0027 which\nmatches the \u0027op_mode_nss\u0027, indicating more clearly what it _is_\nrather than how it\u0027s _used_. It\u0027s not quite precise (NSS is)\nsince it\u0027s also HT chanwidth notification, but that seems OK.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.09ae71b74d5c.Ib59c2ac82e030559d1f7d462f06ba3488a090946@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "3967fe47e1d1bb886d2dc5c7267ada7c1653a3a4",
      "tree": "a1947ab8fd39b3d611b5f4570e30cac3e89f2f80",
      "parents": [
        "0b8201bc23425104cf1ca4de9470bad2456bd2be"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:16 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: nl80211: always validate AP operation/PHY regulatory\n\nInstead of validating the AP operation elements and PHY regulatory\nindividually in each caller, which missed CSA and color change,\npass the channel to the beacon parsing function and validate the\nparameters there. This adds it to the missing places.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.2a334f0bc247.I2e0b12ce5eddd422a553d10ba2ed7dcd0fbb1871@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "0b8201bc23425104cf1ca4de9470bad2456bd2be",
      "tree": "8546b1c755cc96f3cef8151fd5bc2a7e3fbc98f1",
      "parents": [
        "d642e759b73cbf4d9b8c40e55c44437465d31820"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:15 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: cfg80211: provide HT/VHT operation for AP beacon\n\nIn addition to providing HE/EHT/UHR operation, also check\nand provide HT/VHT operation, so that drivers have it and\ncan use it, e.g. to correctly calculate station bandwidth.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.32ad98454543.Ia9692671b699164edcc0bdaf4fdbdbefc50b18f8@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "d642e759b73cbf4d9b8c40e55c44437465d31820",
      "tree": "032f4c2434d4b806d2fef2744463edd465e1c695",
      "parents": [
        "a384ae96990250eaa676e3ff78e5ab2cd00565dd"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:14 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: nl80211: reject too short HT/VHT/HE/EHT capability/operation\n\nIf any of these are present, the code only assigns pointers when\nthey\u0027re also long enough. Instead of ignoring them in that case,\nreject the configuration instead.\n\nAlso add error messages to existing error paths.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.40c24d7ee2df.Ib1368e4d8e33a396f332a38a6ba6708fd188f143@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "a384ae96990250eaa676e3ff78e5ab2cd00565dd",
      "tree": "a50896095224df319ca56a006b467299d43cc10a",
      "parents": [
        "8b9a100e1a76c52988b31099b349fd95a58c8768"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:13 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: cfg80211: move AP HT/VHT/... operation to beacon info\n\nThe HT/VHT/HE/EHT/UHR operation can change, and might thus be\nupdated on each beacon update. Move them to the beacon struct\nand parse them out of the beacon also on updates, not just on\nstarting the AP.\n\nThis also fixes checks in two ways:\n - Regulatory checks in nl80211_validate_ap_phy_operation() are\n   now done also on updates, disallowing enabling HE/EHT/UHR on\n   channels that don\u0027t allow that after start. This checks only\n   operation now, but clients can\u0027t use it without operation.\n - NL80211_ATTR_UHR_OPERATION is now required whenever UHR is\n   present in the beacon, and rejected otherwise.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.f70758a46904.I0d21120b41eed661eefc61d5417dadaae7145845@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "8b9a100e1a76c52988b31099b349fd95a58c8768",
      "tree": "bfe3e19db763a59ff9546e46d8d24e284f760886",
      "parents": [
        "e12e20650f64d109971f27a30260f1012b7d26fe"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:12 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:29:02 2026 +0200"
      },
      "message": "wifi: nl80211: reject beacons with bad HE operation\n\nThe HE operation element not only needs to be longer than\nthe fixed part, but also have an appropriate size for the\nvariable part inside of it. Check this.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.6217f5974fb5.Iff7ff6bcb159584e756d0f825c65860cdd53c6ea@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "e12e20650f64d109971f27a30260f1012b7d26fe",
      "tree": "7f52f54e73ed0cd91774338fa9c7353c9c0e614a",
      "parents": [
        "9528f1a6821af3e0df47f4cb17faedaa51766dc6"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:11 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:28:54 2026 +0200"
      },
      "message": "wifi: cfg80211: remove HE/SAE H2E required fields\n\nThese are not used by any drivers, even the HT/VHT ones\nare only used by the qtnfmac driver. Remove the fields.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.a4a3ebb0f95a.Ifadd953e13133e7a45ee3318fb04b2ff9dde62e4@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "9528f1a6821af3e0df47f4cb17faedaa51766dc6",
      "tree": "5a4215a982e756e45005f7bb9a0570853910ef9c",
      "parents": [
        "da000365b640c9ab8accc21b560fc0493c924663"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:10 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:47 2026 +0200"
      },
      "message": "wifi: mac80211: remove ieee80211_sta_cur_vht_bw()\n\nWe can now easily always call _ieee80211_sta_cur_vht_bw() with\na valid chandef, so do that, remove ieee80211_sta_cur_vht_bw()\nand drop the underscore prefix.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.73659adc198f.Ic8fc88a7e016e62d00dca380ffbf47a54ef3daef@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "da000365b640c9ab8accc21b560fc0493c924663",
      "tree": "75b14e765602ff9e39e3c82ace7621c262c89a8e",
      "parents": [
        "d879d4da45797a360992b451e25a9a8c0512b1ef"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:09 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:46 2026 +0200"
      },
      "message": "wifi: mac80211: clean up ieee80211_sta_cap_rx_bw()\n\nThere are three versions of this function, but now there\u0027s\nno caller to ieee80211_sta_cap_rx_bw() and the chandef is\nalways given. Rename the functions to have one underscore\nless and rely on the chandef being passed.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.62f48003f11c.Ib84ab7aeab8b278ab46d85b142a66bf330909eb6@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "d879d4da45797a360992b451e25a9a8c0512b1ef",
      "tree": "0004caac68cdac538c4f59d252e049ff0d45e8dd",
      "parents": [
        "e5ad38a9b2614d627bc5af7f9f522027aa26e890"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:08 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:46 2026 +0200"
      },
      "message": "wifi: mac80211: clean up initial STA NSS/bandwidth handling\n\nCurrently, the initial STA bandwidth is set during each\nparsing of HT/VHT/... elements to the station capabilities,\nmultiple times, in a confusing way that\u0027s not very good in\nthe case of NAN stations either.\n\nFor now, keep the NULL chandef pointer and all that, but\nclean up the initial handling of NSS/BW capabilities and\nthen apply the VHT operation mode on top of that. This\nclarifies the code and the client code now also handles\nthe bandwidth change from Operating Mode Notification in\nassociation response.\n\nThe HT code is completely unnecessary now, since the VHT\n(soon to be renamed) function will be called and handles\nHT as well.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.a4d88eb27a8d.Id7a316e75e7e3dce2023d987e6939060f5286378@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "e5ad38a9b2614d627bc5af7f9f522027aa26e890",
      "tree": "599dcf4912d1f795229b3b0dfdb57e9d00fdc845",
      "parents": [
        "ae24cf3b692f4458a33d4a6aa7934d89bb1aae8f"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:07 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:46 2026 +0200"
      },
      "message": "wifi: mac80211: clean up STA NSS handling\n\nMove ieee80211_sta_init_nss() from VHT code to station code,\nand disentangle it from rate control. This way, it becomes\nclearer when \u0027rx_nss\u0027 is set up.\n\nWhile doing this, fix the client side code to set up\nlink_sta-\u003eop_mode_nss instead of link_sta-\u003epub-\u003erx_nss for\nthe opmode element in association response, and remove the\n(now wrong) comment about handling that in the function.\n\ntype\u003dcleanup\nticket\u003dnone\n\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nReviewed-on: https://gerritwcs.ir.intel.com/c/iwlwifi-stack-dev/+/273695\nTested-by: iil_jenkins iil_jenkins \u003cEC.GER.UNIX.IIL.JENKINS@INTEL.COM\u003e\ntested: iil_jenkins iil_jenkins \u003cEC.GER.UNIX.IIL.JENKINS@INTEL.COM\u003e\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.bef3d07beeb6.I97fb93ccc1b366110ab23de58fcd73676cdd85d6@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ae24cf3b692f4458a33d4a6aa7934d89bb1aae8f",
      "tree": "43ad8ac4499ca19dd5450d61ad8be43d7f2a304e",
      "parents": [
        "032d1a3fc0e95ca804213df65ef57f5ced2a867b"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:06 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:46 2026 +0200"
      },
      "message": "wifi: mac80211: simplify ieee80211_sta_rx_bw_to_chan_width()\n\nThis function is only called for at least HT capable stations,\nso doesn\u0027t need to differentiate 20/20_NOHT. Also, the check\nfor VHT 160 MHz support is wrong, since a station could have\nsupport for both and the AP is using 80+80, but nothing cares\nanyway, so we don\u0027t need that.\n\nSimplify the function and move it to util.c since it now no\nlonger is related to VHT, and also doesn\u0027t need a station.\n\nAlso use the new function in ieee80211_get_sta_bw() for the\nchandef calculations, it just needs to handle the 20/20-noht\nseparately; while at it fix that to handle HE stations.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.7b0be1059436.I573add4e3ed68b15f8b45122d053ac523afe4025@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "032d1a3fc0e95ca804213df65ef57f5ced2a867b",
      "tree": "453fae3f296be1f743129e935f20e30948088737",
      "parents": [
        "163ddfd3bbeb3bafc110675e55d0112692d2b2ea"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:05 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:46 2026 +0200"
      },
      "message": "wifi: nl80211: document channel opmode change channel width\n\nThe opmode change notification is entirely unused by existing\nuserspace except for printing out the values. As such, there\u0027s\nno need to keep it perfectly accurate, and the implementation\nin mac80211 doesn\u0027t report it correctly today. Add a note in\nthe documentation that it may not differentiate 80+80 and 160.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.87d5b1ce688f.Ia9a0769d52dcfe56f7b0dff903ed14db3ef04920@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "163ddfd3bbeb3bafc110675e55d0112692d2b2ea",
      "tree": "ce09f839c6c8ba45d8c745beb8c70ac75e111caf",
      "parents": [
        "0e5c735ef797c9b88bfa8ac817158cfe15db1f0b"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:04 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:45 2026 +0200"
      },
      "message": "wifi: mac80211: remove ieee80211_sta_cap_chan_bw()\n\nThis function is only used by TDLS, but is more or less equivalent\nto ieee80211_sta_cap_rx_bw() (which takes OMI into account, but that\nwon\u0027t be used in TDLS), except it tries to differentiate 80+80 and\n160, but then caller doesn\u0027t care about that. Remove the function.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.138728393e2b.I4ea9221cafcfd034dda430e76de82eec59ab1e71@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "0e5c735ef797c9b88bfa8ac817158cfe15db1f0b",
      "tree": "d9c11e043f2ec3f572da953a492dd1350143f68e",
      "parents": [
        "e36b3322a41b7de0168ad6a37bdd1219cfe35077"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:03 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:45 2026 +0200"
      },
      "message": "wifi: mac80211: use chandef in TDLS chanctx handling\n\nWhen getting the station\u0027s bandwidth for TDLS chanctx\nupdates, pass the chandef so that the band can be used\nin _ieee80211_sta_cap_rx_bw(), instead of this using\nieee80211_sta_cap_rx_bw() which looks it up from the\nlink.\n\nThis removes the last user of ieee80211_sta_cap_rx_bw().\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.cc7c1590e953.Id2381d2b5a9d1ded170501976240d4fca23ee35c@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "e36b3322a41b7de0168ad6a37bdd1219cfe35077",
      "tree": "39d7f83e34cc1bb94bb307a2f1323d23add36810",
      "parents": [
        "ad28808f3f5984f3751b7ae741ecfd568f2f30c7"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:02 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:45 2026 +0200"
      },
      "message": "wifi: mac80211: use chandef in ieee80211_get_sta_bw()\n\nWhen getting the bandwidth the station uses in order to\ncalculate the channel context\u0027s min_def, pass the channel\nfor the link to _ieee80211_sta_cap_rx_bw() instead of using\nieee80211_sta_cap_rx_bw(), which looks it up.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.d2bdf106a39f.I6ae07289a272dd9e27118f9fa324a4865f994003@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ad28808f3f5984f3751b7ae741ecfd568f2f30c7",
      "tree": "2337575c5896cfd6d00015a24f347c66ee202272",
      "parents": [
        "ab806dcd85f0353361eef16559ade5d3eb47ca95"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:01 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:45 2026 +0200"
      },
      "message": "wifi: mac80211: use max BW for HT channel width update\n\nWhen an HT channel width update comes in, don\u0027t use the\ncapability of the station, but rather set it to max as\nthe capability will be taken into account anyway when\nusing the value.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.bab6e4195d78.I9683605229ed1b75ff5a9c14e967762e88b3fc36@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ab806dcd85f0353361eef16559ade5d3eb47ca95",
      "tree": "7c1ecfaa87cc10405db2f7450d5ac916eb196c6e",
      "parents": [
        "8b02fd2c6410516d0e93c07e08192137ec08c83a"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:42:00 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:44 2026 +0200"
      },
      "message": "wifi: mac80211: set cur_max_bandwidth to maximum\n\nInstead of calculating the individual maximum for each\nstation from its capabilities, just unconditionally set\ncur_max_bandwidth to IEEE80211_STA_RX_BW_MAX. This still\nworks because cur_max_bandwidth is only used together\nwith the capabilities of the station anyway, and then\nadjusted by HT channel width notification or VHT opmode\nnotification action frames.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.43cdb11b5c7e.I99a7ea2ab10b6fffb68a401a26b98d546e428c11@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "8b02fd2c6410516d0e93c07e08192137ec08c83a",
      "tree": "cad4d19f5abe3f548fccf897f7781d88d0f98f2c",
      "parents": [
        "9dcc1af3bbf5441f71a1e51b8d81bdf38a249607"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Wed Apr 15 14:41:59 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:44 2026 +0200"
      },
      "message": "wifi: mac80211: remove NAN guards on ieee80211_sta_cur_vht_bw() calls\n\nThe NAN guards here make little sense, just don\u0027t WARN inside\nthe function (and return maximum instead of minimum). Otherwise\nwe need to guard more calls, such as in EHT in the future.\n\nReviewed-by: Miriam Rachel Korenblit \u003cmiriam.rachel.korenblit@intel.com\u003e\nLink: https://patch.msgid.link/20260415144514.be6bc3fd5fdf.I38ce6c763c361a3ce50618e820a0818eb18e49dd@changeid\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "9dcc1af3bbf5441f71a1e51b8d81bdf38a249607",
      "tree": "7e40e2ae78c3f7e046d4e2163fc11cae780d631b",
      "parents": [
        "7187d145d9042b037e4f10538f70cf95e380219f"
      ],
      "author": {
        "name": "Louis Kotze",
        "email": "loukot@gmail.com",
        "time": "Tue Apr 14 14:27:28 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:27:08 2026 +0200"
      },
      "message": "wifi: cfg80211: fix grammar in MLO group key error message\n\nThe error message emitted by nl80211_validate_key_link_id() when a group\nkey install on an MLO wdev is missing the link ID reads \"link ID must\nfor MLO group key\", which is missing the words \"be set\". This makes the\nerror harder to grep and parse in userspace logs, and is reported\nverbatim by wpa_supplicant via its nl80211 extack relay, e.g.:\n\n  wpa_supplicant: nl80211: kernel reports: link ID must for MLO group key\n\nThe sibling error strings in the same helper already use grammatical\nphrasing (\"link ID not allowed for pairwise key\", \"invalid link ID for\nMLO group key\", \"link ID not allowed for non-MLO group key\"). Fix this\none to match.\n\nNo functional change.\n\nFixes: e7a7b84e3317 (\"wifi: cfg80211: Add link_id parameter to various key operations for MLO\")\nSigned-off-by: Louis Kotze \u003cloukot@gmail.com\u003e\nLink: https://patch.msgid.link/20260414122728.92234-1-loukot@gmail.com\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "7187d145d9042b037e4f10538f70cf95e380219f",
      "tree": "346970712d33c2b8269c382357ce64b2d4e3a5f9",
      "parents": [
        "ed1e31d784cbb8db9082d553641cbb0cd2b49989"
      ],
      "author": {
        "name": "Yuqi Xu",
        "email": "xuyuqiabc@gmail.com",
        "time": "Mon Apr 13 20:30:00 2026 +0800"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:26:39 2026 +0200"
      },
      "message": "wifi: cfg80211: reject duplicate wiphy cipher suite entries\n\nDuplicate entries in wiphy-\u003ecipher_suites do not describe any\nadditional capability, but cfg80211 currently accepts them and leaves\nindividual consumers to deal with them.\n\nOne such consumer is the WEXT compatibility code, which appends a WEP\nkey length for each WEP cipher entry it sees. Repeated WEP entries can\ntherefore overflow the fixed iw_range::encoding_size array returned by\nSIOCGIWRANGE.\n\nReject duplicate cipher suite entries in wiphy_register() instead.\nThis keeps the cipher suite invariant in one place and makes malformed\nwiphy descriptions fail early with -EINVAL, rather than relying on a\nsingle cfg80211 user to handle duplicates correctly.\n\nReported-by: Yifan Wu \u003cyifanwucs@gmail.com\u003e\nReported-by: Juefei Pu \u003ctomapufckgml@gmail.com\u003e\nCo-developed-by: Yuan Tan \u003cyuantan098@gmail.com\u003e\nSigned-off-by: Yuan Tan \u003cyuantan098@gmail.com\u003e\nSuggested-by: Xin Liu \u003cbird@lzu.edu.cn\u003e\nSigned-off-by: Yuqi Xu \u003cxuyuqiabc@gmail.com\u003e\nSigned-off-by: Ren Wei \u003cn05ec@lzu.edu.cn\u003e\nLink: https://patch.msgid.link/20260413123000.1480661-1-n05ec@lzu.edu.cn\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ed1e31d784cbb8db9082d553641cbb0cd2b49989",
      "tree": "80b5411aff41038c05c5133dcc1d40b988791d24",
      "parents": [
        "37f3787636434593833a6d03de861af4ec09cb88"
      ],
      "author": {
        "name": "Ping-Ke Shih",
        "email": "pkshih@realtek.com",
        "time": "Sat Apr 11 15:25:09 2026 +0800"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:25:42 2026 +0200"
      },
      "message": "wifi: mac80211: add __packed to union members of struct ieee80211_rx_status\n\nThe arm-linux-gnueabi-gcc compiler, align the field followed by union\nmembers, causing size of struct ieee80211_rx_status over skb-\u003ecb\n(48 bytes). By investigation, the union member starts at offset 32,\nand the offset of next field rate_idx is 36 instead of expected 33, and\nthe total size is (unexpected) 52.\n\nWhen compiling rtw88 driver, it throws:\n\nIn file included from /work/linux-src/linux-stable/include/linux/string.h:386,\n                 from /work/linux-src/linux-stable/include/linux/bitmap.h:13,\n                 from /work/linux-src/linux-stable/include/linux/cpumask.h:11,\n                 from /work/linux-src/linux-stable/include/linux/smp.h:13,\n                 from /work/linux-src/linux-stable/include/linux/lockdep.h:14,\n                 from /work/linux-src/linux-stable/include/linux/mutex.h:17,\n                 from /work/linux-src/linux-stable/include/linux/kernfs.h:11,\n                 from /work/linux-src/linux-stable/include/linux/sysfs.h:16,\n                 from /work/linux-src/linux-stable/include/linux/kobject.h:20,\n                 from /work/linux-src/linux-stable/include/linux/dmi.h:6,\n                 from pci.c:5:\nIn function \u0027fortify_memcpy_chk\u0027,\n    inlined from \u0027rtw_pci_rx_napi.constprop\u0027 at pci.c:1095:4:\n/work/linux-src/linux-stable/include/linux/fortify-string.h:569:25: warning: call to \u0027__write_overflow_field\u0027 declared with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Wattribute-warning]\n  569 |                         __write_overflow_field(p_size_field, size);\n      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAfter this patch, the size of struct ieee80211_rx_status is 48.\n\nSigned-off-by: Ping-Ke Shih \u003cpkshih@realtek.com\u003e\nLink: https://patch.msgid.link/20260411072509.1556635-1-pkshih@realtek.com\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "37f3787636434593833a6d03de861af4ec09cb88",
      "tree": "d7ac1c4e029c4f82c6613f36731ffb40a334d246",
      "parents": [
        "5858f5e1588fab66573d50c06dbcdd12830044ca"
      ],
      "author": {
        "name": "Pablo Martin-Gomez",
        "email": "pmartin-gomez@freebox.fr",
        "time": "Fri Apr 10 19:04:26 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:24:32 2026 +0200"
      },
      "message": "wifi: Update EML function documentation to remove EMLSR-specific references\n\nTransition Timeout is not specific to EMLSR, and is used by both EMLSR\nand EMLMR mode.\n\nSigned-off-by: Pablo Martin-Gomez \u003cpmartin-gomez@freebox.fr\u003e\nLink: https://patch.msgid.link/20260410170429.343617-5-pmartin-gomez@freebox.fr\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "5858f5e1588fab66573d50c06dbcdd12830044ca",
      "tree": "e57e32d6526ca8b2468e142c93d3127dcf68dab2",
      "parents": [
        "53f24921d81c97152c086ab2765969fcaa6173cc"
      ],
      "author": {
        "name": "Pablo Martin-Gomez",
        "email": "pmartin-gomez@freebox.fr",
        "time": "Fri Apr 10 19:04:25 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:24:32 2026 +0200"
      },
      "message": "wifi: Rename EMLSR delay constants and add EMLMR helpers and definitions\n\nIn the final version of 802.11be-2024, Transition Delay and Padding\nDelay subfield are for both EMLSR and EMLMR. Depending if the mode is\nEMLSR or EMLMR, the interpretation of the encoded value might change.\n\nDefine all the constants and helpers to interpret delay subfields both\nin EMLSR and EMLMR mode.\n\nSigned-off-by: Pablo Martin-Gomez \u003cpmartin-gomez@freebox.fr\u003e\nLink: https://patch.msgid.link/20260410170429.343617-4-pmartin-gomez@freebox.fr\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "53f24921d81c97152c086ab2765969fcaa6173cc",
      "tree": "96fc114fb0d62ecdca5dca120487d324397770b8",
      "parents": [
        "ed02757f7c56bdd831d2244825400e33be776765"
      ],
      "author": {
        "name": "Pablo Martin-Gomez",
        "email": "pmartin-gomez@freebox.fr",
        "time": "Fri Apr 10 19:04:24 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:24:32 2026 +0200"
      },
      "message": "wifi: Remove EMLMR Delay subfield definitions\n\nIn the finalized version of 802.11be-2024, the EMLMR delay values have\nbeen merged in the EMLSR Padding/Transition Delay subfields and\ntherefore the subfield EMLMR Delay has been converted to a reserved field.\n\nSigned-off-by: Pablo Martin-Gomez \u003cpmartin-gomez@freebox.fr\u003e\nLink: https://patch.msgid.link/20260410170429.343617-3-pmartin-gomez@freebox.fr\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "ed02757f7c56bdd831d2244825400e33be776765",
      "tree": "fab398db0e1f324a959c77075ca85afafde5585c",
      "parents": [
        "254f49634ee16a731174d2ae34bc50bd5f45e731"
      ],
      "author": {
        "name": "Pablo Martin-Gomez",
        "email": "pmartin-gomez@freebox.fr",
        "time": "Fri Apr 10 19:04:23 2026 +0200"
      },
      "committer": {
        "name": "Johannes Berg",
        "email": "johannes.berg@intel.com",
        "time": "Tue Apr 28 09:24:31 2026 +0200"
      },
      "message": "wifi: Remove invalid 128TU transition timeout constant\n\nIn Table 9-417m of 802.11be-2024, Transition Timeout is defined up\nto value 10 for a Transition Timeout of 64TUs. The value 11 is reserved\nand does not correspond to a Transition Timeout of 128TUs.\n\nSigned-off-by: Pablo Martin-Gomez \u003cpmartin-gomez@freebox.fr\u003e\nLink: https://patch.msgid.link/20260410170429.343617-2-pmartin-gomez@freebox.fr\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\n"
    },
    {
      "commit": "254f49634ee16a731174d2ae34bc50bd5f45e731",
      "tree": "85d458ac0d767dfd837e09fce9cbf96186955475",
      "parents": [
        "14479877c1ec9667edb4a7c20a8d7a704e7249ca"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 14:19:00 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 14:19:00 2026 -0700"
      },
      "message": "Linux 7.1-rc1\n"
    },
    {
      "commit": "14479877c1ec9667edb4a7c20a8d7a704e7249ca",
      "tree": "5c90898ad7fd03b7d0164bcde816bd25c1e51c79",
      "parents": [
        "20b64cf8705a0f6268bb9a320eb6b4c425f3ec6c",
        "522567362b634015ca85b5460482ee0843feb105"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 14:03:20 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 14:03:20 2026 -0700"
      },
      "message": "Merge tag \u0027clk-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux\n\nPull clk fix from Stephen Boyd:\n \"One more fix for the merge window to avoid a boot hang on\n  Raspberry Pi 3B by marking the VEC clk critical so that it\n  doesn\u0027t get turned off and hang the bus\"\n\n* tag \u0027clk-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:\n  clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED\n"
    },
    {
      "commit": "20b64cf8705a0f6268bb9a320eb6b4c425f3ec6c",
      "tree": "6e55fdd6b6bfc4efe61d061cca785890663ba769",
      "parents": [
        "b935117fe6d1af576e39b1f18c9e875f44bd146f",
        "3177779ae17db4c66c851f799505fb95c7530c03"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 09:51:29 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 26 09:51:29 2026 -0700"
      },
      "message": "Merge tag \u0027tsm-for-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm\n\nPull PCIe TSP update from Dan Williams:\n \"A small update for the TSM core. It is arguably a fix and coming in\n  late as I have been offline the past few weeks:\n\n   - Drop class_create() for the \u0027tsm\u0027 class\"\n\n* tag \u0027tsm-for-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm:\n  virt: coco: change tsm_class to a const struct\n"
    },
    {
      "commit": "b935117fe6d1af576e39b1f18c9e875f44bd146f",
      "tree": "1da88d9f76fcf4a130f93657dbe79f16e7959968",
      "parents": [
        "2ff1bc41ef9133a52c116b36e5e88430353a8ba5",
        "75f7c47ccd78c947cf1b6ddb18ea453ff0555716"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 17:04:15 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 17:04:15 2026 -0700"
      },
      "message": "Merge tag \u0027kbuild-fixes-7.1-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux\n\nPull Kbuild fixes from Nicolas Schier:\n\n - builddeb - avoid recompiles for non-cross-compiles\n\n   Avoid triggering complete rebuilds for non-cross-compile Debian\n   package builds by only triggering the rebuild of host tools for\n   actual cross-compile builds\n\n - Never respect CONFIG_WERROR / W\u003de to fixdep\n\n   Avoid spurious rebuilds of fixdep w/ and w/o -Werror during a single\n   kbuild invocation by never respecting CONFIG_WERROR for fixdep\n\n* tag \u0027kbuild-fixes-7.1-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:\n  kbuild: Never respect CONFIG_WERROR / W\u003de to fixdep\n  kbuild: builddeb - avoid recompiles for non-cross-compiles\n"
    },
    {
      "commit": "2ff1bc41ef9133a52c116b36e5e88430353a8ba5",
      "tree": "b996f0b1396f6300f50afa1703b54ec4f4c249bb",
      "parents": [
        "211d5933141197b37a7501271e49e4b88540615f",
        "6112da1ea4a7cfac35e51a20d17ca9cdf946c368"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:58:34 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:58:34 2026 -0700"
      },
      "message": "Merge tag \u0027power-utilities-2026.04.25\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux\n\nPull power utility updates from Len Brown:\n \"x86_energy_perf_policy:\n   - Initial SoC Slider support\n\n turbostat:\n   - Display HT siblings in cpu# order\n   - Add Module-ID column\n   - Print Core-ID and APIC-ID in hex\n   - Fix misc bugs\"\n\n* tag \u0027power-utilities-2026.04.25\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:\n  tools/power x86_energy_perf_policy: Version 2026.04.25\n  tools/power x86_energy_perf_policy.8: Document SoC Slider Options\n  tools/power x86_energy_perf_policy: Enhances SoC Slider related checks\n  tools/power turbostat: v2026.04.21\n  tools/power turbostat: Process HT siblings in CPU order\n  tools/power turbostat: Show module_id column\n  tools/power turbostat: Print core_id and apic_id in hex\n  tools/power turbostat: Cleanup print helper functions\n  tools/power turbostat: Fix --cpu-set 1 regression on HT systems\n  tools/power turbostat: Fix --cpu-set 0 regression on HT systems\n  tools/power turbostat: Fix unrecognized option \u0027-P\u0027\n  tools/power turbostat: Fix AMD RAPL regression on big systems\n  tools/power/x86: Add SOC slider and platform profile support\n"
    },
    {
      "commit": "211d5933141197b37a7501271e49e4b88540615f",
      "tree": "010d7ae0a4ac4aeda99bebefc4c0194551613424",
      "parents": [
        "1d9f1b5e4374c6b40df1a56b35901312ec98c9af",
        "0fedce7244e4b85c049ce579c87e298a1b0b811d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:39:03 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:39:03 2026 -0700"
      },
      "message": "Merge tag \u0027rtc-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux\n\nPull RTC updates from Alexandre Belloni:\n \"Subsystem:\n   - add data_race() in rtc_dev_poll()\n\n  Drivers:\n   - remove i2c_match_id usage\n   - abx80x: Disable alarm feature if no interrupt attached\n   - ti-k3: support resuming from IO DDR low power mode\"\n\n* tag \u0027rtc-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:\n  rtc: abx80x: Disable alarm feature if no interrupt attached\n  rtc: ntxec: fix OF node reference imbalance\n  rtc: pic32: allow driver to be compiled with COMPILE_TEST\n  rtc: ti-k3: Add support to resume from IO DDR low power mode\n  rtc: cmos: Use platform_get_irq_optional() in cmos_platform_probe()\n  dt-bindings: rtc: add olpc,xo1-rtc to trivial-rtc\n  dt-bindings: rtc: sc2731: Add compatible for SC2730\n  rtc: add data_race() in rtc_dev_poll()\n  rtc: armada38x: zalloc + calloc to single allocation\n  dt-bindings: rtc: isl12026: convert to YAML schema\n  dt-bindings: rtc: microcrystal,rv3028: Allow to specify vdd-supply\n  rtc: max77686: convert to i2c_new_ancillary_device\n  dt-bindings: rtc: mpfs-rtc: permit resets\n  rtc: rx8025: Remove use of i2c_match_id()\n  rtc: rv8803: Remove use of i2c_match_id()\n  rtc: rs5c372: Remove use of i2c_match_id()\n  rtc: pcf2127: Remove use of i2c_match_id()\n  rtc: m41t80: Remove use of i2c_match_id()\n  rtc: abx80x: Remove use of i2c_match_id()\n"
    },
    {
      "commit": "1d9f1b5e4374c6b40df1a56b35901312ec98c9af",
      "tree": "d4619174e5c8572a61a0d3b103abd776bb509a29",
      "parents": [
        "897d54018cc9aa97fd1529ca08a53b429d05a566",
        "949692da7211572fac419b2986b6abc0cd1aeb76"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:20:52 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 16:20:52 2026 -0700"
      },
      "message": "Merge tag \u0027for-next-tpm-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd\n\nPull tpm updates from Jarkko Sakkinen:\n \"Here are the accumulated fixes for 7.1-rc1 and a single structural\n  change worth mentioning separately: Rafael\u0027s commit converting tpm_crb\n  from ACPI driver to a platform driver\"\n\n* tag \u0027for-next-tpm-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:\n  tpm: tpm_tis: stop transmit if retries are exhausted\n  tpm: tpm_tis: add error logging for data transfer\n  tpm: avoid -Wunused-but-set-variable\n  tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()\n  tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()\n  tpm: Fix auth session leak in tpm2_get_random() error path\n  tpm: i2c: atmel: fix block comment formatting\n  tpm_crb: Convert ACPI driver to a platform one\n  tpm: Make tcpci_pm_ops variable static const\n"
    },
    {
      "commit": "6112da1ea4a7cfac35e51a20d17ca9cdf946c368",
      "tree": "6911677516ff9b9f380e363762a648b7890b3fe8",
      "parents": [
        "b488997b9cb006e175908b70fc0a2f3601a763d1",
        "f1c35c73191b7d23ed4bbc660a7b9ed5b32614e0"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 14:26:32 2026 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 14:26:32 2026 -0400"
      },
      "message": "Merge branches \u0027turbostat\u0027 and \u0027x86_energy_perf_policy\u0027 into power-utilities\n"
    },
    {
      "commit": "f1c35c73191b7d23ed4bbc660a7b9ed5b32614e0",
      "tree": "193af4b6b1059c628898d654c6bca19453d07e20",
      "parents": [
        "18c5b9ea4ea4be5ed9b5b6add30a2a7911326224"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 13:26:16 2026 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 14:18:45 2026 -0400"
      },
      "message": "tools/power x86_energy_perf_policy: Version 2026.04.25\n\nSince v2025.11.22:\n\tInitial SoC Slider support\n\tSoC Slider is an SoC-wide power/performance policy setting.\n\tOn SoC Slider systems, EPP plays a diminished role.\n\nWhitespace cleanup via: indent -npro -kr -i8 -ts8 -sob -l160 -ss -ncs -cp1\n\nNo functional changes\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "18c5b9ea4ea4be5ed9b5b6add30a2a7911326224",
      "tree": "b164c15492eca81b874bb7463ea44b3ffc58ed75",
      "parents": [
        "25ff5848c05bc660739089cf9c6de4a166bd7932"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 12:10:54 2026 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 14:16:53 2026 -0400"
      },
      "message": "tools/power x86_energy_perf_policy.8: Document SoC Slider Options\n\nx86_energy_perf_policy accesses the SoC Slider via standard\nuser/kernel APIs to the processor_thermal_soc_slider driver.\n\nMachines that support SoC Slider largely use it instead of EPP,\nwhich may continue to exist in a diminished role, or vanish entirely.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "25ff5848c05bc660739089cf9c6de4a166bd7932",
      "tree": "917afde8bd56248fc3aba561a6302061138407be",
      "parents": [
        "feffac1874820d501e51cd8dcee697063b792c82"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Wed Apr 15 15:12:29 2026 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Apr 25 14:10:13 2026 -0400"
      },
      "message": "tools/power x86_energy_perf_policy: Enhances SoC Slider related checks\n\nWhen processor_thermal_soc_slider is loaded, its slider\nand offset modparams are visible.  Check that the driver\nactually registered the profile named \"SoC Slider\" before\nreading or writing these modparams.\n\nn.b. This utility allows writing the Slider and Offset modparams\neven if the driver policy is not \"balanced\".  Currently the\nprocessor_thermal_soc_slider consults those modparams\nonly in \"balanced\" mode.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "522567362b634015ca85b5460482ee0843feb105",
      "tree": "6b85f36328e4c3b3a196c2077184e6f273b76ad7",
      "parents": [
        "6b701fde9b31f085f39fc2a371cb33212fab6f68"
      ],
      "author": {
        "name": "Maíra Canal",
        "email": "mcanal@igalia.com",
        "time": "Fri Apr 24 16:34:52 2026 +0100"
      },
      "committer": {
        "name": "Stephen Boyd",
        "email": "sboyd@kernel.org",
        "time": "Sat Apr 25 10:51:23 2026 -0700"
      },
      "message": "clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED\n\nOn Raspberry Pi 3B, the VEC clock is used by the VideoCore firmware\ndisplay driver, which remains active until the vc4 driver loads and\nsends NOTIFY_DISPLAY_DONE. If this clock is disabled during boot, a bus\nlockup happens and the firmware becomes unresponsive, causing a complete\nsystem lockup.\n\nMark the VEC clock with CLK_IGNORE_UNUSED so it survives the unused\nclock disablement and remains available until the vc4 driver takes over\ndisplay management.\n\nFixes: 672299736af6 (\"clk: bcm: rpi: Manage clock rate in prepare/unprepare callbacks\")\nReported-by: Mark Brown \u003cbroonie@kernel.org\u003e\nCloses: https://lore.kernel.org/r/5f0bec08-f458-4fba-8bf3-06817a100c4c@sirena.org.uk\nSigned-off-by: Maíra Canal \u003cmcanal@igalia.com\u003e\nLink: https://patch.msgid.link/20260401111416.562279-2-mcanal@igalia.com\nTested-by: Mark Brown \u003cbroonie@kernel.org\u003e\nSigned-off-by: Mark Brown \u003cbroonie@kernel.org\u003e\nAcked-by: Brian Masney \u003cbmasney@redhat.com\u003e # Active contributor to clk\nReviewed-by: Stefan Wahren \u003cwahrenst@gmx.net\u003e\nSigned-off-by: Stephen Boyd \u003csboyd@kernel.org\u003e\n"
    },
    {
      "commit": "897d54018cc9aa97fd1529ca08a53b429d05a566",
      "tree": "82a5c1195638ccdfafab23fb6e6c402646c02a12",
      "parents": [
        "129d6eb266e0848c9bf45da6e30291688c12b5ad",
        "448aaf54d3ae1b73dfcf723c9f8a02c2116f3358"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 07:48:33 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 07:48:33 2026 -0700"
      },
      "message": "Merge tag \u0027fbdev-for-7.1-rc1-2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev\n\nPull fbdev fixes from Helge Deller:\n\n - request memory region before use (cobalt_lcdfb, clps711x-fb, hgafb)\n\n - reference cleanups in failure path (offb, savage)\n\n - a spelling fix (atyfb)\n\n* tag \u0027fbdev-for-7.1-rc1-2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:\n  fbdev: hgafb: Request memory region before ioremap\n  fbdev: clps711x-fb: Request memory region for MMIO\n  fbdev: cobalt_lcdfb: Request memory region\n  fbdev: atyfb: Fix spelling mistake \"enfore\" -\u003e \"enforce\"\n  fbdev: savage: fix probe-path EDID cleanup leaks\n  fbdev: offb: fix PCI device reference leak on probe failure\n"
    },
    {
      "commit": "129d6eb266e0848c9bf45da6e30291688c12b5ad",
      "tree": "6709cec6768c96c3f7da2d248f7fdf9b55f62271",
      "parents": [
        "27d128c1cff64c3b8012cc56dd5a1391bb4f1821",
        "c6e61c06d6061750597e79c598acb5dead44c35b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 07:44:26 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 25 07:44:26 2026 -0700"
      },
      "message": "Merge tag \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux\n\nPull ARM updates from Russell King:\n\n - fix a race condition handling PG_dcache_clean\n\n - further cleanups for the fault handling, allowing RT to be enabled\n\n - fixing nzones validation in adfs filesystem driver\n\n - fix for module unwinding\n\n* tag \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:\n  ARM: 9463/1: Allow to enable RT\n  ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()\n  ARM: 9471/1: module: fix unwind section relocation out of range error\n  fs/adfs: validate nzones in adfs_validate_bblk()\n  ARM: provide individual is_translation_fault() and is_permission_fault()\n  ARM: move FSR fault status definitions before fsr_fs()\n  ARM: use BIT() and GENMASK() for fault status register fields\n  ARM: move is_permission_fault() and is_translation_fault() to fault.h\n  ARM: move vmalloc() lazy-page table population\n  ARM: ensure interrupts are enabled in __do_user_fault()\n"
    },
    {
      "commit": "27d128c1cff64c3b8012cc56dd5a1391bb4f1821",
      "tree": "4a4c32f9935f662e6141e663dde256152ea984ff",
      "parents": [
        "f3e3dbcea15e20f7413afd8c791a496f0b80e80b",
        "92d5a606721f759ebebf448b3bd2b7a781d50bd0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:17:23 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:17:23 2026 -0700"
      },
      "message": "Merge tag \u0027trace-ring-buffer-v7.1-3\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace\n\nPull ring-buffer fix from Steven Rostedt:\n\n - Fix accounting of persistent ring buffer rewind\n\n   On boot up, the head page is moved back to the earliest point of the\n   saved ring buffer. This is because the ring buffer being read by user\n   space on a crash may not save the part it read. Rewinding the head\n   page back to the earliest saved position helps keep those events from\n   being lost.\n\n   The number of events is also read during boot up and displayed in the\n   stats file in the tracefs directory. It\u0027s also used for other\n   accounting as well. On boot up, the \"reader page\" is accounted for\n   but a rewind may put it back into the buffer and then the reader page\n   may be accounted for again.\n\n   Save off the original reader page and skip accounting it when\n   scanning the pages in the ring buffer.\n\n* tag \u0027trace-ring-buffer-v7.1-3\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:\n  ring-buffer: Do not double count the reader_page\n"
    },
    {
      "commit": "f3e3dbcea15e20f7413afd8c791a496f0b80e80b",
      "tree": "c86781264f4dde34121efe316c2cf39790d9c8e2",
      "parents": [
        "fa58e6e9000c1cc76a7a0c06ea3e68d728cc4247",
        "895a9b37917d2718ef2240a7ead7458c22f1f011"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:06:55 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:06:55 2026 -0700"
      },
      "message": "Merge tag \u0027block-7.1-20260424\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux\n\nPull block fixes from Jens Axboe:\n\n - Series for zloop, fixing a variety of issues\n\n - t10-pi code cleanup\n\n - Fix for a merge window regression with the bio memory allocation mask\n\n - Fix for a merge window regression in ublk, caused by an issue with\n   the maple tree iteration code at teardown\n\n - ublk self tests additions\n\n - Zoned device pgmap fixes\n\n - Various little cleanups and fixes\n\n* tag \u0027block-7.1-20260424\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (21 commits)\n  Revert \"floppy: fix reference leak on platform_device_register() failure\"\n  ublk: avoid unpinning pages under maple tree spinlock\n  ublk: refactor common helper ublk_shmem_remove_ranges()\n  ublk: fix maple tree lockdep warning in ublk_buf_cleanup\n  selftests: ublk: add ublk auto integrity test\n  selftests: ublk: enable test_integrity_02.sh on fio 3.42\n  selftests: ublk: remove unused argument to _cleanup\n  block: only restrict bio allocation gfp mask asked to block\n  block/blk-throttle: Add WQ_PERCPU to alloc_workqueue users\n  block: Add WQ_PERCPU to alloc_workqueue users\n  block: relax pgmap check in bio_add_page for compatible zone device pages\n  block: add pgmap check to biovec_phys_mergeable\n  floppy: fix reference leak on platform_device_register() failure\n  ublk: use unchecked copy helpers for bio page data\n  t10-pi: reduce ref tag code duplication\n  zloop: remove irq-safe locking\n  zloop: factor out zloop_mark_{full,empty} helpers\n  zloop: set RQF_QUIET when completing requests on deleted devices\n  zloop: improve the unaligned write pointer warning\n  zloop: use vfs_truncate\n  ...\n"
    },
    {
      "commit": "fa58e6e9000c1cc76a7a0c06ea3e68d728cc4247",
      "tree": "63d499f179e09f3377213221f6d8c55f70059d69",
      "parents": [
        "b85900e91c8402bedc1db14e6d293e26f25d30d4",
        "d0be8884f56b0b800cd8966e37ce23417cd5044e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:00:54 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 15:00:54 2026 -0700"
      },
      "message": "Merge tag \u0027io_uring-7.1-20260424\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux\n\nPull io_uring fixes from Jens Axboe:\n\n - Fix for a NOMMU bug with io_uring, where NOMMU doesn\u0027t grab page refs\n   at mmap time. NOMMU also has entirely broken FOLL_PIN support, yet\n   here we are\n\n - A few fixes covering minor issues introduced in this merge window\n\n - data race annotation to shut up KCSAN for when io-wq limits are\n   applied\n\n - A nospec addition for direct descriptor file updating. Rest of the\n   direct descriptor path already had this, but for some reason the\n   update did not. Now they are all the same\n\n - Various minor defensive changes that claude identified and suggested\n   terrible fixes for, turned into actually useful cleanups:\n\n       - Use kvfree() for the imu cache. These can come from kmalloc or\n         vmalloc depending on size, but the in-cache ones are capped\n         where it\u0027s always kmalloc based. Change to kvfree() in the\n         cleanup path, making future changes unlikely to mess that up\n\n       - Negative kbuf consumption lengths. Can\u0027t happen right now, but\n         cqe-\u003eres is used directly, which if other codes changes could\n         then be an error value\n\n - Fix for an issue with the futex code, where partial wakes on a\n   vectored fuxes would potentially wake the same futex twice, rather\n   than move on to the next one. This could confuse an application as it\n   would\u0027ve expected the next futex to have been woken\n\n - Fix for a bug with ring resizing, where SQEs or CQEs might not have\n   been copied correctly if large SQEs or CQEs are used in the ring.\n   Application side issue, where SQEs or CQEs might have been lost\n   during resize\n\n - Fix for a bug where EPOLL_URING_WAKE might have been lost, causing a\n   multishot poll to not be terminated when it\u0027s nested, like it should\n   have been\n\n - Fix for an issue with signed comparison of poll references for the\n   slow path\n\n - Fix for a user struct UAF in the zcrx code\n\n - Two minor zcrx cleanups\n\n* tag \u0027io_uring-7.1-20260424\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:\n  io_uring: take page references for NOMMU pbuf_ring mmaps\n  io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKE\n  io_uring/zcrx: warn on freelist violations\n  io_uring/zcrx: clear RQ headers on init\n  io_uring/zcrx: fix user_struct uaf\n  io_uring/register: fix ring resizing with mixed/large SQEs/CQEs\n  io_uring/futex: ensure partial wakes are appropriately dequeued\n  io_uring/rw: add defensive hardening for negative kbuf lengths\n  io_uring/rsrc: use kvfree() for the imu cache\n  io_uring/rsrc: unify nospec indexing for direct descriptors\n  io_uring: fix spurious fput in registered ring path\n  io_uring: fix iowq_limits data race in tctx node addition\n  io_uring/tctx: mark io_wq as exiting before error path teardown\n  io_uring/tctx: check for setup tctx-\u003eio_wq before teardown\n  io_uring/poll: fix signed comparison in io_poll_get_ownership()\n"
    },
    {
      "commit": "b85900e91c8402bedc1db14e6d293e26f25d30d4",
      "tree": "22ff0ae976fab5251d72ad8f9c4552034f32a421",
      "parents": [
        "ac2dc6d57425ffa9629941d7c9d7c0e51082cb5a",
        "e6614b88d59d110ee1a80ed0826e34f24dd35c96"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 14:20:03 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 14:20:03 2026 -0700"
      },
      "message": "Merge tag \u0027nfs-for-7.1-1\u0027 of git://git.linux-nfs.org/projects/trondmy/linux-nfs\n\nPull NFS client updates from Trond Myklebust:\n \"Bugfixes:\n\n   - Fix handling of ENOSPC so that if we have to resend writes, they\n     are written synchronously\n\n   - SUNRPC RDMA transport fixes from Chuck\n\n   - Several fixes for delegated timestamps in NFSv4.2\n\n   - Failure to obtain a directory delegation should not cause stat() to\n     fail with NFSv4\n\n   - Rename was failing to update timestamps when a directory delegation\n     is held on NFSv4\n\n   - Ensure we check rsize/wsize after crossing a NFSv4 filesystem\n     boundary\n\n   - NFSv4/pnfs:\n\n      - If the server is down, retry the layout returns on reboot\n\n      - Fallback to MDS could result in a short write being incorrectly\n        logged\n\n  Cleanups:\n\n   - Use memcpy_and_pad in decode_fh\"\n\n* tag \u0027nfs-for-7.1-1\u0027 of git://git.linux-nfs.org/projects/trondmy/linux-nfs: (21 commits)\n  NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address\n  NFS: remove redundant __private attribute from nfs_page_class\n  NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributes\n  NFS: fix writeback in presence of errors\n  nfs: use memcpy_and_pad in decode_fh\n  NFSv4.1: Apply session size limits on clone path\n  NFSv4: retry GETATTR if GET_DIR_DELEGATION failed\n  NFS: fix RENAME attr in presence of directory delegations\n  pnfs/flexfiles: validate ds_versions_cnt is non-zero\n  NFS/blocklayout: print each device used for SCSI layouts\n  xprtrdma: Post receive buffers after RPC completion\n  xprtrdma: Scale receive batch size with credit window\n  xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor\n  xprtrdma: Decouple frwr_wp_create from frwr_map\n  xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot\n  xprtrdma: Avoid 250 ms delay on backlog wakeup\n  xprtrdma: Close sendctx get/put race that can block a transport\n  nfs: update inode ctime after removexattr operation\n  nfs: fix utimensat() for atime with delegated timestamps\n  NFS: improve \"Server wrote zero bytes\" error\n  ...\n"
    },
    {
      "commit": "ac2dc6d57425ffa9629941d7c9d7c0e51082cb5a",
      "tree": "1a63ab616fe8a13d2f37772290c4aa6f8a1323ae",
      "parents": [
        "ff9726d7a0068e6c2ae1969415285d12ef4d5c6f",
        "b1137e0b3d4bad1cad73fa9bac763c74ddd1813d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:47:19 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:47:19 2026 -0700"
      },
      "message": "Merge tag \u0027ceph-for-7.1-rc1\u0027 of https://github.com/ceph/ceph-client\n\nPull ceph updates from Ilya Dryomov:\n \"We have a series from Alex which extends CephFS client metrics with\n  support for per-subvolume data I/O performance and latency tracking\n  (metadata operations aren\u0027t included) and a good variety of fixes and\n  cleanups across RBD and CephFS\"\n\n* tag \u0027ceph-for-7.1-rc1\u0027 of https://github.com/ceph/ceph-client:\n  ceph: add subvolume metrics collection and reporting\n  ceph: parse subvolume_id from InodeStat v9 and store in inode\n  ceph: handle InodeStat v8 versioned field in reply parsing\n  libceph: Fix slab-out-of-bounds access in auth message processing\n  rbd: fix null-ptr-deref when device_add_disk() fails\n  crush: cleanup in crush_do_rule() method\n  ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() fails\n  ceph: only d_add() negative dentries when they are unhashed\n  libceph: update outdated comment in ceph_sock_write_space()\n  libceph: Remove obsolete session key alignment logic\n  ceph: fix num_ops off-by-one when crypto allocation fails\n  libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()\n"
    },
    {
      "commit": "ff9726d7a0068e6c2ae1969415285d12ef4d5c6f",
      "tree": "1eda5d8552f6d806f69c49838a6b1d7706574899",
      "parents": [
        "bdcb864c719f7cf8629ada18450fd4efbb16afe8",
        "36ee1313199b7f16bf963c6ac0241861585125d9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:40:25 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:40:25 2026 -0700"
      },
      "message": "Merge tag \u0027ntfs-for-7.1-rc1-part2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs\n\nPull ntfs updates from Namjae Jeon:\n\n - Fix potential data leakage by zeroing the portion of the straddle\n   block beyond initialized_size when reading non-resident attributes\n\n - Remove unnecessary zeroing in ntfs_punch_hole() for ranges beyond\n   initialized_size, as they are already returned as zeros on read\n\n - Fix writable check in ntfs_file_mmap_prepare() to correctly handle\n   shared mappings using VMA_SHARED_BIT | VMA_MAYWRITE_BIT\n\n - Use page allocation instead of kmemdup() for IOMAP_INLINE data to\n   ensure page-aligned address and avoid BUG trap in\n   iomap_inline_data_valid() caused by the page boundary check\n\n - Add a size check before memory allocation in ntfs_attr_readall() and\n   reject overly large attributes\n\n - Remove unneeded noop_direct_IO from ntfs_aops as it is no longer\n   required following the FMODE_CAN_ODIRECT flag\n\n - Fix seven static analysis warnings reported by Smatch\n\n* tag \u0027ntfs-for-7.1-rc1-part2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs:\n  ntfs: use page allocation for resident attribute inline data\n  ntfs: fix mmap_prepare writable check for shared mappings\n  ntfs: fix potential 32-bit truncation in ntfs_write_cb()\n  ntfs: fix uninitialized variable in ntfs_map_runlist_nolock\n  ntfs: delete dead code\n  ntfs: add missing error code in ntfs_mft_record_alloc()\n  ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()\n  ntfs: fix uninitialized pointer in ntfs_write_mft_block\n  ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_resident\n  ntfs: remove noop_direct_IO from address_space_operations\n  ntfs: limit memory allocation in ntfs_attr_readall\n  ntfs: not zero out range beyond init in punch_hole\n  ntfs: zero out stale data in straddle block beyond initialized_size\n"
    },
    {
      "commit": "bdcb864c719f7cf8629ada18450fd4efbb16afe8",
      "tree": "718baa82d9a32732a9ab06cc398c79f31d5f1455",
      "parents": [
        "f9569c6ce4a4bbad0876ca7bd1e04fbfbbc1641f",
        "8fc518e489c1386fd0cf7f4256d055960ed6a2e4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:37:26 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:37:26 2026 -0700"
      },
      "message": "Merge tag \u00279p-for-7.1-rc1\u0027 of https://github.com/martinetd/linux\n\nPull 9p updates from Dominique Martinet:\n\n - 9p access flag fix (cannot change access flag since new mount API implem)\n\n - some minor cleanup\n\n* tag \u00279p-for-7.1-rc1\u0027 of https://github.com/martinetd/linux:\n  9p/trans_xen: replace simple_strto* with kstrtouint\n  9p/trans_xen: make cleanup idempotent after dataring alloc errors\n  9p: document missing enum values in kernel-doc comments\n  9p: fix access mode flags being ORed instead of replaced\n  9p: fix memory leak in v9fs_init_fs_context error path\n"
    },
    {
      "commit": "f9569c6ce4a4bbad0876ca7bd1e04fbfbbc1641f",
      "tree": "c2b6752bb078de1593437400ae359ea1e4af2ab0",
      "parents": [
        "cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a",
        "ebf1bafd090790704ba54c032de299fccd90a9da"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:30:54 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:30:54 2026 -0700"
      },
      "message": "Merge tag \u0027spdx-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx\n\nPull SPDX update from Greg KH:\n \"Here is a single SPDX-like change for 7.1-rc1. It explicitly allows\n  the use of SPDX-FileCopyrightText which has been used already in many\n  files.\n\n  At the same time, update checkpatch to catch any \"non allowed\" spdx\n  identifiers as we don\u0027t want to go overboard here.\n\n  This has been in linux-next for a long time with no reported problems\"\n\n* tag \u0027spdx-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:\n  LICENSES: Explicitly allow SPDX-FileCopyrightText\n"
    },
    {
      "commit": "cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a",
      "tree": "c50311c87c0d464bfbba34e5c3b8699897fb1b65",
      "parents": [
        "b2680ba4a2ad259c7bbd856ed830b459e11d88ba",
        "1c0220a61508d67a09a6e71eb09593a8aea61822"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:23:50 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:23:50 2026 -0700"
      },
      "message": "Merge tag \u0027char-misc-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc\n\nPull char / misc / IIO / and others driver updates from Greg KH:\n \"Here is the char/misc/iio and other smaller driver subsystem updates\n  for 7.1-rc1. Lots of stuff in here, all tiny, but relevant for the\n  different drivers they touch. Major points in here is:\n\n   - the usual large set of new IIO drivers and updates for that\n     subsystem (the large majority of this diffstat)\n\n   - lots of comedi driver updates and bugfixes\n\n   - coresight driver updates\n\n   - interconnect driver updates and additions\n\n   - mei driver updates\n\n   - binder (both rust and C versions) updates and fixes\n\n   - lots of other smaller driver subsystem updates and additions\n\n  All of these have been in linux-next for a while with no reported\n  issues\"\n\n* tag \u0027char-misc-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (405 commits)\n  coresight: tpdm: fix invalid MMIO access issue\n  mei: me: add nova lake point H DID\n  mei: lb: add late binding version 2\n  mei: bus: add mei_cldev_uuid\n  w1: ds2490: drop redundant device reference\n  bus: mhi: host: pci_generic: Add Telit FE912C04 modem support\n  mei: csc: wake device while reading firmware status\n  mei: csc: support controller with separate PCI device\n  mei: convert PCI error to common errno\n  mei: trace: print return value of pci_cfg_read\n  mei: me: move trace into firmware status read\n  mei: fix idle print specifiers\n  mei: me: use PCI_DEVICE_DATA macro\n  sonypi: Convert ACPI driver to a platform one\n  misc: apds990x: fix all kernel-doc warnings\n  most: usb: Use kzalloc_objs for endpoint address array\n  hpet: Convert ACPI driver to a platform one\n  misc: vmw_vmci: Fix spelling mistakes in comments\n  parport: Remove completed item from to-do list\n  char: remove unnecessary module_init/exit functions\n  ...\n"
    },
    {
      "commit": "b2680ba4a2ad259c7bbd856ed830b459e11d88ba",
      "tree": "4d90dbf641d88509cbb27e82dd92bad5294f4ce6",
      "parents": [
        "f64399836125c8512f8a3fe72c1719795a9c5812",
        "16ab65df5d867961a79cef366cdb33f09ebda603"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:16:36 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:16:36 2026 -0700"
      },
      "message": "Merge tag \u0027spi-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi\n\nPull spi fixes from Mark Brown:\n \"This is quite a big set of fixes, almost all from Johan Hovold who is\n  on an ongoing quest to clean up issues with probe and removal handling\n  in drivers.\n\n  There isn\u0027t anything too concerning here especially with the\n  deregistration stuff which will very rarely get run in production\n  systems since this is all platform devices in the SoC on embedded\n  hardware, but it\u0027s all real issues which should be fixed. There\u0027s more\n  in flight here.\n\n  We also have a few other minor fixes, one from Felix Gu along the same\n  lines as Johan\u0027s work and a couple of documentation things\"\n\n* tag \u0027spi-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (23 commits)\n  spi: fix controller cleanup() documentation\n  spi: fix resource leaks on device setup failure\n  spi: axiado: clean up probe return value\n  spi: axiado: rename probe error labels\n  spi: axiado: fix runtime pm imbalance on probe failure\n  spi: orion: clean up probe return value\n  spi: orion: fix clock imbalance on registration failure\n  spi: orion: fix runtime pm leak on unbind\n  spi: imx: fix runtime pm leak on probe deferral\n  spi: mpc52xx: fix use-after-free on registration failure\n  spi: Fix the error description in the `ptp_sts_word_post` comment\n  spi: topcliff-pch: fix use-after-free on unbind\n  spi: topcliff-pch: fix controller deregistration\n  spi: orion: fix controller deregistration\n  spi: mxic: fix controller deregistration\n  spi: mpc52xx: fix use-after-free on unbind\n  spi: mpc52xx: fix controller deregistration\n  spi: cadence-quadspi: fix controller deregistration\n  spi: cadence: fix controller deregistration\n  spi: mtk-snfi: fix memory leak in probe\n  ...\n"
    },
    {
      "commit": "f64399836125c8512f8a3fe72c1719795a9c5812",
      "tree": "0c024bf9d45eae5160b7a2ad875c40596b36b0e2",
      "parents": [
        "6e2d43100c906c6f3d68c45fd2a08ea4be92285c",
        "2af72ec297d1d4928d0522b45c8ee87cb0d5f5ff"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:06:25 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 13:06:25 2026 -0700"
      },
      "message": "Merge tag \u0027regulator-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator\n\nPull regulator fix from Mark Brown:\n \"Just one trivial cleanup of the user visible prompts in Kconfig here,\n  standardising how we describe Qualcomm\"\n\n* tag \u0027regulator-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:\n  regulator: qcom: Unify user-visible \"Qualcomm\" name\n"
    },
    {
      "commit": "92d5a606721f759ebebf448b3bd2b7a781d50bd0",
      "tree": "009c94ff1d7585306dadcf2e1256129b22d0e510",
      "parents": [
        "5335e318ad3cf12d905de27e3be4e7fd7b1c6746"
      ],
      "author": {
        "name": "Masami Hiramatsu (Google)",
        "email": "mhiramat@kernel.org",
        "time": "Fri Apr 24 15:52:10 2026 +0900"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Fri Apr 24 15:34:39 2026 -0400"
      },
      "message": "ring-buffer: Do not double count the reader_page\n\nSince the cpu_buffer-\u003ereader_page is updated if there are unwound\npages. After that update, we should skip the page if it is the\noriginal reader_page, because the original reader_page is already\nchecked.\n\nCc: stable@vger.kernel.org\nCc: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nCc: Will Deacon \u003cwill@kernel.org\u003e\nCc: Mathieu Desnoyers \u003cmathieu.desnoyers@efficios.com\u003e\nCc: Ian Rogers \u003cirogers@google.com\u003e\nLink: https://patch.msgid.link/177701353063.2223789.1471163147644103306.stgit@mhiramat.tok.corp.google.com\nFixes: ca296d32ece3 (\"tracing: ring_buffer: Rewind persistent ring buffer on reboot\")\nSigned-off-by: Masami Hiramatsu (Google) \u003cmhiramat@kernel.org\u003e\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "6e2d43100c906c6f3d68c45fd2a08ea4be92285c",
      "tree": "34940de6fdcda1805d393a92d33fcad795c1e569",
      "parents": [
        "d0fc5bf9fe9b89389287846f13cc4e462a89954d",
        "7e555fcae40ab2ba91fd5cd54a5a83096414957f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 12:11:26 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 12:11:26 2026 -0700"
      },
      "message": "Merge tag \u0027regmap-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap\n\nPull regmap fixes from Mark Brown:\n \"There\u0027s couple of patches here that came in since my pull request:\n\n   - What is effectively a quirk for shoehorning support for a wider\n     range of I2C regmaps on weirdly restricted SMBus controllers\n\n   - One minor fix for a memory leak on in error handling in the dummy\n     driver used by the KUnit tests\"\n\n* tag \u0027regmap-fix-v7.1-merge-window\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:\n  regmap: ram: fix memory leaks in __regmap_init_ram() on error\n  regmap-i2c: add SMBus byte/word reg16 bus for adapters lacking I2C_FUNC_I2C\n"
    },
    {
      "commit": "d0fc5bf9fe9b89389287846f13cc4e462a89954d",
      "tree": "bc927286a49c97539d1be06403ccc2da77d8b648",
      "parents": [
        "1fe93b2a2ace9bba2cb90920f9300834e537665c",
        "e31eee4a961077d60ef2362507240c6743c1c2ae"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:59:46 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:59:46 2026 -0700"
      },
      "message": "Merge tag \u0027gpio-fixes-for-v7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux\n\nPull gpio fixes from Bartosz Golaszewski:\n\n - fix a regression in gpio-rockchip introduced on older chips during\n   the merge window when converting to dynamic GPIO base\n\n - fix AST2700 debounce selector bit definitions in gpio-aspeed\n\n* tag \u0027gpio-fixes-for-v7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:\n  gpio: aspeed: fix AST2700 debounce selector bit definitions\n  gpio: rockchip: Fix GPIO regression after conversion to dynamic base allocation\n"
    },
    {
      "commit": "1fe93b2a2ace9bba2cb90920f9300834e537665c",
      "tree": "c6c53d4a4348603d1da32922903c9e35b2045b40",
      "parents": [
        "cf950766e96e36c90871d955cfd2a2c1feddba37",
        "2724fbc90e5c133fbbd030e72fe8a3869a20df08"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:49:20 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:49:20 2026 -0700"
      },
      "message": "Merge tag \u0027sound-fix-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound\n\nPull sound fixes from Takashi Iwai:\n \"Here are the rest of small updates for 7.1-rc1. All small fixes mostly\n  for device-specific issues or regressions.\n\n  Core:\n   - Fix a potential data race in fasync handling\n\n  USB-audio:\n   - New device support: Line6 POD HD PRO, NexiGo N930W webcam\n   - Fixes for Audio Advantage Micro II SPDIF switch and E-MU sample\n     rates\n   - Limit UAC2 rate parsing to prevent potential overflows\n\n  HD-Audio:\n   - Device-specific quirks for HP, Acer, and Honor laptops\n   - Fix for TAS2781 SPI device abnormal sound\n   - Move Intel firmware loading into probe work to avoid stalling\n\n  ASoC:\n   - New support for TI TAS5832\n   - Fixes for SoundWire SDCA/DisCo boolean parsing\n   - Driver-specific fixes for Intel SOF, ES8311, RT1320, and PXA2xx\n\n  Misc:\n   - Fixes for resource leaks and data races in 6fire, caiaq, als4000,\n     and pcmtest drivers\"\n\n* tag \u0027sound-fix-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (41 commits)\n  Revert \"ALSA: pcmtest: fix reference leak on failed device registration\"\n  ASoC: tas2781: Add tas5832 support\n  ASoC: dt-bindings: ti,tas2781: Add TAS5832 support\n  ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch\n  ALSA: usb-audio: Avoid false E-MU sample-rate notifications\n  ASoC: sdw_utils: cs42l43: allow spk component names to be combined\n  ASoC: qcom: x1e80100: limit speaker volumes\n  ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx\n  ALSA: pcmtest: Fix resource leaks in module init error paths\n  ALSA: usb-audio/line6: Add support for POD HD PRO\n  ALSA: hda/realtek: Add LED fixup for HP EliteBook 6 G2a Laptops\n  ASoC: SDCA: Fix reading of mipi-sdca-control-deferrable\n  regmap: sdw-mbq: Allow defers on undeferrable controls\n  Revert \"ALSA: usb-audio: Add quirk for SmartlinkTechnology M01\"\n  ALSA: als4000: Fix capture trigger chip-\u003emode race\n  ALSA: core: Fix potential data race at fasync handling\n  ALSA: hda/tas2781: Fix sound abnormal issue on some SPI device\n  ALSA: hda/realtek: add quirk for Acer Nitro 16 AN16-41\n  ALSA: caiaq: Fix control_put() result and cache rollback\n  ALSA: pcmtest: fix reference leak on failed device registration\n  ...\n"
    },
    {
      "commit": "cf950766e96e36c90871d955cfd2a2c1feddba37",
      "tree": "898255d9dac7fa1c2b21175823a8a52885fe2e1b",
      "parents": [
        "92c4c9fdc838d3b41a996bb700ea64b9e78fc7ea",
        "56d0a0b38faa13836568d425f6ea806e27f3a69e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:44:52 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:44:52 2026 -0700"
      },
      "message": "Merge tag \u0027drm-fixes-2026-04-24\u0027 of https://gitlab.freedesktop.org/drm/kernel\n\nPull more drm fixes from Dave Airlie:\n \"These are the regular fixes that have built up over last couple of\n  weeks, all pretty minor and spread all over.\n\n  atomic:\n   - raise the vblank timeout to avoid it on virtual drivers\n   - fix colorop duplication\n\n  bridge:\n   - stm_lvds: state check fix\n   - dw-mipi-dsi: bridge reference leak fix\n\n  panel:\n   - visionx-rm69299: init fix\n\n  dma-fence:\n   - fix sparse warning\n\n  dma-buf:\n   - UAF fix\n\n  panthor:\n   - mapping fix\n\n  arcgpu:\n   - device_node reference leak fix\n\n  nouveau:\n   - memory leak in error path fix\n   - overflow in reloc path for old hw fix\n\n  hv:\n   - Kconfig fix\n\n  v3d:\n   - infinite loop fix\"\n\n* tag \u0027drm-fixes-2026-04-24\u0027 of https://gitlab.freedesktop.org/drm/kernel:\n  drm/nouveau: fix u32 overflow in pushbuf reloc bounds check\n  MAINTAINERS: split hisilicon maintenance and add Yongbang Shi for hibmc-drm matainers\n  drm/v3d: Reject empty multisync extension to prevent infinite loop\n  drm/panel: visionox-rm69299: Make use of prepare_prev_first\n  drm/drm_atomic: duplicate colorop states if plane color pipeline in use\n  drm/nouveau: fix nvkm_device leak on aperture removal failure\n  hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS\n  dma-fence: Silence sparse warning in dma_fence_describe\n  drm/bridge: dw-mipi-dsi: Fix bridge leak when host attach fails\n  drm/arcpgu: fix device node leak\n  drm/panthor: Fix outdated function documentation\n  drm/panthor: Extend VM locked region for remap case to be a superset\n  dma-buf: fix UAF in dma_buf_put() tracepoint\n  drm/bridge: stm_lvds: Do not fail atomic_check on disabled connector\n  drm/atomic: Increase timeout in drm_atomic_helper_wait_for_vblanks()\n"
    },
    {
      "commit": "92c4c9fdc838d3b41a996bb700ea64b9e78fc7ea",
      "tree": "e5a1763ce1295ccdeb94f4e26ee52eb4f3c3aed6",
      "parents": [
        "892c894b4ba4e4eb835f99de6fe7c41871e6d4f8",
        "e49712ef03dbc4e282dd0e76469642279c2811e5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:33:23 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 11:33:23 2026 -0700"
      },
      "message": "Merge tag \u0027drm-next-2026-04-24\u0027 of https://gitlab.freedesktop.org/drm/kernel\n\nPull drm next fixes from Dave Airlie:\n \"This is the first of two fixes for the merge PRs, the other is based\n  on 7.0 branch. This mostly AMD fixes, a couple of weeks of backlog\n  built up and this weeks. The main complaint I\u0027ve seen is some boot\n  warnings around the FP code handling which this should fix. Otherwise\n  a single rcar-du and a single i915 fix.\n\n  amdgpu:\n   - SMU 14 fixes\n   - Partition fixes\n   - SMUIO 15.x fix\n   - SR-IOV fixes\n   - JPEG fix\n   - PSP 15.x fix\n   - NBIF fix\n   - Devcoredump fixes\n   - DPC fix\n   - RAS fixes\n   - Aldebaran smu fix\n   - IP discovery fix\n   - SDMA 7.1 fix\n   - Runtime pm fix\n   - MES 12.1 fix\n   - DML2 fixes\n   - DCN 4.2 fixes\n   - YCbCr fixes\n   - Freesync fixes\n   - ISM fixes\n   - Overlay cursor fix\n   - DC FP fixes\n   - UserQ locking fixes\n   - DC idle state manager fix\n   - ASPM fix\n   - GPUVM SVM fix\n   - DCE 6 fix\n\n  amdkfd:\n   - Fix memory clear handling\n   - num_of_nodes bounds check fix\n\n  i915:\n   - Fix uninitialized variable in the alignment loop [psr]\n\n  rcar-du:\n   - fix NULL-ptr crash\"\n\n* tag \u0027drm-next-2026-04-24\u0027 of https://gitlab.freedesktop.org/drm/kernel: (75 commits)\n  drm/amdkfd: Add upper bound check for num_of_nodes\n  drm: rcar-du: Fix crash when no CMM is available\n  drm/amd/display: Disable 10-bit truncation and dithering on DCE 6.x\n  drm/amdgpu: OR init_pte_flags into invalid leaf PTE updates\n  drm/amd: Adjust ASPM support quirk to cover more Intel hosts\n  drm/amd/display: Undo accidental fix revert in amdgpu_dm_ism.c\n  drm/i915/psr: Init variable to avoid early exit from et alignment loop\n  drm/amdgpu: drop userq fence driver refs out of fence process()\n  drm/amdgpu/userq: unpin and unref doorbell and wptr outside mutex\n  drm/amdgpu/userq: use pm_runtime_resume_and_get and fix err handling\n  drm/amdgpu/userq: unmap_helper dont return the queue state\n  drm/amdgpu/userq: unmap is to be called before freeing doorbell/wptr bo\n  drm/amdgpu/userq: hold root bo lock in caller of input_va_validate\n  drm/amdgpu/userq: caller to take reserv lock for vas_list_cleanup\n  drm/amdgpu/userq: create_mqd does not need userq_mutex\n  drm/amdgpu/userq: dont lock root bo with userq_mutex held\n  drm/amdgpu/userq: fix kerneldoc for amdgpu_userq_ensure_ev_fence\n  drm/amdgpu/userq: clean the VA mapping list for failed queue creation\n  drm/amdgpu/userq: avoid uneccessary locking in amdgpu_userq_create\n  drm/amd/display: Fix ISM teardown crash from NULL dc dereference\n  ...\n"
    },
    {
      "commit": "892c894b4ba4e4eb835f99de6fe7c41871e6d4f8",
      "tree": "9cc535ebc49a51e720b7a7d2f089738b75606343",
      "parents": [
        "8f4e8687c8f9a3387f51cd534d80b383000d7776",
        "0adc92b910b3d6bf4913d79869365d553154a070"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:14:29 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:14:29 2026 -0700"
      },
      "message": "Merge tag \u0027locking-urgent-2026-04-24\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull locking fixes from Ingo Molnar:\n\n - Fix ww_mutex regression, which caused hangs/pauses in some DRM drivers\n\n - Fix rtmutex proxy-rollback bug\n\n* tag \u0027locking-urgent-2026-04-24\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n  locking/mutex: Fix ww_mutex wait_list operations\n  rtmutex: Use waiter::task instead of current in remove_waiter()\n"
    },
    {
      "commit": "8f4e8687c8f9a3387f51cd534d80b383000d7776",
      "tree": "91adaf2e869ef085ddb5132addbc0db27ea9a7fc",
      "parents": [
        "feff82eb5f4075d541990d0ba60dad14ea83ea9b",
        "a39a7014825bd8d10b94fa4f953141b9473c25b4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:05:42 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:05:42 2026 -0700"
      },
      "message": "Merge tag \u0027x86-urgent-2026-04-24\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull x86 fixes from Ingo Molnar:\n\n - Prevent deadlock during shstk sigreturn (Rick Edgecombe)\n\n - Disable FRED when PTI is forced on (Dave Hansen)\n\n - Revert a CPA INVLPGB optimization that did not properly handle\n   discontiguous virtual addresses (Dave Hansen)\n\n* tag \u0027x86-urgent-2026-04-24\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n  x86/mm: Revert INVLPGB optimization for set_memory code\n  x86/cpu: Disable FRED when PTI is forced on\n  x86/shstk: Prevent deadlock during shstk sigreturn\n"
    },
    {
      "commit": "feff82eb5f4075d541990d0ba60dad14ea83ea9b",
      "tree": "b9f16bbd5c8a44552fe94dd2462b296acc03dea8",
      "parents": [
        "ff57d59200baadfdb41f94a49fed7d161a9a8124",
        "9b3a2be84803cf18c4b4d1efc695991f0daa153c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:00:37 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 10:00:37 2026 -0700"
      },
      "message": "Merge tag \u0027riscv-for-linus-7.1-mw1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux\n\nPull RISC-V updates from Paul Walmsley:\n \"There is one significant change outside arch/riscv in this pull\n  request: the addition of a set of KUnit tests for strlen(), strnlen(),\n  and strrchr().\n\n  Otherwise, the most notable changes are to add some RISC-V-specific\n  string function implementations, to remove XIP kernel support, to add\n  hardware error exception handling, and to optimize our runtime\n  unaligned access speed testing.\n\n  A few comments on the motivation for removing XIP support. It\u0027s been\n  broken in the RISC-V kernel for months. The code is not easy to\n  maintain. Furthermore, for XIP support to truly be useful for RISC-V,\n  we think that compile-time feature switches would need to be added for\n  many of the RISC-V ISA features and microarchitectural properties that\n  are currently implemented with runtime patching. No one has stepped\n  forward to take responsibility for that work, so many of us think it\u0027s\n  best to remove it until clear use cases and champions emerge.\n\n  Summary:\n\n   - Add Kunit correctness testing and microbenchmarks for strlen(),\n     strnlen(), and strrchr()\n\n   - Add RISC-V-specific strnlen(), strchr(), strrchr() implementations\n\n   - Add hardware error exception handling\n\n   - Clean up and optimize our unaligned access probe code\n\n   - Enable HAVE_IOREMAP_PROT to be able to use generic_access_phys()\n\n   - Remove XIP kernel support\n\n   - Warn when addresses outside the vmemmap range are passed to\n     vmemmap_populate()\n\n   - Update the ACPI FADT revision check to warn if it\u0027s not at least\n     ACPI v6.6, which is when key RISC-V-specific tables were added to\n     the specification\n\n   - Increase COMMAND_LINE_SIZE to 2048 to match ARM64, x86, PowerPC,\n     etc.\n\n   - Make kaslr_offset() a static inline function, since there\u0027s no need\n     for it to show up in the symbol table\n\n   - Add KASLR offset and SATP to the VMCOREINFO ELF notes to improve\n     kdump support\n\n   - Add Makefile cleanup rule for vdso_cfi copied source files, and add\n     a .gitignore for the build artifacts in that directory\n\n   - Remove some redundant ifdefs that check Kconfig macros\n\n   - Add missing SPDX license tag to the CFI selftest\n\n   - Simplify UTS_MACHINE assignment in the RISC-V Makefile\n\n   - Clarify some unclear comments and remove some superfluous comments\n\n   - Fix various English typos across the RISC-V codebase\"\n\n* tag \u0027riscv-for-linus-7.1-mw1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (31 commits)\n  riscv: Remove support for XIP kernel\n  riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()\n  riscv: Split out compare_unaligned_access()\n  riscv: Reuse measure_cycles() in check_vector_unaligned_access()\n  riscv: Split out measure_cycles() for reuse\n  riscv: Clean up \u0026 optimize unaligned scalar access probe\n  riscv: lib: add strrchr() implementation\n  riscv: lib: add strchr() implementation\n  riscv: lib: add strnlen() implementation\n  lib/string_kunit: extend benchmarks to strnlen() and chr searches\n  lib/string_kunit: add performance benchmark for strlen()\n  lib/string_kunit: add correctness test for strrchr()\n  lib/string_kunit: add correctness test for strnlen()\n  lib/string_kunit: add correctness test for strlen()\n  riscv: vdso_cfi: Add .gitignore for build artifacts\n  riscv: vdso_cfi: Add clean rule for copied sources\n  riscv: enable HAVE_IOREMAP_PROT\n  riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()\n  riscv: acpi: update FADT revision check to 6.6\n  riscv: add hardware error trap handler support\n  ...\n"
    },
    {
      "commit": "ff57d59200baadfdb41f94a49fed7d161a9a8124",
      "tree": "ba3e10b29fe41a53e6b5c2f6f555189962859e56",
      "parents": [
        "64edfa65062dc4509ba75978116b2f6d392346f5",
        "7939f96f26e96b69db1fe4e7c18537a679696358"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:54:45 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:54:45 2026 -0700"
      },
      "message": "Merge tag \u0027loongarch-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson\n\nPull LoongArch updates from Huacai Chen:\n\n - Adjust build infrastructure for 32BIT/64BIT\n\n - Add HIGHMEM (PKMAP and FIX_KMAP) support\n\n - Show and handle CPU vulnerabilites correctly\n\n - Batch the icache maintenance for jump_label\n\n - Add more atomic instructions support for BPF JIT\n\n - Add more features (e.g. fsession) support for BPF trampoline\n\n - Some bug fixes and other small changes\n\n* tag \u0027loongarch-7.1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson: (21 commits)\n  selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch\n  LoongArch: BPF: Add fsession support for trampolines\n  LoongArch: BPF: Introduce emit_store_stack_imm64() helper\n  LoongArch: BPF: Support up to 12 function arguments for trampoline\n  LoongArch: BPF: Support small struct arguments for trampoline\n  LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()\n  LoongArch: BPF: Support load-acquire and store-release instructions\n  LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions\n  LoongArch: BPF: Add the default case in emit_atomic() and rename it\n  LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR\n  LoongArch: Batch the icache maintenance for jump_label\n  LoongArch: Add flush_icache_all()/local_flush_icache_all()\n  LoongArch: Add spectre boundry for syscall dispatch table\n  LoongArch: Show CPU vulnerabilites correctly\n  LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW exist\n  LoongArch: Use get_random_canary() for stack canary init\n  LoongArch: Improve the logging of disabling KASLR\n  LoongArch: Align FPU register state to 32 bytes\n  LoongArch: Handle CONFIG_32BIT in syscall_get_arch()\n  LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) support\n  ...\n"
    },
    {
      "commit": "64edfa65062dc4509ba75978116b2f6d392346f5",
      "tree": "a452fde9ee3a647b29bf83f71827fedb59921abc",
      "parents": [
        "82138f0183b40e76affa427bb59c57f079d41ec1",
        "0c22ed0fadcad620277a56c0ba2867d4850d053a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:41:58 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:41:58 2026 -0700"
      },
      "message": "Merge tag \u0027net-deletions\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next\n\nPull networking deletions from Jakub Kicinski:\n \"Delete some obsolete networking code\n\n  Old code like amateur radio and NFC have long been a burden to core\n  networking developers. syzbot loves to find bugs in BKL-era code, and\n  noobs try to fix them.\n\n  If we want to have a fighting chance of surviving the LLM-pocalypse\n  this code needs to find a dedicated owner or get deleted. We\u0027ve talked\n  about these deletions multiple times in the past and every time\n  someone wanted the code to stay. It is never very clear to me how many\n  of those people actually use the code vs are just nostalgic to see it\n  go. Amateur radio did have occasional users (or so I think) but most\n  users switched to user space implementations since its all super slow\n  stuff. Nobody stepped up to maintain the kernel code.\n\n  We were lucky enough to find someone who wants to help with NFC so\n  we\u0027re giving that a chance. Let\u0027s try to put the rest of this code\n  behind us\"\n\n* tag \u0027net-deletions\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next:\n  drivers: net: 8390: wd80x3: Remove this driver\n  drivers: net: 8390: ultra: Remove this driver\n  drivers: net: 8390: AX88190: Remove this driver\n  drivers: net: fujitsu: fmvj18x: Remove this driver\n  drivers: net: smsc: smc91c92: Remove this driver\n  drivers: net: smsc: smc9194: Remove this driver\n  drivers: net: amd: nmclan: Remove this driver\n  drivers: net: amd: lance: Remove this driver\n  drivers: net: 3com: 3c589: Remove this driver\n  drivers: net: 3com: 3c574: Remove this driver\n  drivers: net: 3com: 3c515: Remove this driver\n  drivers: net: 3com: 3c509: Remove this driver\n  net: packetengines: remove obsolete yellowfin driver and vendor dir\n  net: packetengines: remove obsolete hamachi driver\n  net: remove unused ATM protocols and legacy ATM device drivers\n  net: remove ax25 and amateur radio (hamradio) subsystem\n  net: remove ISDN subsystem and Bluetooth CMTP\n  caif: remove CAIF NETWORK LAYER\n"
    },
    {
      "commit": "82138f0183b40e76affa427bb59c57f079d41ec1",
      "tree": "7797a14fd0d12353cb67fb07df8c9fc2f60f6cbe",
      "parents": [
        "bbc4af7ad94c452c00e64fc400fc1317351969b4",
        "082a6d03a2d685a83a332666b500ad3966349588"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:39:03 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:39:03 2026 -0700"
      },
      "message": "Merge tag \u0027slab-for-7.1-fix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab\n\nPull slab fix from Vlastimil Babka:\n\n - A stable fix for k(v)ealloc() where reallocating on a different node\n   or shrinking the object can result in either losing the original data\n   or a buffer overflow (Marco Elver)\n\n* tag \u0027slab-for-7.1-fix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:\n  slub: fix data loss and overflow in krealloc()\n"
    },
    {
      "commit": "bbc4af7ad94c452c00e64fc400fc1317351969b4",
      "tree": "d0b26a09925b3435fc75b2558088de61380fbc4b",
      "parents": [
        "eefe0b9dee5db64ec87707c8e44f31851f257389",
        "4f96b7c68a9904e01049ef610d701b382dca9574"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:29:51 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:29:51 2026 -0700"
      },
      "message": "Merge tag \u0027clang-fixes-7.1-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/nathan/linux\n\nPull Clang build fix from Nathan Chancellor:\n\n - Wrap declaration and assignment of key_pass in certs/extract-cert.c\n   with \u0027#ifdef\u0027 that matches its only usage to clear up an instance of\n   a new clang subwarning, -Wunused-but-set-global.\n\n* tag \u0027clang-fixes-7.1-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/nathan/linux:\n  extract-cert: Wrap key_pass with \u0027#ifdef USE_PKCS11_ENGINE\u0027\n"
    },
    {
      "commit": "eefe0b9dee5db64ec87707c8e44f31851f257389",
      "tree": "cf1f706574c5139653803742813ed1f161c44852",
      "parents": [
        "dd6c438c3e64a5ff0b5d7e78f7f9be547803ef1b",
        "11b7df0952663f20ce72c9a22a3cf9278cf84db7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:22:21 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 24 09:22:21 2026 -0700"
      },
      "message": "Merge tag \u0027apparmor-pr-2026-04-23\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor\n\nPull apparmor updates from John Johansen:\n \"Cleanups\n   - Use sysfs_emit in param_get_{audit,mode}\n   - Remove redundant if check in sk_peer_get_label\n   - Replace memcpy + NUL termination with kmemdup_nul in do_setattr\n\n  Bug Fixes:\n   - Fix aa_dfa_unpack\u0027s error handling in aa_setup_dfa_engine\n   - Fix string overrun due to missing termination\n   - Fix wrong dentry in RENAME_EXCHANGE uid check\n   - fix unpack_tags to properly return error in failure cases\n   - fix dfa size check\n   - return error on namespace mismatch in verify_header\n   - use target task\u0027s context in apparmor_getprocattr()\"\n\n* tag \u0027apparmor-pr-2026-04-23\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor:\n  apparmor/lsm: Fix aa_dfa_unpack\u0027s error handling in aa_setup_dfa_engine\n  apparmor: Fix string overrun due to missing termination\n  apparmor: Fix wrong dentry in RENAME_EXCHANGE uid check\n  apparmor: fix unpack_tags to properly return error in failure cases\n  apparmor: fix dfa size check\n  apparmor: Use sysfs_emit in param_get_{audit,mode}\n  apparmor: Remove redundant if check in sk_peer_get_label\n  apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr\n  apparmor: return error on namespace mismatch in verify_header\n  apparmor: use target task\u0027s context in apparmor_getprocattr()\n"
    },
    {
      "commit": "c6e61c06d6061750597e79c598acb5dead44c35b",
      "tree": "5838962da4e26e1dcbc042792566536ec51b620a",
      "parents": [
        "6f685f12fd8327c9da19ae5b1875acaaa9297494"
      ],
      "author": {
        "name": "Sebastian Andrzej Siewior",
        "email": "bigeasy@linutronix.de",
        "time": "Tue Nov 11 16:54:38 2025 +0100"
      },
      "committer": {
        "name": "Russell King (Oracle)",
        "email": "rmk+kernel@armlinux.org.uk",
        "time": "Fri Apr 24 15:14:59 2026 +0100"
      },
      "message": "ARM: 9463/1: Allow to enable RT\n\nAll known issues have been adressed.\nAllow to select RT.\n\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nReviewed-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nSigned-off-by: Russell King (Oracle) \u003crmk+kernel@armlinux.org.uk\u003e\n"
    },
    {
      "commit": "6f685f12fd8327c9da19ae5b1875acaaa9297494",
      "tree": "ccd62da8ba134ceb17d36c1b0b7bdc057ba4d985",
      "parents": [
        "dd9d3e16c2d5fa166e13dce07413be51f42c8f5d",
        "d1fed2d600905e7f007d8c88c936b768d45c09d6",
        "75f9a484e817adea211c73f89ed938a2b2f90953",
        "5a21253b3073df578ee074da2f9427cbb4c3146a"
      ],
      "author": {
        "name": "Russell King (Oracle)",
        "email": "rmk+kernel@armlinux.org.uk",
        "time": "Fri Apr 24 15:14:07 2026 +0100"
      },
      "committer": {
        "name": "Russell King (Oracle)",
        "email": "rmk+kernel@armlinux.org.uk",
        "time": "Fri Apr 24 15:14:44 2026 +0100"
      },
      "message": "Merge branches \u0027adfs\u0027, \u0027arm-fault-handling\u0027, \u0027fixes\u0027 and \u0027misc\u0027\n"
    },
    {
      "commit": "75f9a484e817adea211c73f89ed938a2b2f90953",
      "tree": "f20c71037ce487744ac320ef4cf2fe14980249dc",
      "parents": [
        "6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f"
      ],
      "author": {
        "name": "Brian Ruley",
        "email": "brian.ruley@gehealthcare.com",
        "time": "Wed Apr 15 18:12:48 2026 +0100"
      },
      "committer": {
        "name": "Russell King (Oracle)",
        "email": "rmk+kernel@armlinux.org.uk",
        "time": "Fri Apr 24 15:12:52 2026 +0100"
      },
      "message": "ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()\n\nThis bug was already discovered and fixed for arm64 in\ncommit 588a513d3425 (\"arm64: Fix race condition on PG_dcache_clean in\n__sync_icache_dcache()\").\n\nVerified with added instrumentation to track dcache flushes in a ring\nbuffer, as shown by the (distilled) output:\n\n  kernel: SIGILL at b6b80ac0 cpu 1 pid 32663 linux_pte\u003d8eff659f\n          hw_pte\u003d8eff6e7e young\u003d1 exec\u003d1\n  kernel: dcache flush START   cpu0 pfn\u003d8eff6 ts\u003d48629557020154\n  kernel: dcache flush SKIPPED cpu1 pfn\u003d8eff6 ts\u003d48629557020154\n  kernel: dcache flush FINISH  cpu0 pfn\u003d8eff6 ts\u003d48629557036154\n  audisp-syslog: comm\u003d\"journalctl\" exe\u003d\"/usr/bin/journalctl\" sig\u003d4 [...]\n\nDiscussions in the mailing list mentioned that arch/arm is also affected\nbut the fix was never applied to it [1][2]. Apply the change now, since\nthe race condition can cause sporadic SIGILL\u0027s and SEGV\u0027s especially\nwhile under high memory pressure.\n\nLink: https://lore.kernel.org/all/adzMOdySgMIePcue@willie-the-truck [1]\nLink: https://lore.kernel.org/all/20210514095001.13236-1-catalin.marinas@arm.com [2]\nSigned-off-by: Brian Ruley \u003cbrian.ruley@gehealthcare.com\u003e\nReviewed-by: Will Deacon \u003cwill@kernel.org\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nFixes: 6012191aa9c6 (\"ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches\")\nSigned-off-by: Will Deacon \u003cwill@kernel.org\u003e\nSigned-off-by: Russell King (Oracle) \u003crmk+kernel@armlinux.org.uk\u003e\n"
    },
    {
      "commit": "a39a7014825bd8d10b94fa4f953141b9473c25b4",
      "tree": "144aa25d316cc906986e3c6939776cde98d690ad",
      "parents": [
        "932d922285ef4d0d655a6f5def2779ae86ca0d73"
      ],
      "author": {
        "name": "Dave Hansen",
        "email": "dave.hansen@linux.intel.com",
        "time": "Tue Apr 21 08:19:09 2026 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@kernel.org",
        "time": "Fri Apr 24 15:42:48 2026 +0200"
      },
      "message": "x86/mm: Revert INVLPGB optimization for set_memory code\n\ntl;dr: Revert an INVLPGB optimization that did not properly handle\ndiscontiguous virtual addresses.\n\nFull story:\n\nI got a report from some graphics (i915) folks that bisected a\nregression in their test suite to 86e6815b316e (\"x86/mm: Change\ncpa_flush() to call flush_kernel_range() directly\").  There was a bit\nof flip-flopping on the exact bisect, but the code here does seem\nwrong to me. The i915 folks were calling set_pages_array_wc(), so\nusing the CPA_PAGES_ARRAY mode.\n\nBasically, the \u0027struct cpa_data\u0027 can wrap up all kinds of page table\nchanges.  Some of these are virtually contiguous, but some are very\nmuch not which is one reason why there are -\u003evaddr and -\u003epages arrays.\n\n86e6815b316e made the mistake of assuming that the virtual addresses\nin the cpa_data are always contiguous. It got things right when neither\nCPA_ARRAY/CPA_PAGES_ARRAY is used, but theoretically wrong when either\nof those is used.\n\nIn the i915 case, it probably failed to flush some WB TLB entries and\ninstall WC ones, leaving some data in the caches and not flushing it\nout to where the device could see it. That eventually caused graphics\nproblems.\n\nRevert the INVLPGB optimization. It can be reintroduced later, but it\nwill need to be a bit careful about the array modes.\n\nFixes: 86e6815b316ec (\"x86/mm: Change cpa_flush() to call flush_kernel_range()\")\nReported-by: Cui, Ling \u003cling.cui@intel.com\u003e\nSigned-off-by: Dave Hansen \u003cdave.hansen@linux.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@kernel.org\u003e\nReviewed-by: Rick Edgecombe \u003crick.p.edgecombe@intel.com\u003e\nReviewed-by: Thomas Hellström \u003cthomas.hellstrom@linux.intel.com\u003e\nLink: https://patch.msgid.link/20260421151909.6B3281C6@davehans-spike.ostc.intel.com\n"
    },
    {
      "commit": "75f7c47ccd78c947cf1b6ddb18ea453ff0555716",
      "tree": "7749dcb203c93e5defb2a1f0b2f17876b495ef9b",
      "parents": [
        "2452dcf4d740effff5aa71b7f6529ee8c04fd8f6"
      ],
      "author": {
        "name": "Thomas Weißschuh",
        "email": "linux@weissschuh.net",
        "time": "Wed Apr 22 17:10:27 2026 +0200"
      },
      "committer": {
        "name": "Nicolas Schier",
        "email": "nsc@kernel.org",
        "time": "Fri Apr 24 13:57:48 2026 +0200"
      },
      "message": "kbuild: Never respect CONFIG_WERROR / W\u003de to fixdep\n\nThe fixdep hostprog may be built multiple times during a single build.\nOnce during the configuration phase and later during the regular phase.\nAs only the regular build phase respects CONFIG_WERROR / W\u003de, the\ncompiler flags might change between the phases, leading to rebuilds.\n\nExample, the rebuilds will happen twice on each invocation of the build:\n\n  $ make allyesconfig prepare\n  make[1]: Entering directory \u0027/tmp/deleteme\u0027\n    HOSTCC  scripts/basic/fixdep\n  #\n  # No change to .config\n  #\n    HOSTCC  scripts/basic/fixdep\n    DESCEND objtool\n    INSTALL libsubcmd_headers\n  make[1]: Leaving directory \u0027/tmp/deleteme\u0027\n\nFix the compilation flags used for scripts/basic/ before\nscripts/Makefile.warn is evaluated to stop CONFIG_WERROR / W\u003de\ninfluencing the fixdep build to avoid the spurious rebuilds.\n\nFixes: 7ded7d37e5f5 (\"scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W\u003de for hostprogs\")\nSigned-off-by: Thomas Weißschuh \u003clinux@weissschuh.net\u003e\nReviewed-by: Nathan Chancellor \u003cnathan@kernel.org\u003e\nLink: https://patch.msgid.link/20260422-kbuild-scripts-basic-werror-v1-1-8c6912ff22e0@weissschuh.net\nSigned-off-by: Nicolas Schier \u003cnsc@kernel.org\u003e\n"
    },
    {
      "commit": "56d0a0b38faa13836568d425f6ea806e27f3a69e",
      "tree": "7668ea1aaa9945c9f2ea43cd56e3fea73b2514ef",
      "parents": [
        "028ef9c96e96197026887c0f092424679298aae8",
        "2fc87d37be1b730a149b035f9375fdb8cc5333a5"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 13:17:50 2026 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 13:56:54 2026 +1000"
      },
      "message": "Merge tag \u0027drm-misc-fixes-2026-04-23\u0027 of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes\n\nThis week in drm-misc-fixes, we have:\n- A patch to raise the vblank timeout to avoid it on virtual drivers\n- a state check fix for stm_lvds\n- a use-after-free fix for dma-buf\n- a mapping fix for panthor\n- a device_node reference leak fix for arcgpu\n- a bridge reference leak fix for dw-mipi-dsi\n- a sparse warning fix for dma-fence\n- a kconfig fix for hv\n- a memory leak fix for nouveau\n- a fix to duplicate colorop when duplicating states\n- a panel initialisation order fix for visionox-rm69299\n- a fix to prevent an infinite loop for v3d\n- an overflow fix for nouveau\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n\nFrom: Maxime Ripard \u003cmripard@redhat.com\u003e\nLink: https://patch.msgid.link/20260423-realistic-eager-reindeer-4dacf7@houat\n"
    },
    {
      "commit": "dd6c438c3e64a5ff0b5d7e78f7f9be547803ef1b",
      "tree": "c96be83061cb29d3e1d7cb6667440441e265e226",
      "parents": [
        "bd1886d6e4ca6b84041d17ba6e11d0f85f7ee1a4",
        "ac8777cc36224b4705d2c6efb10c56135d479b21"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 17:08:04 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 17:08:04 2026 -0700"
      },
      "message": "Merge tag \u0027vfs-7.1-rc1.fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs\n\nPull vfs fixes from Christian Brauner:\n\n - eventpoll: fix ep_remove() UAF and follow-up cleanup\n\n - fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference\n   error\n\n - writeback: Fix use after free in inode_switch_wbs_work_fn()\n\n - fuse: reject oversized dirents in page cache\n\n - fs: aio: reject partial mremap to avoid Null-pointer-dereference\n   error\n\n - nstree: fix func. parameter kernel-doc warnings\n\n - fs: Handle multiply claimed blocks more gracefully with mmb\n\n* tag \u0027vfs-7.1-rc1.fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:\n  eventpoll: drop vestigial epi-\u003edying flag\n  eventpoll: drop dead bool return from ep_remove_epi()\n  eventpoll: refresh eventpoll_release() fast-path comment\n  eventpoll: move f_lock acquisition into ep_remove_file()\n  eventpoll: fix ep_remove struct eventpoll / struct file UAF\n  eventpoll: move epi_fget() up\n  eventpoll: rename ep_remove_safe() back to ep_remove()\n  eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()\n  eventpoll: kill __ep_remove()\n  eventpoll: split __ep_remove()\n  eventpoll: use hlist_is_singular_node() in __ep_remove()\n  fs: Handle multiply claimed blocks more gracefully with mmb\n  nstree: fix func. parameter kernel-doc warnings\n  fs: aio: reject partial mremap to avoid Null-pointer-dereference error\n  fuse: reject oversized dirents in page cache\n  writeback: Fix use after free in inode_switch_wbs_work_fn()\n  fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference error\n"
    },
    {
      "commit": "bd1886d6e4ca6b84041d17ba6e11d0f85f7ee1a4",
      "tree": "145b8288615b323d572d9497f18dbb46a25ce417",
      "parents": [
        "d0ed69f3e380276e7ab36f1a3f19702c5e993915",
        "1249c01aa42160e40bc765ba5a3cde751491ff0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 17:04:18 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 17:04:18 2026 -0700"
      },
      "message": "Merge tag \u0027v7.1-rc-part2-ksmbd-fixes\u0027 of git://git.samba.org/ksmbd\n\nPull more smb server updates from Steve French:\n\n - move fs/smb/common/smbdirect to fs/smb/smbdirect\n\n - change signature calc to use AES-CMAC library, simpler and faster\n\n - invalid signature fix\n\n - multichannel fix\n\n - open create options fix\n\n - fix durable handle leak\n\n - cap maximum lock count to avoid potential denial of service\n\n - four connection fixes: connection free and session destroy IDA fixes,\n   refcount fix, connection leak fix, max_connections off by one fix\n\n - IPC validation fix\n\n - fix out of bounds write in getting xattrs\n\n - fix use after free in durable handle reconnect\n\n - three ACL fixes: fix potential ACL overflow, harden num_aces check,\n   and fix minimum ACE size check\n\n* tag \u0027v7.1-rc-part2-ksmbd-fixes\u0027 of git://git.samba.org/ksmbd:\n  smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/\n  smb: server: stop sending fake security descriptors\n  ksmbd: scope conn-\u003ebinding slowpath to bound sessions only\n  ksmbd: fix CreateOptions sanitization clobbering the whole field\n  ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open\n  ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCount\n  ksmbd: destroy async_ida in ksmbd_conn_free()\n  ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()\n  ksmbd: Use AES-CMAC library for SMB3 signature calculation\n  ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()\n  ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment\n  ksmbd: use check_add_overflow() to prevent u16 DACL size overflow\n  ksmbd: fix use-after-free in smb2_open during durable reconnect\n  ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()\n  smb: server: fix max_connections off-by-one in tcp accept path\n  ksmbd: require minimum ACE size in smb_check_perm_dacl()\n  ksmbd: validate response sizes in ipc_validate_msg()\n  smb: server: fix active_num_conn leak on transport allocation failure\n"
    },
    {
      "commit": "d0ed69f3e380276e7ab36f1a3f19702c5e993915",
      "tree": "1fa742f35805c25ea97abda254f54db1f1fac182",
      "parents": [
        "e728258debd553c95d2e70f9cd97c9fde27c7130",
        "a83307f34e0bd9b0e595b1074dc8fbcc1b7f3172"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:59:55 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:59:55 2026 -0700"
      },
      "message": "Merge tag \u0027v7.1-rc1-part3-smb3-client-fixes\u0027 of git://git.samba.org/sfrench/cifs-2.6\n\nPull smb client fixes from Steve French:\n\n - Four bug fixes: OOB read in ioctl query info, 3 ACL fixes\n\n - SMB1 Unix extensions mount fix\n\n - Four crypto improvements: move to AES-CMAC library, simpler and faster\n\n - Remove drop_dir_cache to avoid potential crash, and move to /procfs\n\n - Seven SMB3.1.1 compression fixes\n\n* tag \u0027v7.1-rc1-part3-smb3-client-fixes\u0027 of git://git.samba.org/sfrench/cifs-2.6:\n  smb: client: Drop \u0027allocate_crypto\u0027 arg from smb*_calc_signature()\n  smb: client: Make generate_key() return void\n  smb: client: Remove obsolete cmac(aes) allocation\n  smb: client: Use AES-CMAC library for SMB3 signature calculation\n  smb: common: add SMB3_COMPRESS_MAX_ALGS\n  smb: client: compress: add code docs to lz77.c\n  smb: client: compress: LZ77 optimizations\n  smb: client: compress: increase LZ77_MATCH_MAX_DIST\n  smb: client: compress: fix counting in LZ77 match finding\n  smb: client: compress: fix buffer overrun in lz77_compress()\n  smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_dacl\n  smb: client: fix (remove) drop_dir_cache module parameter\n  smb: client: require a full NFS mode SID before reading mode bits\n  smb: client: validate the whole DACL before rewriting it in cifsacl\n  smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path\n  cifs: update internal module version number\n  smb: client: compress: fix bad encoding on last LZ77 flag\n  smb: client: fix dir separator in SMB1 UNIX mounts\n"
    },
    {
      "commit": "e728258debd553c95d2e70f9cd97c9fde27c7130",
      "tree": "18ef97c80f9923717f5cf6bdab44d77607ca0f4b",
      "parents": [
        "e8df5a0c0d041588e7f02781822d637d226cdbe8",
        "5e6391da4539c35422c0df1d1d2d9a9bb97cd736"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:50:42 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:50:42 2026 -0700"
      },
      "message": "Merge tag \u0027net-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net\n\nPull  networking fixes from Jakub Kicinski:\n \"Including fixes from Netfilter.\n\n  Steady stream of fixes. Last two weeks feel comparable to the two\n  weeks before the merge window. Lots of AI-aided bug discovery. A newer\n  big source is Sashiko/Gemini (Roman Gushchin\u0027s system), which points\n  out issues in existing code during patch review (maybe 25% of fixes\n  here likely originating from Sashiko). Nice thing is these are often\n  fixed by the respective maintainers, not drive-bys.\n\n  Current release - new code bugs:\n\n   - kconfig: MDIO_PIC64HPSC should depend on ARCH_MICROCHIP\n\n  Previous releases - regressions:\n\n   - add async ndo_set_rx_mode and switch drivers which we promised to\n     be called under the per-netdev mutex to it\n\n   - dsa: remove duplicate netdev_lock_ops() for conduit ethtool ops\n\n   - hv_sock: report EOF instead of -EIO for FIN\n\n   - vsock/virtio: fix MSG_PEEK calculation on bytes to copy\n\n  Previous releases - always broken:\n\n   - ipv6: fix possible UAF in icmpv6_rcv()\n\n   - icmp: validate reply type before using icmp_pointers\n\n   - af_unix: drop all SCM attributes for SOCKMAP\n\n   - netfilter: fix a number of bugs in the osf (OS fingerprinting)\n\n   - eth: intel: fix timestamp interrupt configuration for E825C\n\n  Misc:\n\n   - bunch of data-race annotations\"\n\n* tag \u0027net-7.1-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (148 commits)\n  rxrpc: Fix error handling in rxgk_extract_token()\n  rxrpc: Fix re-decryption of RESPONSE packets\n  rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets\n  rxrpc: Fix missing validation of ticket length in non-XDR key preparsing\n  rxgk: Fix potential integer overflow in length check\n  rxrpc: Fix conn-level packet handling to unshare RESPONSE packets\n  rxrpc: Fix potential UAF after skb_unshare() failure\n  rxrpc: Fix rxkad crypto unalignment handling\n  rxrpc: Fix memory leaks in rxkad_verify_response()\n  net: rds: fix MR cleanup on copy error\n  m68k: mvme147: Make me the maintainer\n  net: txgbe: fix firmware version check\n  selftests/bpf: check epoll readiness during reuseport migration\n  tcp: call sk_data_ready() after listener migration\n  vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()\n  ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_lim\n  tipc: fix double-free in tipc_buf_append()\n  llc: Return -EINPROGRESS from llc_ui_connect()\n  ipv4: icmp: validate reply type before using icmp_pointers\n  selftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edges\n  ...\n"
    },
    {
      "commit": "e8df5a0c0d041588e7f02781822d637d226cdbe8",
      "tree": "aeb7d43c945caf4bd87c6d2c9945e67cd24545af",
      "parents": [
        "5fb4fde3b287fdd9097c53fee7126c2f74698073",
        "79fc229e8a471356ddfea225f42e02f4fb73c469"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:45:17 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:45:17 2026 -0700"
      },
      "message": "Merge tag \u0027i2c-for-7.1-rc1-part2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux\n\nPull more i2c updates from Wolfram Sang:\n\n - cx92755: convert I2C bindings to DT schema\n\n - mediatek: add optional bus power management during transfers\n\n - pxa: handle early bus busy condition\n\n - MAINTAINERS: update I2C RUST entry\n\n* tag \u0027i2c-for-7.1-rc1-part2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:\n  MAINTAINERS: add Rust I2C tree and update Igor Korotin\u0027s email\n  i2c: mediatek: add bus regulator control for power saving\n  dt-bindings: i2c: cnxt,cx92755-i2c: Convert to DT schema\n  i2c: pxa: handle \u0027Early Bus Busy\u0027 condition on Armada 3700\n"
    },
    {
      "commit": "5fb4fde3b287fdd9097c53fee7126c2f74698073",
      "tree": "175fa19bad07f3a0c5369b7d0bdde9adbf2eb0db",
      "parents": [
        "9c59b464517c6ef0302ffa7d993a979a4cb50bf7",
        "aa5903b47d4bc0e7d1fb76941731cbda32ef9cbc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:40:03 2026 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 23 16:40:03 2026 -0700"
      },
      "message": "Merge tag \u0027xtensa-20260422\u0027 of https://github.com/jcmvbkbc/linux-xtensa\n\nPull Xtensa updates from Max Filippov:\n\n - use register_sys_off_handler(SYS_OFF_MODE_RESTART) instead of\n   the deprecated register_restart_handler()\n\n - drop custom ucontext.h and reuse asm-generic ucontext.h\n\n* tag \u0027xtensa-20260422\u0027 of https://github.com/jcmvbkbc/linux-xtensa:\n  xtensa: uapi: Reuse asm-generic ucontext.h\n  xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)\n  xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)\n  xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)\n"
    },
    {
      "commit": "e49712ef03dbc4e282dd0e76469642279c2811e5",
      "tree": "3ff1fc4f972978c1638997e7d859ef05e95d1866",
      "parents": [
        "52edde745dde8fff44e9f0eeeb77a4e38ef9eef6",
        "74b73fa56a395d46745e4f245225963e9f8be7f1"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 09:17:31 2026 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 09:17:41 2026 +1000"
      },
      "message": "Merge tag \u0027amd-drm-fixes-7.1-2026-04-23\u0027 of https://gitlab.freedesktop.org/agd5f/linux into drm-next\n\namd-drm-fixes-7.1-2026-04-23:\n\namdgpu:\n- DC idle state manager fix\n- ASPM fix\n- GPUVM SVM fix\n- DCE 6 fix\n\namdkfd:\n- num_of_nodes bounds check fix\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n\nFrom: Alex Deucher \u003calexander.deucher@amd.com\u003e\nLink: https://patch.msgid.link/20260423170129.2345978-1-alexander.deucher@amd.com\n"
    },
    {
      "commit": "52edde745dde8fff44e9f0eeeb77a4e38ef9eef6",
      "tree": "efa18725a687633485b77cf24367819105ae35ab",
      "parents": [
        "a6fe8bd56f7344b0c42f287c4b744d4d43e31ebe",
        "f6c73e7156b54d8b9ddf1a27f4e93d3a1e49a73e"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 09:16:33 2026 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Fri Apr 24 09:16:44 2026 +1000"
      },
      "message": "Merge tag \u0027drm-misc-next-fixes-2026-04-23\u0027 of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next\n\nShort summary of fixes pull:\n\nrcar-du:\n- fix NULL-ptr crash\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n\nFrom: Thomas Zimmermann \u003ctzimmermann@suse.de\u003e\nLink: https://patch.msgid.link/20260423130852.GA114622@linux.fritz.box\n"
    },
    {
      "commit": "0c22ed0fadcad620277a56c0ba2867d4850d053a",
      "tree": "57bd4b666e2edb807c49240104487401abe9d1df",
      "parents": [
        "fc5f996bfb7576f8cffbba09cb02432622ffea61",
        "15d07f9ef4af71e454cde4eebfbf7676ac0d972e"
      ],
      "author": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 14:54:20 2026 -0700"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:10 2026 -0700"
      },
      "message": "Merge branch \u0027remove-a-number-of-isa-and-pcmcia-ethernet-drivers\u0027\n\nAndrew Lunn says:\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nRemove a number of ISA and PCMCIA Ethernet drivers\n\nThese old drivers have not been much of a Maintenance burden until\nrecently. Now there are more newbies using AI and fuzzers finding\nissues, resulting in more work for Maintainers. Fixing these old\ndrivers make little sense, if it is not clear they have users.\n\nThese mostly ISA and PCMCIA Ethernet devices, mostly from the last\ncentury, a couple from 2001 or 2002. It seems unlikely they are still\nused. However, remove them one patch at a time so they can be brought\nback if somebody still has the hardware, runs modern kernels and wants\nto take up the roll of driver Maintainer.\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-0-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "15d07f9ef4af71e454cde4eebfbf7676ac0d972e",
      "tree": "57bd4b666e2edb807c49240104487401abe9d1df",
      "parents": [
        "b0b807aa78d213ee08759130ba6a2e92fb5a3b76"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:58 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:10 2026 -0700"
      },
      "message": "drivers: net: 8390: wd80x3: Remove this driver\n\nThe wd80x3 was written by Donald Becker 1993 to 1994. It is an ISA\ndevice, so unlikely to be used with modern kernels.\n\nAcked-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-15-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "b0b807aa78d213ee08759130ba6a2e92fb5a3b76",
      "tree": "500aaf0ab148713ab62f7599f9eaf0c143ce4f14",
      "parents": [
        "57835223486216bc8b4187269e03dba1dc62168b"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:57 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:10 2026 -0700"
      },
      "message": "drivers: net: 8390: ultra: Remove this driver\n\nThe ultra was written by Donald Becker 1993 to 1998. It is an ISA\ndevice, so unlikely to be used with modern kernels.\n\nAcked-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-14-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "57835223486216bc8b4187269e03dba1dc62168b",
      "tree": "87001818cce1b9e575ad21d5fdd66270d4b32560",
      "parents": [
        "51c1c88b64354a1c535799a7751cad20fa32f779"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:55 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:10 2026 -0700"
      },
      "message": "drivers: net: 8390: AX88190: Remove this driver\n\nThe ax88190 was written by David A. Hinds in 2001. It is an PCMCIA\ndevice, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-12-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "51c1c88b64354a1c535799a7751cad20fa32f779",
      "tree": "af78d62f9c29ed447d98a3aaa5aeb85e7d8615f8",
      "parents": [
        "a3fb9a5bf66071e21f51696816f79bb0c051908c"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:54 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:10 2026 -0700"
      },
      "message": "drivers: net: fujitsu: fmvj18x: Remove this driver\n\nThe fmvj18x was written by Shingo Fujimoto in 2002. It is an PCMCIA\ndevice, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-11-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "a3fb9a5bf66071e21f51696816f79bb0c051908c",
      "tree": "0d6b5be3b81f599bf9a44eb37fee1148ce5c6218",
      "parents": [
        "9fdf9f61fa6d3cb31ba501f65522fcd9f5c8acd4"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:51 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:57:06 2026 -0700"
      },
      "message": "drivers: net: smsc: smc91c92: Remove this driver\n\nThe smc91c92 was written by David A Hinds in 1999. It is an PCMCIA\ndevice, so unlikely to be used with modern kernels.\n\nRemove the Documentation as well, since it refers to kernel versions\n1.2.13 until 1.3.71 and FTP sites which no longer exist.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-8-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "9fdf9f61fa6d3cb31ba501f65522fcd9f5c8acd4",
      "tree": "ef79f70da2a3530bb7572e02340b3c5dc49f96d5",
      "parents": [
        "29103588d74d95d7cb0847450fe3a2c39dd4d829"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:50 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: smsc: smc9194: Remove this driver\n\nThe smc9194 was written by Erik Stahlman in 1996. It is an ISA device,\nso unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-7-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "29103588d74d95d7cb0847450fe3a2c39dd4d829",
      "tree": "de84cef211336746657582a17d9c8918b8d7142f",
      "parents": [
        "2fbd04dc74cef371895ae2a17c99eb7c82a02984"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:49 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: amd: nmclan: Remove this driver\n\nThe nmclan was written by Roger C Pao in 1995. It is an PCMCIA device,\nso unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-6-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "2fbd04dc74cef371895ae2a17c99eb7c82a02984",
      "tree": "eeefe92b4be9066dde5132a09caf981acbbd097c",
      "parents": [
        "4ff8d0672d99a80785a3051dc47a9f8b0684ebff"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:48 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: amd: lance: Remove this driver\n\nThe lance was written by Donald Becker between 1993-1998. It is an ISA\ndevice, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-5-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "4ff8d0672d99a80785a3051dc47a9f8b0684ebff",
      "tree": "5ec1662f291955b3c62806e767da90776380bb78",
      "parents": [
        "a7fbf27d77b1c993cbe097f35bb44f98a54a6b09"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:47 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: 3com: 3c589: Remove this driver\n\nThe 3c589 was written by David A. Hinds 2001. It is an PCMCIA device,\nso unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-4-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "a7fbf27d77b1c993cbe097f35bb44f98a54a6b09",
      "tree": "b0eabe922761a999b0930372e7aece86a94d2b10",
      "parents": [
        "082b2e07ccd84af2ed88ccc3316033ac64942008"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:46 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: 3com: 3c574: Remove this driver\n\nThe 3c574 was written by Donald Becker between 1993-1998. It is\nan PCMCIA device, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-3-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "082b2e07ccd84af2ed88ccc3316033ac64942008",
      "tree": "738c2b1cf19e4fa68e7876b8eb8f96b8d109ca50",
      "parents": [
        "91f3a27ae9f66d81a5906461762c37c8a2bcab06"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:45 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:49 2026 -0700"
      },
      "message": "drivers: net: 3com: 3c515: Remove this driver\n\nThe 3c515 was written by Donald Becker between 1997-1998. It is an ISA\ndevice, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-2-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    },
    {
      "commit": "91f3a27ae9f66d81a5906461762c37c8a2bcab06",
      "tree": "d52a49ddbe8e6f85f729eeabcff8f5bd8df1caaf",
      "parents": [
        "fc5f996bfb7576f8cffbba09cb02432622ffea61"
      ],
      "author": {
        "name": "Andrew Lunn",
        "email": "andrew@lunn.ch",
        "time": "Wed Apr 22 13:01:44 2026 -0500"
      },
      "committer": {
        "name": "Jakub Kicinski",
        "email": "kuba@kernel.org",
        "time": "Thu Apr 23 15:56:43 2026 -0700"
      },
      "message": "drivers: net: 3com: 3c509: Remove this driver\n\nThe 3c509 was written by Donald Becker between 1993-2000. It is an ISA\ndevice, so unlikely to be used with modern kernels.\n\nSigned-off-by: Andrew Lunn \u003candrew@lunn.ch\u003e\nLink: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-1-08a5b59784d5@lunn.ch\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n"
    }
  ],
  "next": "ac8777cc36224b4705d2c6efb10c56135d479b21"
}
