All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-03 16:29:34 to 2024-01-03 17:02:32 UTC [more...]

[PATCH 00/36] Remove UCLINUX from LTP
 2024-01-03 12:09 UTC  (8+ messages)
  ` [LTP] "

[PATCH 5.15 00/95] 5.15.146-rc1 review
 2024-01-03 16:54 UTC  (2+ messages)
` [PATCH 5.15 01/95] ARM: dts: dra7: Fix DRA7 L3 NoC node register size

[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 v2 1/2] perf x86 test: Update hybrid expectations
 2024-01-03 17:01 UTC  (2+ messages)
` [PATCH v2 2/2] perf x86 test: Add hybrid test for conflicting legacy/sysfs event

[PATCH v4 0/9] Handoff bloblist from previous boot stage
 2024-01-03 17:01 UTC  (4+ messages)
` [PATCH v4 6/9] arm: Get bloblist from boot arguments

[PATCH] drm/xe: Check skip_guc_pc before setting SLPC flag
 2024-01-03 17:01 UTC  (6+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Check skip_guc_pc before setting SLPC flag (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[RFC 0/2] Initial changes to support printing all refs
 2024-01-03 17:00 UTC  (11+ messages)
` [PATCH 2/2] ref-filter: support filtering of operational refs

[net-next PATCH v6 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-03 16:59 UTC  (4+ messages)
` [net-next PATCH v6 5/5] net: phy: at803x: add "

[PATCH] arm64: mm: Fix SOCs with DDR starting above zero
 2024-01-03 17:00 UTC 

[RFC] Do we need dedicated LSF/MM/BPF 2024 session for CXL memory?
 2024-01-03 16:53 UTC  (2+ messages)

[PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
 2024-01-03 16:58 UTC  (12+ messages)

[PATCH bpf-next 0/2] inline asm helpers to access array elements
 2024-01-03 16:57 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: add helpers for mmapping maps

[PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-01-03 16:57 UTC  (5+ messages)

[PATCH] power: supply: bq24190_charger: Fix "initializer element is not constant" error
 2024-01-03 16:57 UTC 

[PATCH] net/sched: taprio: fix use-after-free in taprio_dump
 2024-01-03 16:57 UTC  (2+ messages)

[PATCH] bnxt: fix building without CONFIG_RFS_ACCEL
 2024-01-03 16:56 UTC  (4+ messages)

Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket
 2024-01-03 16:55 UTC  (4+ messages)

[PATCH] ACPI: resource: Force irq1 edge low override on Infinity laptops
 2024-01-03 16:55 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] ACPI: resource: Add Infinity laptops to irq1_level_low_skip_override
        ` [PATCH v4] ACPI: resource: Add Infinity laptops to irq1_level_low_force_override
          ` [PATCH v5] ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override

[PATCH] perf: RISC-V: Check standard event availability
 2024-01-03 16:53 UTC  (3+ messages)

CVE Scanners and Package Version
 2024-01-03 16:54 UTC  (5+ messages)
` [yocto] "

[PATCH 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
 2024-01-03 16:52 UTC  (17+ messages)

[PATCH v6 0/8] i2c: add zhaoxin i2c controller driver
 2024-01-03 16:52 UTC  (3+ messages)
` [PATCH v6 3/8] i2c: wmt: adjust line length to meet style

[PATCH] tests/unit/test-qga: do not qualify executable paths
 2024-01-03 16:51 UTC 

[PATCH v3] perf vendor events amd: Add Zen 4 memory controller events
 2024-01-03 16:52 UTC  (2+ messages)

[PATCH] dmaengine: xilinx: xdma: Workaround truncation compilation error
 2024-01-03 16:52 UTC  (2+ messages)

[PATCH v3 00/10] Add PCIe Bandwidth Controller
 2024-01-03 16:51 UTC  (9+ messages)
` [PATCH v3 06/10] PCI: Cache PCIe device's Supported Speed Vector
` [PATCH v3 08/10] PCI/bwctrl: Add "controller" part into PCIe bwctrl

[PATCH] x86/syscalls: shrink entry/syscall_32.i via IWYU
 2024-01-03 16:50 UTC  (4+ messages)

[PATCH v2 0/4] TC phy check cleanup
 2024-01-03 16:50 UTC  (5+ messages)
` [PATCH v2 4/4] drm/i915: Separate tc check for legacy and non legacy tc phys

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-01-03 16:49 UTC  (3+ messages)
` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink

[PATCH 0/1] MAINTAINERS: fix folders within glob pattern
 2024-01-03 16:49 UTC  (2+ messages)

[Buildroot] [PATCH] package/picocom: bump to version 2023-04
 2024-01-03 16:49 UTC 

[PATCH v6 0/2] Add swappiness argument to memory.reclaim
 2024-01-03 16:48 UTC  (3+ messages)
` [PATCH v6 1/2] mm: add defines for min/max swappiness
` [PATCH v6 2/2] mm: add swapiness= arg to memory.reclaim

[PATCH net-next 0/2] tcp/dccp: refine source port selection
 2024-01-03 16:48 UTC  (3+ messages)

[PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
 2024-01-03 16:47 UTC  (3+ messages)

[soc:for-next] BUILD SUCCESS f54398b56b119179911b1d5c2f0553eb67bb6d68
 2024-01-03 16:46 UTC 

[PATCH v1] perf stat: Fix hard coded ll miss units
 2024-01-03 16:47 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: Fix ANDROID AB unknown file entry
 2024-01-03 16:47 UTC  (2+ messages)

[PATCH] driver core: mark remaining local bus_type variables as const
 2024-01-03 16:47 UTC  (3+ messages)

[PATCH net-next v3 0/3] net: gro: reduce extension header parsing overhead
 2024-01-03 16:46 UTC  (3+ messages)
` [PATCH net-next v3 2/3] net: gro: parse ipv6 ext headers without frag0 invalidation

Some thoughts and questions about CXL & MCE
 2024-01-03 16:45 UTC  (2+ messages)

[PATCH v1] perf record: Reduce memory for recording lost samples event
 2024-01-03 16:45 UTC  (2+ messages)

[PATCH] drm/i915: Disable DSB in Xe KMD
 2024-01-03 16:44 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[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 "

What's cooking in git.git (Jan 2024, #01; Tue, 2)
 2024-01-03 16:43 UTC  (4+ messages)

[PATCH net v2 0/1] Prevent DSA tags from breaking COE
 2024-01-03 16:42 UTC  (6+ messages)
` [PATCH net v2 1/1] net: stmmac: Prevent DSA tags from breaking COE on stmmac

[PATCH v1] perf x86 test: Update hybrid expectations
 2024-01-03 16:42 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 01638431c465741e071ab34acf3bef3c2570f878
 2024-01-03 16:41 UTC 

Concurrent fetch commands
 2024-01-03 16:40 UTC  (6+ messages)

[PATCH stable 5.15 0/1] bpf: Fix map poke update
 2024-01-03 16:40 UTC  (2+ messages)

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2024-01-03 16:37 UTC  (11+ messages)
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function

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 0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP
 2024-01-03 16:36 UTC  (3+ messages)
` [PATCH 3/3] wifi: ath10k: "

[PATCH net v2 0/2] rtnetlink: allow to enslave with one msg an up interface
 2024-01-03 16:36 UTC  (5+ messages)
` [PATCH net v2 2/2] selftests: rtnetlink: check enslaving iface in a bond

[PATCH v1 0/5] Rework & improve riscv cmpxchg.h and atomic.h
 2024-01-03 16:34 UTC  (14+ messages)
` [PATCH v1 1/5] riscv/cmpxchg: Deduplicate xchg() asm functions
` [PATCH v1 2/5] riscv/cmpxchg: Deduplicate cmpxchg() asm and macros
` [PATCH v1 3/5] riscv/atomic.h : Deduplicate arch_atomic.*
` [PATCH v1 4/5] riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2
` [PATCH v1 5/5] riscv/cmpxchg: Implement xchg "

[PATCH v3] selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
 2024-01-03 16:34 UTC 

[PATCH v5] subtree: fix split processing with multiple subtrees present
 2024-01-03 16:33 UTC  (8+ messages)
` [PATCH v6] "

[PATCH] ath10k: Don't touch the CE interrupt registers after power up
 2024-01-03 16:31 UTC  (2+ messages)

[PATCH] nubus: make nubus_bus_type static and constant
 2024-01-02 13:34 UTC  (3+ messages)

perf test hybrid failing on 14700K
 2024-01-03 16:31 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: thermal: correct thermal zone node name limit
 2024-01-03 16:29 UTC  (4+ messages)

[PATCH] [i-g-t] tests/amdgpu/amd_link_settings: Fix run eDP link training with unsupported link rate
 2024-01-03 16:29 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for tests/amdgpu/amd_link_settings: Fix run eDP link training with unsupported link rate (rev3)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.