Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware: Sync with upstream #10459

Merged
merged 10 commits into from
Nov 19, 2022
Merged

firmware: Sync with upstream #10459

merged 10 commits into from
Nov 19, 2022

Conversation

1582130940
Copy link
Contributor

Q:你知道这是pull request吗?(使用 "x" 选择)

  • 我知道

chunkeey and others added 10 commits November 20, 2022 00:43
Debian's changelog by Henrique de Moraes Holschuh <[email protected]>:

  * New upstream microcode datafile 20220809
    * Fixes INTEL-SA-00657, CVE-2022-21233
      Stale data from APIC leaks SGX memory (AEPIC leak)
    * Fixes unspecified errata (functional issues) on Xeon Scalable
    * Updated Microcodes:
      sig 0x00050653, pf_mask 0x97, 2022-03-14, rev 0x100015e, size 34816
      sig 0x00050654, pf_mask 0xb7, 2022-03-08, rev 0x2006e05, size 44032
      sig 0x000606a6, pf_mask 0x87, 2022-04-07, rev 0xd000375, size 293888
      sig 0x000706a1, pf_mask 0x01, 2022-03-23, rev 0x003c, size 75776
      sig 0x000706a8, pf_mask 0x01, 2022-03-23, rev 0x0020, size 75776
      sig 0x000706e5, pf_mask 0x80, 2022-03-17, rev 0x00b2, size 112640
      sig 0x000806c2, pf_mask 0xc2, 2022-03-19, rev 0x0028, size 97280
      sig 0x000806d1, pf_mask 0xc2, 2022-03-28, rev 0x0040, size 102400
      sig 0x00090672, pf_mask 0x03, 2022-06-07, rev 0x0022, size 216064
      sig 0x00090675, pf_mask 0x03, 2022-06-07, rev 0x0022, size 216064
      sig 0x000906a3, pf_mask 0x80, 2022-06-15, rev 0x0421, size 216064
      sig 0x000906a4, pf_mask 0x80, 2022-06-15, rev 0x0421, size 216064
      sig 0x000a0671, pf_mask 0x02, 2022-03-17, rev 0x0054, size 103424
      sig 0x000b06f2, pf_mask 0x03, 2022-06-07, rev 0x0022, size 216064
      sig 0x000b06f5, pf_mask 0x03, 2022-06-07, rev 0x0022, size 216064

Signed-off-by: Christian Lamparter <[email protected]>
Multiple firmware fixes needed for kernel updates.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Latest GPU FW contains multiple fixes and improvements.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
e5050f3 linksys: ea9500-v2: add cferam file

Signed-off-by: Rafał Miłecki <[email protected]>
…hable

9b3a819 nat46-core: Fix translation of ICMP protocols parameter problem and unreachable (coolsnowwolf#27)

Signed-off-by: Hans Dedecker <[email protected]>
1fdf2a3 Fix kernel panic due to device deletion (coolsnowwolf#29)
e7b48d1 add the mutex lock for create/delete/config/insert nat46 devices to fix nat46 module crash issues. (coolsnowwolf#28)

Signed-off-by: Hans Dedecker <[email protected]>
d9bc161 nat46-core: Fix typo since day one (coolsnowwolf#31)
840e235 Fix coverity issues observed so far (coolsnowwolf#30)

Signed-off-by: Hans Dedecker <[email protected]>
95ca1c3 nat46-core: ignore IPv4 options when translating packets
39778c2 add a module argument to ignore TOS translate for IPv4
9a36ee1 add a module argument to ignore TOS translate for IPv4
79190a8 add a module argument to ignore TOS translate for IPv4

Signed-off-by: Hans Dedecker <[email protected]>
Fix compilation and usage under kernel 5.15 for the mwlwifi driver.

For detailed description of changes, check individual patches.

Signed-off-by: Robert Marko <[email protected]>
Replace the extern inline with a static inline. With extern inline the
compiler will generate the function in all compile units including this
file which breaks linking later.

Signed-off-by: Hauke Mehrtens <[email protected]>
@coolsnowwolf coolsnowwolf merged commit 3c707a2 into coolsnowwolf:master Nov 19, 2022
yjh126yjh pushed a commit to yjh126yjh/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede: (32 commits)
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
  mediatek: add LED support for Xiaomi Redmi Router AX6000
  mediatek: fix mt7981 clk clock support
  mediatek: add filogic 820 (MT7981) subtarget support
  kernel: modules: package Marvell gigE PHY driver
  uboot-mediatek: optimize MMC erase
  tools: update versions (coolsnowwolf#10444)
  kernel: bump 5.15 to 5.15.79 (coolsnowwolf#10441)
  kernel: bump 5.10 to 5.10.155 (coolsnowwolf#10443)
  libnetfilter-conntrack: bump to 1.0.9 (coolsnowwolf#10442)
  ipq60xx: sync patches from upstream
  Update README.md
  netsupport.mk: fix rxrpc dependence
  ipq6000: add usb3 DT description
  kernel: bump 6.0 to 6.0.9 (coolsnowwolf#10429)
  ipq60xx: add Qihoo 360v6 wireless support
  ...
github-actions bot added a commit to Pengfei00/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to aiastia-bak/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to September999999999/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to HongJie-Master/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to Sneezyw/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to ZHYxulei/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to chingxuds/lede-custom that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to 2054686334/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to mchh1234/lede that referenced this pull request Nov 19, 2022
github-actions bot added a commit to Jinnrry/lede that referenced this pull request Nov 19, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
  mt76: add mt7922 firmware
  ath10k-ct: update to 2022-05-13
github-actions bot added a commit to liyufan/lede that referenced this pull request Nov 19, 2022
github-actions bot pushed a commit to zesming/lede that referenced this pull request Nov 20, 2022
* https://github.com/coolsnowwolf/lede:
  firmware: Sync with upstream (coolsnowwolf#10459)
  include: sync with upstream (coolsnowwolf#10454)
  dnsmasq: bump to v2.87
github-actions bot added a commit to DeakeyTan/openwrt that referenced this pull request Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants