Page MenuHomeFreeBSD
Feed Advanced Search

Dec 12 2023

bz accepted D42794: LinuxKPI: Add linux/string_helpers.h header.
Dec 12 2023, 1:44 AM
bz accepted D42796: LinuxKPI: Add linux/container_of.h header.
Dec 12 2023, 1:43 AM
bz accepted D42800: LinuxKPI: Add static_assert() macro.

Could probably get an SPDX tag.

Dec 12 2023, 1:41 AM
bz accepted D42805: LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.h.
Dec 12 2023, 1:39 AM
bz accepted D42806: LinuxKPI: Add ida_alloc_min().
Dec 12 2023, 1:38 AM
bz accepted D42819: LinuxKPI: Add linux/apple-gmux.h.
Dec 12 2023, 1:34 AM
bz added a comment to D42821: LinuxKPI: Add pcie_capability_clear_and_set_word() function.

Even with the other locks it won't give us want we want. I assume it's likely okay to accept the race as otherwise we'd probably have to sort this out in the native PCI layer? @jhb?

Dec 12 2023, 1:34 AM

Dec 8 2023

bz added inline comments to D42823: LinuxKPI: Add acpi_dev_present() function..
Dec 8 2023, 6:08 PM
bz added a reviewer for D42822: LinuxKPI: Add explicit software context to FPU sections: markj.
Dec 8 2023, 6:04 PM
bz requested changes to D42821: LinuxKPI: Add pcie_capability_clear_and_set_word() function.

How does that lock prevent us from any other changes at the same time by anything calling pcie_capability_write_word() in between?

Dec 8 2023, 6:01 PM
bz requested changes to D42819: LinuxKPI: Add linux/apple-gmux.h.
Dec 8 2023, 5:52 PM
bz accepted D42818: LinuxKPI: Rename linux_list_add to __list_add() in linux/list.h.
Dec 8 2023, 5:51 PM
bz requested changes to D42817: LinuxKPI: Add linux/ioport.h header.
Dec 8 2023, 5:50 PM
bz accepted D42816: LinuxKPI: Add get_random_u64() function.
Dec 8 2023, 5:46 PM
bz added inline comments to D42815: LinuxKPI: Add linux/dynamic_debug.h header.
Dec 8 2023, 5:46 PM
bz accepted D42814: LinuxKPI: Add acpi_video_backlight_use_native().
Dec 8 2023, 5:45 PM
bz accepted D42813: LinuxKPI: Add VGA_FB_PHYS_ constants to video/vga.h.
Dec 8 2023, 5:44 PM
bz added reviewers for D42811: LinuxKPI: Add cancel_work() function.: kib, markj.
Dec 8 2023, 5:42 PM
bz requested changes to D42810: LinuxKPI: Add write_seqcount_invalidate() and seqprop_sequence().
Dec 8 2023, 5:40 PM
bz accepted D42809: LinuxKPI: Chase for new "name" argument of register_shrinker().
Dec 8 2023, 5:29 PM
bz requested changes to D42806: LinuxKPI: Add ida_alloc_min().
Dec 8 2023, 5:28 PM
bz requested changes to D42805: LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.h.
Dec 8 2023, 5:25 PM
bz accepted D42804: LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.h.
Dec 8 2023, 5:19 PM
bz accepted D42803: LinuxKPI: Add xa_(un)lock_irq to linux/xarray.h.
Dec 8 2023, 5:16 PM
bz accepted D42802: LinuxKPI: Add asm/hypervisor.h header.
Dec 8 2023, 5:15 PM
bz accepted D42801: LinuxKPI: Implement ioread64().
Dec 8 2023, 5:12 PM
bz requested changes to D42800: LinuxKPI: Add static_assert() macro.
Dec 8 2023, 5:10 PM
bz requested changes to D42796: LinuxKPI: Add linux/container_of.h header.
Dec 8 2023, 5:01 PM
bz requested changes to D42799: LinuxKPI: Add linux/iosys-map.h header.
Dec 8 2023, 4:48 PM
bz accepted D42798: LinuxKPI: Add some header pollution and dummy headers.
Dec 8 2023, 4:45 PM
bz accepted D42797: LinuxKPI: Add xen/xen.h header.
Dec 8 2023, 4:41 PM
bz accepted D42795: LinuxKPI: Implement dev_dbg_once() macro.
Dec 8 2023, 4:32 PM
bz requested changes to D42794: LinuxKPI: Add linux/string_helpers.h header.
Dec 8 2023, 4:30 PM
bz requested changes to D42793: LinuxKPI: Add video/vga.h header.
Dec 8 2023, 4:28 PM
bz requested changes to D42792: LinuxKPI: Remove sys/rman.h include from LKPI headers..
Dec 8 2023, 4:17 PM

Dec 4 2023

bz requested review of D42901: net80211: adjust more VHT structures/fields.
Dec 4 2023, 8:21 PM

Dec 2 2023

bz committed rG1edc20b76953: wpa: ctrl_iface set sendbuf size (authored by bz).
wpa: ctrl_iface set sendbuf size
Dec 2 2023, 8:39 PM
bz closed D42558: wpa: ctrl_iface set sendbuf size.
Dec 2 2023, 8:38 PM

Dec 1 2023

bz committed rG9fb914634eff: LinuxKPI: 802.11: bring in some HT code (authored by bz).
LinuxKPI: 802.11: bring in some HT code
Dec 1 2023, 10:32 PM
bz updated subscribers of D42830: unix/dgram: bump maximum datagram size limit to 8k.
Dec 1 2023, 6:12 PM
bz added a comment to D42830: unix/dgram: bump maximum datagram size limit to 8k.

There is just no maxdgram limit at all, AFAIU. And we should do
the same unless anybody has good explanation for such a limit.

Dec 1 2023, 6:11 PM
bz committed rG643d6dce6c1e: tools/net80211: add mlme_assoc (authored by bz).
tools/net80211: add mlme_assoc
Dec 1 2023, 1:49 AM
bz added a reverting change for rG6c3e93cb5a4a: Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that process: rG82506f26c03a: ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that….
Dec 1 2023, 12:57 AM
bz added a reverting change for rGaf2441fbc7fa: [ath] Attempt to fix epoch handling.: rGeb3821e6d92f: Revert "[ath] Attempt to fix epoch handling.".
Dec 1 2023, 12:57 AM
bz added a reverting change for rG17c328b6aebf: Enter the network epoch in USB WiFi drivers when processing input: rGde607e3c230b: net80211: move net_epoch into net80211.
Dec 1 2023, 12:57 AM
bz added a reverting change for rG21c4082de9e2: Widen EPOCH(9) usage in USB WLAN drivers.: rGde607e3c230b: net80211: move net_epoch into net80211.
Dec 1 2023, 12:57 AM
bz added a reverting change for rGb65f813c1ab9: Widen EPOCH(9) usage in PCI WLAN drivers.: rGde607e3c230b: net80211: move net_epoch into net80211.
Dec 1 2023, 12:57 AM
bz added a reverting change for rG6c3e93cb5a4a: Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that process: rGde607e3c230b: net80211: move net_epoch into net80211.
Dec 1 2023, 12:57 AM
bz added a reverting change for rGaf2441fbc7fa: [ath] Attempt to fix epoch handling.: rGde607e3c230b: net80211: move net_epoch into net80211.
Dec 1 2023, 12:57 AM
bz committed rG82506f26c03a: ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that… (authored by bz).
ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that…
Dec 1 2023, 12:57 AM
bz added a reverting change for rGb65f813c1ab9: Widen EPOCH(9) usage in PCI WLAN drivers.: rG1c6dd33d26eb: Revert "Widen EPOCH(9) usage in PCI WLAN drivers.".
Dec 1 2023, 12:57 AM
bz committed rGeb3821e6d92f: Revert "[ath] Attempt to fix epoch handling." (authored by bz).
Revert "[ath] Attempt to fix epoch handling."
Dec 1 2023, 12:57 AM
bz added a reverting change for rG17c328b6aebf: Enter the network epoch in USB WiFi drivers when processing input: rG75f298492a12: Revert "Enter the network epoch in USB WiFi drivers when processing input".
Dec 1 2023, 12:57 AM
bz added a reverting change for rG21c4082de9e2: Widen EPOCH(9) usage in USB WLAN drivers.: rG39b702797994: Revert "Widen EPOCH(9) usage in USB WLAN drivers.".
Dec 1 2023, 12:57 AM
bz committed rGde607e3c230b: net80211: move net_epoch into net80211 (authored by bz).
net80211: move net_epoch into net80211
Dec 1 2023, 12:57 AM
bz committed rG1c6dd33d26eb: Revert "Widen EPOCH(9) usage in PCI WLAN drivers." (authored by bz).
Revert "Widen EPOCH(9) usage in PCI WLAN drivers."
Dec 1 2023, 12:56 AM
bz committed rG75f298492a12: Revert "Enter the network epoch in USB WiFi drivers when processing input" (authored by bz).
Revert "Enter the network epoch in USB WiFi drivers when processing input"
Dec 1 2023, 12:56 AM
bz committed rG39b702797994: Revert "Widen EPOCH(9) usage in USB WLAN drivers." (authored by bz).
Revert "Widen EPOCH(9) usage in USB WLAN drivers."
Dec 1 2023, 12:56 AM
bz closed D42427: net80211: move net_epoch into net80211.
Dec 1 2023, 12:56 AM

Nov 30 2023

bz committed rGc93be3079be5: net80211: ieee80211_dump_node() check for channel to be set (authored by bz).
net80211: ieee80211_dump_node() check for channel to be set
Nov 30 2023, 6:23 PM
bz committed rGa8c36fd7a3e8: net80211: remove ieee80211_unref_node() (authored by bz).
net80211: remove ieee80211_unref_node()
Nov 30 2023, 12:40 AM
bz committed rG981462ddddb3: net80211: combine iv_vhtcaps and iv_vht_mcsinfo (authored by bz).
net80211: combine iv_vhtcaps and iv_vht_mcsinfo
Nov 30 2023, 12:40 AM
bz committed rG7019af03949f: net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht (authored by bz).
net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht
Nov 30 2023, 12:40 AM
bz committed rG5f760ad573d1: net80211: rename iv_flags_vht to iv_vht_flags (authored by bz).
net80211: rename iv_flags_vht to iv_vht_flags
Nov 30 2023, 12:40 AM
bz committed rGbd10aa138e78: net80211: add ieee80211_add_vhtcap_ch() (authored by bz).
net80211: add ieee80211_add_vhtcap_ch()
Nov 30 2023, 12:40 AM
bz committed rGbf0d632e4844: LinuxKPI: 802.11: zero-pad debug flags (authored by bz).
LinuxKPI: 802.11: zero-pad debug flags
Nov 30 2023, 12:40 AM
bz committed rGd425c3c640a3: LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument (authored by bz).
LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
Nov 30 2023, 12:40 AM
bz committed rG861bf0606a5b: LinuxKPI: 802.11: deal with scan_ie_len (authored by bz).
LinuxKPI: 802.11: deal with scan_ie_len
Nov 30 2023, 12:40 AM
bz committed rG1d2f963afd83: LinuxKPI: 802.11: error on state transition failure (authored by bz).
LinuxKPI: 802.11: error on state transition failure
Nov 30 2023, 12:40 AM
bz committed rGd27f3b8c7e64: iwlwifi: re-enable "Invalid TXQ id" logging (authored by bz).
iwlwifi: re-enable "Invalid TXQ id" logging
Nov 30 2023, 12:40 AM
bz committed rGc0398e3323b4: LinuxKPI: 802.11: add unconditional error reporting (authored by bz).
LinuxKPI: 802.11: add unconditional error reporting
Nov 30 2023, 12:40 AM
bz committed rG02c014aaf266: net80211: pass __func__, __LINE__ also to ieee80211_alloc_node() (authored by bz).
net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()
Nov 30 2023, 12:40 AM
bz committed rG24df98cc9d9d: net80211: de-inline ieee80211_ref_node() (authored by bz).
net80211: de-inline ieee80211_ref_node()
Nov 30 2023, 12:40 AM
bz committed rGb50d8a160880: net80211: make ieee80211_alloc_node() private (authored by bz).
net80211: make ieee80211_alloc_node() private
Nov 30 2023, 12:40 AM
bz committed rG45000447c1a0: mii: add Vitesse/Microsemi VSC8514 (authored by bz).
mii: add Vitesse/Microsemi VSC8514
Nov 30 2023, 12:39 AM
bz committed rGc3216127bcf0: mii: resort VSC8641 entry in miidevs (authored by bz).
mii: resort VSC8641 entry in miidevs
Nov 30 2023, 12:39 AM
bz committed rGe0910cf2d695: dpaa2: make software VLANs usable on dpni (authored by bz).
dpaa2: make software VLANs usable on dpni
Nov 30 2023, 12:39 AM
bz committed rG91987a959730: dpaa2: defer link_state updates until we are up (authored by bz).
dpaa2: defer link_state updates until we are up
Nov 30 2023, 12:39 AM
bz committed rG9197f220d854: dpaa2: fdt improve detection for dpmac/phys (authored by bz).
dpaa2: fdt improve detection for dpmac/phys
Nov 30 2023, 12:39 AM

Nov 29 2023

bz updated the diff for D42345: LinuxKPI: reduce impact of large MAXCPU.

As suggested by @jhb:

  • use mp_ncpus and CPU_FOREACH which will account for absent CPUs.
  • use global static rather than using [0] to free the 2nd allocation
Nov 29 2023, 11:08 PM
bz added inline comments to D42345: LinuxKPI: reduce impact of large MAXCPU.
Nov 29 2023, 9:50 PM
bz committed rGb647615ede46: iwlwififw: add firmware for the Bz/B200 chipset (authored by bz).
iwlwififw: add firmware for the Bz/B200 chipset
Nov 29 2023, 9:44 PM
bz added a comment to D42830: unix/dgram: bump maximum datagram size limit to 8k.
In D42830#976836, @bz wrote:

Yes, but it worked for almost 40 years and on every other UNIX/Linux does too. [..] The limits put into that file in the last millennium were and are really not adequate anymore in the last 20 years (despite never been enforced anyway).
Also the changes broke the previous syslogd fixes; this is not just wpa.

Linux doesn't have maximum datagram size limit at all. On Linux SO_SNDBUF really controls socket buffer size, just like it does on FreeBSD 14. Btw, their default buffer size is huge over 200k. Linux also has a limit for how many datagrams are queued, which makes some sense.

Nov 29 2023, 6:54 PM
bz updated the diff for D42345: LinuxKPI: reduce impact of large MAXCPU.

Address some comments from @jhb; wait for clarification on the last one.

Nov 29 2023, 6:36 PM
bz updated subscribers of D42345: LinuxKPI: reduce impact of large MAXCPU.
Nov 29 2023, 6:31 PM
bz committed rGa7b3d5f7dcb7: LinuxKPI: 802.11: prepare for iwlwifi driver updates (authored by bz).
LinuxKPI: 802.11: prepare for iwlwifi driver updates
Nov 29 2023, 4:44 PM
bz committed rGacd8edb9723f: rtw88: update driver from upstream (authored by bz).
rtw88: update driver from upstream
Nov 29 2023, 4:44 PM
bz committed rG4317faf44d43: LinuxKPI: add page pool skeleton (authored by bz).
LinuxKPI: add page pool skeleton
Nov 29 2023, 4:44 PM
bz committed rG0ba89cbb422b: net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht (authored by bz).
net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht
Nov 29 2023, 4:40 PM
bz committed rG52b28659f399: net80211: combine iv_vhtcaps and iv_vht_mcsinfo (authored by bz).
net80211: combine iv_vhtcaps and iv_vht_mcsinfo
Nov 29 2023, 4:40 PM
bz committed rG73d3c2546007: net80211: add ieee80211_add_vhtcap_ch() (authored by bz).
net80211: add ieee80211_add_vhtcap_ch()
Nov 29 2023, 4:40 PM
bz committed rGfec79883cbd1: net80211: rename iv_flags_vht to iv_vht_flags (authored by bz).
net80211: rename iv_flags_vht to iv_vht_flags
Nov 29 2023, 4:40 PM
bz committed rG9f5f879220ab: LinuxKPI: 802.11: zero-pad debug flags (authored by bz).
LinuxKPI: 802.11: zero-pad debug flags
Nov 29 2023, 4:40 PM
bz committed rGd78164c83a67: LinuxKPI: 802.11: deal with scan_ie_len (authored by bz).
LinuxKPI: 802.11: deal with scan_ie_len
Nov 29 2023, 4:40 PM
bz committed rG3cd4af3825b5: iwlwifi: re-enable "Invalid TXQ id" logging (authored by bz).
iwlwifi: re-enable "Invalid TXQ id" logging
Nov 29 2023, 4:40 PM
bz committed rGf2411b1342d8: LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument (authored by bz).
LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
Nov 29 2023, 4:40 PM
bz committed rG8a7ba52ba201: LinuxKPI: 802.11: error on state transition failure (authored by bz).
LinuxKPI: 802.11: error on state transition failure
Nov 29 2023, 4:40 PM
bz committed rG2f8b5e1af04a: net80211: make ieee80211_alloc_node() private (authored by bz).
net80211: make ieee80211_alloc_node() private
Nov 29 2023, 4:40 PM
bz committed rG2706935c2e46: LinuxKPI: 802.11: add unconditional error reporting (authored by bz).
LinuxKPI: 802.11: add unconditional error reporting
Nov 29 2023, 4:40 PM
bz committed rG848f836a8b8c: net80211: pass __func__, __LINE__ also to ieee80211_alloc_node() (authored by bz).
net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()
Nov 29 2023, 4:40 PM