Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2023-03-28 15:07:48 to 2023-03-30 14:17:15 UTC [more...]

[PATCH v3 00/13] Rust pin-init API for pinned initialization of structs
 2023-03-30 14:16 UTC  (26+ messages)
` [PATCH v3 01/13] rust: macros: add `quote!` macro
` [PATCH v3 02/13] rust: sync: add `assume_init` to `UniqueArc`
` [PATCH v3 03/13] rust: types: add `Opaque::raw_get`
` [PATCH v3 04/13] rust: add pin-init API core
` [PATCH v3 05/13] rust: init: add initialization macros
` [PATCH v3 06/13] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
` [PATCH v3 07/13] rust: init: add `PinnedDrop` trait and macros
` [PATCH v3 08/13] rust: init: add `stack_pin_init!` macro

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-30 11:56 UTC  (18+ messages)
` [PATCH 1/7] module: move finished_loading()
` [PATCH 2/7] module: extract patient module check into helper
` [PATCH 3/7] module: avoid allocation if module is already present and ready
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
` [PATCH 5/7] modules/kmod: replace implementation with a sempahore
` [PATCH 6/7] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH 7/7] module: add debug stats to help identify memory pressure

[PATCH v3 13/13] rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
 2023-03-30 11:09 UTC  (2+ messages)

[PATCH v3 12/13] rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
 2023-03-30 11:08 UTC  (2+ messages)

[PATCH v3 10/13] rust: prelude: add `pin-init` API items to prelude
 2023-03-30 11:07 UTC  (2+ messages)

[PATCH v3 09/13] rust: init: add `Zeroable` trait and `init::zeroed` function
 2023-03-30 11:06 UTC  (2+ messages)

[PATCH 5.15 000/146] 5.15.105-rc1 review
 2023-03-30  8:31 UTC  (114+ messages)
` [PATCH 5.15 029/146] net: dsa: b53: mmap: fix device tree support
` [PATCH 5.15 032/146] xirc2ps_cs: Fix use after free bug in xirc2ps_detach
` [PATCH 5.15 033/146] net: phy: Ensure state transitions are processed from phy_stop()
` [PATCH 5.15 034/146] net: mdio: fix owner field for mdio buses registered using device-tree
` [PATCH 5.15 035/146] net: mdio: fix owner field for mdio buses registered using ACPI
` [PATCH 5.15 036/146] drm/i915/gt: perform uc late init after probe error injection
` [PATCH 5.15 037/146] net: qcom/emac: Fix use after free bug in emac_remove due to race condition
` [PATCH 5.15 038/146] net/ps3_gelic_net: Fix RX sk_buff length
` [PATCH 5.15 053/146] net/sonic: use dma_mapping_error() for error check
` [PATCH 5.15 054/146] nvme-tcp: fix nvme_tcp_term_pdu to match spec
` [PATCH 5.15 055/146] hvc/xen: prevent concurrent accesses to the shared ring
` [PATCH 5.15 056/146] ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA
` [PATCH 5.15 057/146] ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES
` [PATCH 5.15 058/146] ksmbd: fix possible refcount leak in smb2_open()
` [PATCH 5.15 059/146] gve: Cache link_speed value from device
` [PATCH 5.15 060/146] net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()
` [PATCH 5.15 061/146] net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()
` [PATCH 5.15 062/146] net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII case
` [PATCH 5.15 063/146] net: mdio: thunder: Add missing fwnode_handle_put()
` [PATCH 5.15 064/146] Bluetooth: btqcomsmd: Fix command timeout after setting BD address
` [PATCH 5.15 065/146] Bluetooth: L2CAP: Fix responding with wrong PDU type
` [PATCH 5.15 066/146] Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
` [PATCH 5.15 067/146] platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
` [PATCH 5.15 068/146] thread_info: Add helpers to snapshot thread flags
` [PATCH 5.15 069/146] entry: Snapshot "
` [PATCH 5.15 070/146] entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up
` [PATCH 5.15 071/146] hwmon: fix potential sensor registration fail if of_node is missing
` [PATCH 5.15 072/146] hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
` [PATCH 5.15 073/146] scsi: qla2xxx: Synchronize the IOCB count to be in order
` [PATCH 5.15 074/146] scsi: qla2xxx: Perform lockless command completion in abort path
` [PATCH 5.15 075/146] uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
` [PATCH 5.15 076/146] thunderbolt: Use scale field when allocating USB3 bandwidth
` [PATCH 5.15 077/146] thunderbolt: Call tb_check_quirks() after initializing adapters
` [PATCH 5.15 078/146] thunderbolt: Disable interrupt auto clear for rings
` [PATCH 5.15 079/146] thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access
` [PATCH 5.15 080/146] thunderbolt: Use const qualifier for `ring_interrupt_index`
` [PATCH 5.15 081/146] thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit
` [PATCH 5.15 082/146] scsi: ufs: core: Initialize devfreq synchronously
` [PATCH 5.15 083/146] ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable
` [PATCH 5.15 084/146] riscv: Bump COMMAND_LINE_SIZE value to 1024
` [PATCH 5.15 085/146] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
` [PATCH 5.15 086/146] HID: cp2112: Fix driver not registering GPIO IRQ chip as threaded
` [PATCH 5.15 087/146] ca8210: fix mac_len negative array access
` [PATCH 5.15 088/146] HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
` [PATCH 5.15 089/146] m68k: Only force 030 bus error if PC not in exception table
` [PATCH 5.15 090/146] selftests/bpf: check that modifier resolves after pointer
` [PATCH 5.15 091/146] scsi: target: iscsi: Fix an error message in iscsi_check_key()
` [PATCH 5.15 092/146] scsi: hisi_sas: Check devm_add_action() return value
` [PATCH 5.15 093/146] scsi: ufs: core: Add soft dependency on governor_simpleondemand
` [PATCH 5.15 094/146] scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
` [PATCH 5.15 095/146] scsi: lpfc: Avoid usage of list iterator variable after loop
` [PATCH 5.15 096/146] scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
` [PATCH 5.15 097/146] net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990
` [PATCH 5.15 098/146] net: usb: qmi_wwan: add Telit 0x1080 composition
` [PATCH 5.15 099/146] sh: sanitize the flags on sigreturn
` [PATCH 5.15 100/146] net/sched: act_mirred: better wording on protection against excessive stack growth
` [PATCH 5.15 101/146] act_mirred: use the backlog for nested calls to mirred ingress
` [PATCH 5.15 102/146] cifs: empty interface list when server doesnt support query interfaces
` [PATCH 5.15 103/146] cifs: print session id while listing open files
` [PATCH 5.15 104/146] scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
` [PATCH 5.15 105/146] usb: dwc2: fix a devres leak in hw_enable upon suspend resume
` [PATCH 5.15 106/146] usb: gadget: u_audio: dont let userspace block driver unbind
` [PATCH 5.15 107/146] efi: sysfb_efi: Fix DMI quirks not working for simpledrm
` [PATCH 5.15 108/146] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
` [PATCH 5.15 109/146] fscrypt: destroy keyring after security_sb_delete()
` [PATCH 5.15 110/146] fsverity: Remove WQ_UNBOUND from fsverity read workqueue
` [PATCH 5.15 111/146] lockd: set file_lock start and end when decoding nlm4 testargs
` [PATCH 5.15 112/146] arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
` [PATCH 5.15 113/146] igb: revert rtnl_lock() that causes deadlock
` [PATCH 5.15 114/146] dm thin: fix deadlock when swapping to thin device
` [PATCH 5.15 115/146] usb: typec: tcpm: fix warning when handle discover_identity message
` [PATCH 5.15 116/146] usb: cdns3: Fix issue with using incorrect PCI device function
` [PATCH 5.15 117/146] usb: cdnsp: Fixes issue with redundant Status Stage
` [PATCH 5.15 118/146] usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
` [PATCH 5.15 119/146] usb: chipdea: core: fix return -EINVAL if request role is the same with current role
` [PATCH 5.15 120/146] usb: chipidea: core: fix possible concurrent when switch role
` [PATCH 5.15 121/146] usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()
` [PATCH 5.15 122/146] kfence: avoid passing -g for test
` [PATCH 5.15 123/146] KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
` [PATCH 5.15 124/146] ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION
` [PATCH 5.15 125/146] ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect
` [PATCH 5.15 126/146] ksmbd: return unsupported error on smb1 mount
` [PATCH 5.15 127/146] wifi: mac80211: fix qos on mesh interfaces
` [PATCH 5.15 128/146] nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()
` [PATCH 5.15 129/146] drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found
` [PATCH 5.15 130/146] drm/meson: fix missing component unbind on bind errors
` [PATCH 5.15 131/146] drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
` [PATCH 5.15 132/146] drm/i915/active: Fix missing debug object activation
` [PATCH 5.15 133/146] drm/i915: Preserve crtc_state->inherited during state clearing
` [PATCH 5.15 134/146] riscv: mm: Fix incorrect ASID argument when flushing TLB
` [PATCH 5.15 135/146] riscv: Handle zicsr/zifencei issues between clang and binutils
` [PATCH 5.15 136/146] tee: amdtee: fix race condition in amdtee_open_session
` [PATCH 5.15 137/146] firmware: arm_scmi: Fix device node validation for mailbox transport
` [PATCH 5.15 138/146] i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
` [PATCH 5.15 139/146] dm stats: check for and propagate alloc_percpu failure
` [PATCH 5.15 140/146] dm crypt: add cond_resched() to dmcrypt_write()
` [PATCH 5.15 141/146] dm crypt: avoid accessing uninitialized tasklet
` [PATCH 5.15 142/146] sched/fair: sanitize vruntime of entity being placed
` [PATCH 5.15 143/146] sched/fair: Sanitize vruntime of entity being migrated
` [PATCH 5.15 144/146] mm: kfence: fix using kfence_metadata without initialization in show_object()
` [PATCH 5.15 145/146] ocfs2: fix data corruption after failed write
` [PATCH 5.15 146/146] NFSD: fix use-after-free in __nfs42_ssc_open()

[PATCH v3 11/13] rust: types: add common init-helper functions for `Opaque`
 2023-03-29 22:33 UTC 

[PATCH 6.1 000/224] 6.1.22-rc1 review
 2023-03-29 21:54 UTC  (14+ messages)
` [PATCH 6.1 117/224] scsi: ufs: core: Initialize devfreq synchronously

[PATCH 6.2 000/240] 6.2.9-rc1 review
 2023-03-29 21:47 UTC  (13+ messages)
` [PATCH 6.2 128/240] scsi: ufs: core: Initialize devfreq synchronously

[PATCH wireless-next] wifi: iwlwifi: mvm: Avoid 64-bit division in iwl_mvm_get_crosstimestamp_fw()
 2023-03-29 19:00 UTC  (5+ messages)

[PATCH net-next] net: ethernet: ti: Fix format specifier in netcp_create_interface()
 2023-03-29 17:41 UTC  (3+ messages)

[PATCH wireless-next v2] wifi: iwlwifi: mvm: Use 64-bit division helper in iwl_mvm_get_crosstimestamp_fw()
 2023-03-29 17:32 UTC 

[PATCH v2 0/5] Handle corrected machine check interrupt storms
 2023-03-29 15:26 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] x86/mce: Move storm handling to core

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29  5:29 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox