Skip to content
Snippets Groups Projects
Commit e5b74165 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import kernel-5.14.0-284.25.1.el9_2

parent a99a2844
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,7 @@ Name: kernel
License: GPLv2 and Redistributable, no modification permitted
URL: https://www.kernel.org/
Version: %{specversion}
Release: %{pkg_release}
Release: %{pkg_release}.0.1
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
# SET %%nobuildarches (ABOVE) INSTEAD
%if 0%{?fedora}
......@@ -3437,60 +3437,6 @@ fi
#
#
%changelog
* Mon Aug 28 2023 RESF Sideline (Backporter) <releng+sideline@rockylinux.org> - 5.14.0-284.25.1
- Backport changes from https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux (tag: v6.3)
- 3ce9345580974863c060fa32971537996a7b2d57 - Shailend Chand - 2023-04-03 - gve: Secure enough bytes in the first TX desc for all TCP pkts
- 68c3e4fc8628b1487c965aabb29207249657eb5f - Joshua Washington - 2023-03-21 - gve: Cache link_speed value from device
- 8437114593910e0ac7a333775a9477e69c25cf75 - Praveen Kaligineedi - 2023-02-03 - gve: Fix gve interrupt names
- a5affbd8a73eb0a62378767f9d44527738213c07 - Jeroen de Borst - 2022-11-17 - gve: Handle alternate miss completions
- c2a0c3ed5b64750a41cec052e40cb377b5c4b9bc - Jeroen de Borst - 2022-11-17 - gve: Adding a new AdminQ command to verify driver
- 64c426dfbbd2710e4bcac42aaced21fe10f05fde - Yang Yingliang - 2022-11-04 - gve: Fix error return code in gve_prefill_rx_pages()
- 82fd151d38d9fda714c5bb2e9e79ecd6bdc72da6 - Shailend Chand - 2022-10-29 - gve: Reduce alloc and copy costs in the GQ rx path
- 068c38ad88ccb09e5e966d4db5cedab0e02b3b95 - Thomas Gleixner - 2022-10-26 - net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
- b48b89f9c189d24eb5e2b4a0ac067da5a24ee86d - Jakub Kicinski - 2022-09-27 - net: drop the weight argument from netif_napi_add
- 8ccac4edc8da764389d4fc18b1df740892006557 - Shailend Chand - 2022-09-12 - gve: Fix GFP flags when allocing pages
- 278d3ba61563ceed3cb248383ced19e14ec7bc1f - Sebastian Andrzej Siewior - 2022-08-25 - net: Use u64_stats_fetch_begin_irq() for stats fetch.
- 504148fedb854299972d164b001357b888a9193e - Eric Dumazet - 2022-06-30 - net: add skb_[inner_]tcp_all_headers helpers
- 577d7685d591e5b247d460972123e3931c91321a - Jilin Yuan - 2022-06-29 - google/gve:fix repeated words in comments
- 2fc559c8cba028aaa80f73796a8ce5325418fb3e - Colin Ian King - 2022-03-15 - gve: Fix spelling mistake "droping" -> "dropping"
- b0471c26108160217fc17acec4a9fdce92aaeeea - Haiyue Wang - 2022-02-15 - gve: enhance no queue page list detection
- 084cbb2ec3af2d23be9de65fcc9493e21e265859 - Tao Liu - 2022-02-07 - gve: Recording rx queue before sending to napi
- 1f84a9450d75e08af70d9e2f2d5e1c0ac0c881d2 - Haiyue Wang - 2022-01-28 - gve: fix the wrong AdminQ buffer queue index check
- a92f7a6feeb3884c69c1c7c1f13bccecb2228ad0 - Catherine Sullivan - 2022-01-25 - gve: Fix GFP flags when allocing pages
- 6081ac2013ab9f1a8743f90ef13d973888359cda - Tao Liu - 2021-12-15 - gve: Add tx|rx-coalesce-usec for DQO
- 2c9198356d56a8e035702cfd1a0fde27edbcc338 - Jordan Kim - 2021-12-15 - gve: Add consumed counts to ethtool stats
- 974365e518617c9ce917f61aacbba07e4bedcca0 - Catherine Sullivan - 2021-12-15 - gve: Implement suspend/resume/shutdown
- 497dbb2b97a0642ecd478d441643bf26804d5f96 - Willem de Bruijn - 2021-12-15 - gve: Add optional metadata descriptor type GVE_TXD_MTD
- 5fd07df47a7fe7962d628bb117abbadbbb15de94 - Catherine Sullivan - 2021-12-15 - gve: remove memory barrier around seqno
- 13e7939c954a280847107c9f081835471f4ea1fe - Catherine Sullivan - 2021-12-15 - gve: Update gve_free_queue_page_list signature
- d30baacc04948bbfded609cf7fb298e5ae754fcd - Catherine Sullivan - 2021-12-15 - gve: Move the irq db indexes out of the ntfy block struct
- a10834a36c8ab59b1a76df48d526fd9ddc090fca - Jeroen de Borst - 2021-12-15 - gve: Correct order of processing device options
- 3150a73366b64e3109f0facbc98bcacbc14e81ba - Jakub Kicinski - 2021-12-09 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
- e6f60c51f0435862020bcd2d1e3257caaafe5650 - Ameer Hamza - 2021-12-05 - gve: fix for null pointer dereference.
- 7462494408cd3de8b0bc1e79670bf213288501d0 - Hao Chen - 2021-11-18 - ethtool: extend ringparam setting/getting API with rx_buf_len
- 721111b1b29c67fd18ac2f69b3a48c06ba996762 - Dan Carpenter - 2021-11-10 - gve: fix unmatched u64_stats_update_end()
- 1c360cc1cc883fbdf0a258b4df376571fbeac5ee - Dan Carpenter - 2021-11-09 - gve: Fix off by one in gve_tx_timeout()
- 255489f5b33ccec046be689dd45b5ccdec2b2a32 - Shailend Chand - 2021-10-24 - gve: Add a jumbo-frame device option.
- 37149e9374bf7271563f7477ace9014ebc65a8af - David Awogbemila - 2021-10-24 - gve: Implement packet continuation for RX.
- 1344e751e91092ac0cb63b194621e59d2f364197 - David Awogbemila - 2021-10-24 - gve: Add RX context.
- 1b4d1c9bab091ac6e20a3ff80c30c5cefe192bf4 - Catherine Sullivan - 2021-10-11 - gve: Track RX buffer allocation failures
- ea5d3455adf1f3d47130604e6d353b23c3ee4a50 - Jordan Kim - 2021-10-11 - gve: Allow pageflips on larger pages
- 4edf8249bcd1c554b1a34166ca4ea5630031ecf5 - Catherine Sullivan - 2021-10-11 - gve: Add netif_set_xps_queue call
- 87a7f321bb6a45e54b7d6c90d032ee5636a6ad97 - John Fraker - 2021-10-11 - gve: Recover from queue stall due to missed IRQ
- 61d72c7e486b63340f1fadcf3bed4cae98f03d9b - Tao Liu - 2021-10-11 - gve: Do lazy cleanup in TX path
- 58401b2a46e7d5090873e7725ac786685475d638 - Catherine Sullivan - 2021-10-11 - gve: Add rx buffer pagecnt bias
- 2cb67ab153d59473d67713c709a198922b7e87a3 - Yangchun Fu - 2021-10-11 - gve: Switch to use napi_complete_done
- 9fe1155233c8290ca6e206053e531ef87f9026ea - Jakub Kicinski - 2021-10-07 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
- 17c37d748f2b122a95b6d0524d410302ff89a2b1 - Eric Dumazet - 2021-10-05 - gve: report 64bit tx_bytes counter from gve_handle_report_stats()
- 2f57d4975fa027eabd35fdf23a49f8222ef3abf2 - Eric Dumazet - 2021-10-05 - gve: fix gve_get_stats()
- d4b111fda69a01e0a7439d05993f5dad567c93aa - Catherine Sullivan - 2021-10-05 - gve: Properly handle errors in gve_assign_qpl
- 922aa9bcac92b3ab6a423526a8e785b35a60b441 - Tao Liu - 2021-10-05 - gve: Avoid freeing NULL pointer
- d03477ee10f4bc35d3573cf1823814378ef2dca2 - Catherine Sullivan - 2021-10-05 - gve: Correct available tx qpl check
- f3956ebb3bf06ab2266ad5ee2214aed46405810c - Jakub Kicinski - 2021-10-01 - ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
- 7fec4d39198beb4322ba5039a01649b43ee663f2 - Gustavo A. R. Silva - 2021-09-28 - gve: Use kvcalloc() instead of kvzalloc()
- 1e0083bd0777e4a418a6710d9ee04b979cdbe5cc - Arnd Bergmann - 2021-09-28 - gve: DQO: avoid unused variable warnings
- 63a9192b8fa1ea55efeba1f18fad52bb24d9bf12 - Haiyue Wang - 2021-07-14 - gve: fix the wrong AdminQ buffer overflow check
* Tue Aug 01 2023 Release Engineering <releng@rockylinux.org> - 5.14.0-284.25.1
- Porting to 9.2, debranding and Rocky branding with new release pkg (Sherif Nagy)
- Porting to 9.2, debranding and Rocky branding (Louis Abel)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment