messages from 2024-01-02 13:42:26 to 2024-01-03 17:02:49 UTC [more...]
[PATCH 5.15 00/95] 5.15.146-rc1 review
2024-01-03 16:54 UTC (7+ messages)
` [PATCH 5.15 01/95] ARM: dts: dra7: Fix DRA7 L3 NoC node register size
` [PATCH 5.15 10/95] net/mlx5e: fix a potential double-free in fs_udp_create_groups
` [PATCH 5.15 11/95] net/mlx5: Fix fw tracer first block check
` [PATCH 5.15 12/95] net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by representors
` [PATCH 5.15 13/95] net: sched: ife: fix potential use-after-free
` [PATCH 5.15 14/95] ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
[PATCH 6.1 000/100] 6.1.71-rc1 review
2024-01-03 16:55 UTC (101+ messages)
` [PATCH 6.1 001/100] ksmbd: replace one-element arrays with flexible-array members
` [PATCH 6.1 002/100] ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
` [PATCH 6.1 003/100] ksmbd: use F_SETLK when unlocking a file
` [PATCH 6.1 004/100] ksmbd: Fix resource leak in smb2_lock()
` [PATCH 6.1 005/100] ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
` [PATCH 6.1 006/100] ksmbd: Implements sess->rpc_handle_list as xarray
` [PATCH 6.1 007/100] ksmbd: fix typo, syncronous->synchronous
` [PATCH 6.1 008/100] ksmbd: Remove duplicated codes
` [PATCH 6.1 009/100] ksmbd: update Kconfig to note Kerberos support and fix indentation
` [PATCH 6.1 010/100] ksmbd: Fix spelling mistake "excceed" -> "exceeded"
` [PATCH 6.1 011/100] ksmbd: Fix parameter name and comment mismatch
` [PATCH 6.1 012/100] ksmbd: remove unused is_char_allowed function
` [PATCH 6.1 013/100] ksmbd: delete asynchronous work from list
` [PATCH 6.1 014/100] ksmbd: set NegotiateContextCount once instead of every inc
` [PATCH 6.1 015/100] ksmbd: avoid duplicate negotiate ctx offset increments
` [PATCH 6.1 016/100] ksmbd: remove unused compression negotiate ctx packing
` [PATCH 6.1 017/100] fs: introduce lock_rename_child() helper
` [PATCH 6.1 018/100] ksmbd: fix racy issue from using ->d_parent and ->d_name
` [PATCH 6.1 019/100] ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
` [PATCH 6.1 020/100] ksmbd: fix uninitialized pointer read in smb2_create_link()
` [PATCH 6.1 021/100] ksmbd: call putname after using the last component
` [PATCH 6.1 022/100] ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
` [PATCH 6.1 023/100] ksmbd: add mnt_want_write to ksmbd vfs functions
` [PATCH 6.1 024/100] ksmbd: remove unused ksmbd_tree_conn_share function
` [PATCH 6.1 025/100] ksmbd: use kzalloc() instead of __GFP_ZERO
` [PATCH 6.1 026/100] ksmbd: return a literal instead of err in ksmbd_vfs_kern_path_locked()
` [PATCH 6.1 027/100] ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
` [PATCH 6.1 028/100] ksmbd: use kvzalloc instead of kvmalloc
` [PATCH 6.1 029/100] ksmbd: Replace the ternary conditional operator with min()
` [PATCH 6.1 030/100] ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
` [PATCH 6.1 031/100] ksmbd: Replace one-element array with flexible-array member
` [PATCH 6.1 032/100] ksmbd: Fix unsigned expression compared with zero
` [PATCH 6.1 033/100] ksmbd: check if a mount point is crossed during path lookup
` [PATCH 6.1 034/100] ksmbd: switch to use kmemdup_nul() helper
` [PATCH 6.1 035/100] ksmbd: add support for read compound
` [PATCH 6.1 036/100] ksmbd: fix wrong interim response on compound
` [PATCH 6.1 037/100] ksmbd: fix `force create mode and `force directory mode
` [PATCH 6.1 038/100] ksmbd: Fix one kernel-doc comment
` [PATCH 6.1 039/100] ksmbd: add missing calling smb2_set_err_rsp() on error
` [PATCH 6.1 040/100] ksmbd: remove experimental warning
` [PATCH 6.1 041/100] ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
` [PATCH 6.1 042/100] ksmbd: fix passing freed memory aux_payload_buf
` [PATCH 6.1 043/100] ksmbd: return invalid parameter error response if smb2 request is invalid
` [PATCH 6.1 044/100] ksmbd: check iov vector index in ksmbd_conn_write()
` [PATCH 6.1 045/100] ksmbd: fix race condition with fp
` [PATCH 6.1 046/100] ksmbd: fix race condition from parallel smb2 logoff requests
` [PATCH 6.1 047/100] ksmbd: fix race condition from parallel smb2 lock requests
` [PATCH 6.1 048/100] ksmbd: fix race condition between tree conn lookup and disconnect
` [PATCH 6.1 049/100] ksmbd: fix wrong error response status by using set_smb2_rsp_status()
` [PATCH 6.1 050/100] ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
` [PATCH 6.1 051/100] ksmbd: fix potential double free on smb2_read_pipe() error path
` [PATCH 6.1 052/100] ksmbd: Remove unused field in ksmbd_user struct
` [PATCH 6.1 053/100] ksmbd: reorganize ksmbd_iov_pin_rsp()
` [PATCH 6.1 054/100] ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
` [PATCH 6.1 055/100] ksmbd: fix recursive locking in vfs helpers
` [PATCH 6.1 056/100] ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
` [PATCH 6.1 057/100] ksmbd: add support for surrogate pair conversion
` [PATCH 6.1 058/100] ksmbd: no need to wait for binded connection termination at logoff
` [PATCH 6.1 059/100] ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
` [PATCH 6.1 060/100] ksmbd: prevent memory leak on error return
` [PATCH 6.1 061/100] ksmbd: fix possible deadlock in smb2_open
` [PATCH 6.1 062/100] ksmbd: separately allocate ci per dentry
` [PATCH 6.1 063/100] ksmbd: move oplock handling after unlock parent dir
` [PATCH 6.1 064/100] ksmbd: release interim response after sending status pending response
` [PATCH 6.1 065/100] ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
` [PATCH 6.1 066/100] ksmbd: dont update ->op_state as OPLOCK_STATE_NONE on error
` [PATCH 6.1 067/100] ksmbd: set epoch in create context v2 lease
` [PATCH 6.1 068/100] ksmbd: set v2 lease capability
` [PATCH 6.1 069/100] ksmbd: downgrade RWH lease caching state to RH for directory
` [PATCH 6.1 070/100] ksmbd: send v2 lease break notification "
` [PATCH 6.1 071/100] ksmbd: lazy v2 lease break on smb2_write()
` [PATCH 6.1 072/100] ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
` [PATCH 6.1 073/100] ksmbd: fix wrong allocation size update in smb2_open()
` [PATCH 6.1 074/100] ARM: dts: Fix occasional boot hang for am3 usb
` [PATCH 6.1 075/100] usb: fotg210-hcd: delete an incorrect bounds test
` [PATCH 6.1 076/100] spi: Introduce spi_get_device_match_data() helper
` [PATCH 6.1 077/100] iio: imu: adis16475: add spi_device_id table
` [PATCH 6.1 078/100] nfsd: separate nfsd_last_thread() from nfsd_put()
` [PATCH 6.1 079/100] nfsd: call nfsd_last_thread() before final nfsd_put()
` [PATCH 6.1 080/100] linux/export: Ensure natural alignment of kcrctab array
` [PATCH 6.1 081/100] spi: Reintroduce spi_set_cs_timing()
` [PATCH 6.1 082/100] spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
` [PATCH 6.1 083/100] spi: atmel: Fix clock issue when using devices with different polarities
` [PATCH 6.1 084/100] block: renumber QUEUE_FLAG_HW_WC
` [PATCH 6.1 085/100] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
` [PATCH 6.1 086/100] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
` [PATCH 6.1 087/100] mm/filemap: avoid buffered read/write race to read inconsistent data
` [PATCH 6.1 088/100] mm: migrate high-order folios in swap cache correctly
` [PATCH 6.1 089/100] mm/memory-failure: cast index to loff_t before shifting it
` [PATCH 6.1 090/100] mm/memory-failure: check the mapcount of the precise page
` [PATCH 6.1 091/100] ring-buffer: Fix wake ups when buffer_percent is set to 100
` [PATCH 6.1 092/100] tracing: Fix blocked reader of snapshot buffer
` [PATCH 6.1 093/100] ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
` [PATCH 6.1 094/100] netfilter: nf_tables: skip set commit for deleted/destroyed sets
` [PATCH 6.1 095/100] ring-buffer: Fix slowpath of interrupted event
` [PATCH 6.1 096/100] NFSD: fix possible oops when nfsd/pool_stats is closed
` [PATCH 6.1 097/100] spi: Constify spi parameters of chip select APIs
` [PATCH 6.1 098/100] device property: Allow const parameter to dev_fwnode()
` [PATCH 6.1 099/100] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCH 6.1 100/100] tracing/kprobes: Fix symbol counting logic by looking at modules as well
[PATCH 6.1.y] tracing/kprobes: Fix symbol counting logic by looking at modules as well
2024-01-03 16:44 UTC (3+ messages)
` [PATCH v2 "
[PATCH net v2 1/1] net: stmmac: Prevent DSA tags from breaking COE on stmmac
2024-01-03 16:42 UTC (6+ messages)
[PATCH stable 5.15 0/1] bpf: Fix map poke update
2024-01-03 16:40 UTC (3+ messages)
` [PATCH stable 5.15 1/1] bpf: Fix prog_array_map_poke_run "
FAILED: patch "[PATCH] tracing/kprobes: Fix symbol counting logic by looking at" failed to apply to 6.1-stable tree
2024-01-03 16:37 UTC (5+ messages)
` [PATCH 6.1.y] tracing/kprobes: Fix symbol counting logic by looking at modules as well
[PATCH 1/2] dt-bindings: thermal: correct thermal zone node name limit
2024-01-03 16:29 UTC (3+ messages)
[RFC 0/2] PCI: acpiphp: workaround race between hotplug and SCSI_SCAN_ASYNC job
2024-01-03 16:19 UTC (8+ messages)
` [RFC 2/2] PCI: acpiphp: slowdown hotplug if hotplugging multiple devices at a time
[RFC PATCH] drm/amd/display: fix bandwidth validation failure on DCN 2.1
2024-01-03 15:41 UTC (2+ messages)
[PATCH net v2 1/2] rtnetlink: allow to set iface down before enslaving it
2024-01-03 15:38 UTC (2+ messages)
[PATCH v7 2/5] i2c: core: run atomic i2c xfer when !preemptible
2024-01-03 15:07 UTC (6+ messages)
` [PATCH v7 2/5] "
[PATCH v2] mtd: rawnand: marvell: fix layouts
2024-01-03 13:37 UTC
[PATCH v7 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2024-01-03 11:36 UTC (10+ messages)
` [PATCH v7 2/7] serial: core: set missing supported flag for RX during TX GPIO
` [PATCH v7 3/7] serial: core: fix sanitizing check for RTS settings
` [PATCH v7 4/7] serial: core: make sure RS485 cannot be enabled when it is not supported
` [PATCH v7 5/7] serial: core, imx: do not set RS485 enabled if "
` [PATCH v7 6/7] serial: omap: do not override settings for RS485 support
` [PATCH v7 7/7] serial: 8250_exar: Set missing rs485_supported flag
[PATCH 5.10 00/97] 5.10.204-rc1 review
2024-01-03 10:40 UTC (6+ messages)
` [PATCH 5.10 81/97] MIPS: Loongson64: Enable DMA noncoherent support
FAILED: patch "[PATCH] ftrace: Fix modification of direct_function hash while in use" failed to apply to 6.1-stable tree
2024-01-03 10:30 UTC
FAILED: patch "[PATCH] dm-integrity: don't modify bio's immutable bio_vec in" failed to apply to 4.14-stable tree
2024-01-03 10:27 UTC (3+ messages)
FAILED: patch "[PATCH] ring-buffer: Fix slowpath of interrupted event" failed to apply to 6.1-stable tree
2024-01-03 10:25 UTC (4+ messages)
[Regression] 6.1.66, 6.6.5 - wifi: cfg80211: fix CQM for non-range use
2024-01-03 10:09 UTC (15+ messages)
[PATCH 5.15.y ] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
2024-01-03 10:07 UTC (2+ messages)
[PATCH 6.6 000/156] 6.6.9-rc1 review
2024-01-03 10:05 UTC (7+ messages)
` [PATCH 6.6 055/156] bnxt_en: do not map packet buffers twice
` [PATCH 6.6 133/156] ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
FAILED: patch "[PATCH] tracing: Fix blocked reader of snapshot buffer" failed to apply to 4.14-stable tree
2024-01-03 10:03 UTC
FAILED: patch "[PATCH] tracing: Fix blocked reader of snapshot buffer" failed to apply to 4.19-stable tree
2024-01-03 10:03 UTC
FAILED: patch "[PATCH] tracing: Fix blocked reader of snapshot buffer" failed to apply to 5.4-stable tree
2024-01-03 10:03 UTC
FAILED: patch "[PATCH] ftrace: Fix modification of direct_function hash while in use" failed to apply to 5.10-stable tree
2024-01-03 10:02 UTC
FAILED: patch "[PATCH] ftrace: Fix modification of direct_function hash while in use" failed to apply to 5.15-stable tree
2024-01-03 10:02 UTC
New parts in stock/offering
2024-01-03 8:55 UTC
[PATCH v3] rootfs: Fix support for rootfstype= when root= is given
2024-01-03 6:18 UTC (10+ messages)
[for-linus][PATCH 1/2] tracefs: Check for dentry->d_inode exists in set_gid()
2024-01-03 1:50 UTC (2+ messages)
` [for-linus][PATCH 2/2] eventfs: Fix bitwise fields for "is_events"
[PATCH net 0/2] mptcp: new reviewer and prevent a warning
2024-01-03 0:20 UTC (2+ messages)
[PATCH] Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
2024-01-03 0:12 UTC (3+ messages)
FAILED: patch "[PATCH] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()" failed to apply to 5.15-stable tree
2024-01-02 23:10 UTC (2+ messages)
[PATCH] drm/vmwgfx: Unmap the surface before resetting it on a plane state
2024-01-02 22:55 UTC (2+ messages)
[PATCH net] rtnetlink: allow to set iface down before enslaving it
2024-01-02 22:03 UTC (4+ messages)
[PATCH v1] usb: typec: class: fix typec_altmode_put_partner to put plugs
2024-01-02 17:52 UTC (4+ messages)
[PATCH] Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalid
2024-01-02 17:40 UTC (2+ messages)
[PATCH v6 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO
2024-01-02 15:53 UTC (4+ messages)
[PATCH v3] media: ucvideo: Add quirk for Logitech Rally Bar
2024-01-02 14:38 UTC
FAILED: patch "[PATCH] mm/memory-failure: check the mapcount of the precise page" failed to apply to 4.14-stable tree
2024-01-02 14:32 UTC
FAILED: patch "[PATCH] mm/memory-failure: check the mapcount of the precise page" failed to apply to 4.19-stable tree
2024-01-02 14:32 UTC
FAILED: patch "[PATCH] mm/memory-failure: check the mapcount of the precise page" failed to apply to 5.4-stable tree
2024-01-02 14:32 UTC
FAILED: patch "[PATCH] mm/memory-failure: check the mapcount of the precise page" failed to apply to 5.10-stable tree
2024-01-02 14:32 UTC
FAILED: patch "[PATCH] mm/memory-failure: check the mapcount of the precise page" failed to apply to 5.15-stable tree
2024-01-02 14:32 UTC
FAILED: patch "[PATCH] mm/memory-failure: cast index to loff_t before shifting it" failed to apply to 5.4-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: cast index to loff_t before shifting it" failed to apply to 4.19-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: cast index to loff_t before shifting it" failed to apply to 5.10-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: cast index to loff_t before shifting it" failed to apply to 5.15-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 4.14-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 4.19-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 5.4-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 5.10-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 5.15-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 6.1-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] mm/memory-failure: pass the folio and the page to" failed to apply to 6.6-stable tree
2024-01-02 14:31 UTC
FAILED: patch "[PATCH] selftests: secretmem: floor the memory size to the multiple" failed to apply to 5.15-stable tree
2024-01-02 14:29 UTC
FAILED: patch "[PATCH] selftests: secretmem: floor the memory size to the multiple" failed to apply to 6.1-stable tree
2024-01-02 14:29 UTC
FAILED: patch "[PATCH] dm-integrity: don't modify bio's immutable bio_vec in" failed to apply to 5.15-stable tree
2024-01-02 14:08 UTC (2+ messages)
patch "Revert "usb: dwc3: don't reset device side if dwc3 was configured as" added to usb-next
2024-01-02 13:45 UTC
patch "Revert "usb: dwc3: Soft reset phy on probe for host"" added to usb-next
2024-01-02 13:45 UTC
patch "Revert "usb: typec: class: fix typec_altmode_put_partner to put" added to usb-next
2024-01-02 13:45 UTC
patch "Revert "usb: dwc3: don't reset device side if dwc3 was configured as" added to usb-testing
2024-01-02 13:42 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox