All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-20 16:00:14 to 2023-12-20 16:13:48 UTC [more...]

[PATCH 5.15 000/159] 5.15.145-rc1 review
 2023-12-20 16:08 UTC  (66+ messages)
` [PATCH 5.15 001/159] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
` [PATCH 5.15 002/159] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
` [PATCH 5.15 003/159] ksmbd: Remove redundant flush_workqueue() calls
` [PATCH 5.15 004/159] ksmbd: remove md4 leftovers
` [PATCH 5.15 005/159] ksmbd: remove smb2_buf_length in smb2_hdr
` [PATCH 5.15 006/159] ksmbd: remove smb2_buf_length in smb2_transform_hdr
` [PATCH 5.15 007/159] ksmbd: change LeaseKey data type to u8 array
` [PATCH 5.15 008/159] ksmbd: use oid registry functions to decode OIDs
` [PATCH 5.15 009/159] ksmbd: Remove unused parameter from smb2_get_name()
` [PATCH 5.15 010/159] ksmbd: Remove unused fields from ksmbd_file struct definition
` [PATCH 5.15 011/159] ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO
` [PATCH 5.15 012/159] ksmbd: Fix buffer_check_err() kernel-doc comment
` [PATCH 5.15 013/159] ksmbd: Fix smb2_set_info_file() "
` [PATCH 5.15 014/159] ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()
` [PATCH 5.15 015/159] ksmbd: Fix smb2_get_name() kernel-doc comment
` [PATCH 5.15 016/159] ksmbd: register ksmbd ib client with ib_register_client()
` [PATCH 5.15 017/159] ksmbd: set 445 port to smbdirect port by default
` [PATCH 5.15 018/159] ksmbd: smbd: call rdma_accept() under CM handler
` [PATCH 5.15 019/159] ksmbd: smbd: create MR pool
` [PATCH 5.15 020/159] ksmbd: smbd: change the default maximum read/write, receive size
` [PATCH 5.15 021/159] ksmbd: add smb-direct shutdown
` [PATCH 5.15 022/159] ksmbd: smbd: fix missing clients memory region invalidation
` [PATCH 5.15 023/159] ksmbd: smbd: validate buffer descriptor structures
` [PATCH 5.15 024/159] ksmbd: add support for key exchange
` [PATCH 5.15 025/159] ksmbd: use netif_is_bridge_port
` [PATCH 5.15 026/159] ksmbd: store fids as opaque u64 integers
` [PATCH 5.15 027/159] ksmbd: shorten experimental warning on loading the module
` [PATCH 5.15 028/159] ksmbd: Remove a redundant zeroing of memory
` [PATCH 5.15 029/159] ksmbd: replace usage of found with dedicated list iterator variable
` [PATCH 5.15 030/159] smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_common
` [PATCH 5.15 031/159] ksmbd: remove filename in ksmbd_file
` [PATCH 5.15 032/159] ksmbd: validate length in smb2_write()
` [PATCH 5.15 033/159] ksmbd: smbd: change prototypes of RDMA read/write related functions
` [PATCH 5.15 034/159] ksmbd: smbd: introduce read/write credits for RDMA read/write
` [PATCH 5.15 035/159] ksmbd: smbd: simplify tracking pending packets
` [PATCH 5.15 036/159] ksmbd: smbd: change the return value of get_sg_list
` [PATCH 5.15 037/159] ksmbd: smbd: handle multiple Buffer descriptors
` [PATCH 5.15 038/159] ksmbd: fix wrong smbd max read/write size check
` [PATCH 5.15 039/159] ksmbd: Fix some kernel-doc comments
` [PATCH 5.15 040/159] ksmbd: smbd: fix connection dropped issue
` [PATCH 5.15 041/159] ksmbd: smbd: relax the count of sges required
` [PATCH 5.15 042/159] ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
` [PATCH 5.15 043/159] ksmbd: remove duplicate flag set in smb2_write
` [PATCH 5.15 044/159] ksmbd: remove unused ksmbd_share_configs_cleanup function
` [PATCH 5.15 045/159] ksmbd: use wait_event instead of schedule_timeout()
` [PATCH 5.15 046/159] ksmbd: request update to stale share config
` [PATCH 5.15 047/159] ksmbd: remove unnecessary generic_fillattr in smb2_open
` [PATCH 5.15 048/159] ksmbd: dont open-code file_path()
` [PATCH 5.15 049/159] ksmbd: dont open-code %pD
` [PATCH 5.15 050/159] ksmbd: constify struct path
` [PATCH 5.15 051/159] ksmbd: remove generic_fillattr use in smb2_open()
` [PATCH 5.15 052/159] ksmbd: casefold utf-8 share names and fix ascii lowercase conversion
` [PATCH 5.15 053/159] ksmbd: change security id to the one samba used for posix extension
` [PATCH 5.15 054/159] ksmbd: set file permission mode to match Samba server posix extension behavior
` [PATCH 5.15 055/159] ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response
` [PATCH 5.15 056/159] ksmbd: fix encryption failure issue for session logoff response
` [PATCH 5.15 057/159] ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob
` [PATCH 5.15 058/159] ksmbd: decrease the number of SMB3 smbdirect server SGEs
` [PATCH 5.15 060/159] ksmbd: hide socket error message when ipv6 config is disable
` [PATCH 5.15 069/159] ksmbd: send proper error response in smb2_tree_connect()
` [PATCH 5.15 070/159] ksmbd: Implements sess->ksmbd_chann_list as xarray
` [PATCH 5.15 071/159] ksmbd: Implements sess->rpc_handle_list "
` [PATCH 5.15 072/159] ksmbd: fix typo, syncronous->synchronous
` [PATCH 5.15 073/159] ksmbd: Remove duplicated codes
` [PATCH 5.15 074/159] ksmbd: update Kconfig to note Kerberos support and fix indentation

[RFC PATCH v3 00/20] Zero copy Rx using io_uring
 2023-12-20 16:13 UTC  (9+ messages)
` [RFC PATCH v3 06/20] io_uring: separate header for exported net bits
` [RFC PATCH v3 07/20] io_uring: add interface queue
` [RFC PATCH v3 08/20] io_uring: add mmap support for shared ifq ringbuffers
` [RFC PATCH v3 10/20] io_uring: setup ZC for an Rx queue when registering an ifq

[PATCH] drm/xe/vm: Fix an error path
 2023-12-20 16:13 UTC  (2+ messages)

[PATCH net-next] net: phy: extend genphy_c45_read_eee_abilities() to read capability 2 register
 2023-12-20 16:12 UTC 

[PATCH v2 0/8] Add callback for cooling list update to speed-up IPA
 2023-12-20 16:14 UTC  (4+ messages)
` [PATCH v2 8/8] thermal: gov_power_allocator: Support new update callback of weights

[PATCH] eventfs: Have event files and directories default to parent uid and gid
 2023-12-20 16:13 UTC  (2+ messages)

[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
 2023-12-20 16:12 UTC  (9+ messages)
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 03/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND flag
` [PATCH vhost v4 04/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND backend feature
` [PATCH vhost v4 05/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND "

[meta-ti][master/kirkstone][RFC] meta-ti-bsp: Build R5 bootloader without multiconfig
 2023-12-20 16:12 UTC  (2+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-20  7:07 UTC  (7+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v4 00/13] RISC-V: Add steal-time support
 2023-12-20 16:11 UTC  (44+ messages)
` [PATCH v4 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v4 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v4 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v4 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v4 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v4 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v4 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v4 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v4 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v4 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v4 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v4 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v4 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

Subscribe linux-wireless
 2023-12-20 16:11 UTC 

[PATCH 00/18] serial: sc16is7xx: fixes, cleanups and improvements
 2023-12-20 16:11 UTC  (12+ messages)
` [PATCH 04/18] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()
` [PATCH 08/18] serial: sc16is7xx: add driver name to struct uart_driver
` [PATCH 17/18] serial: sc16is7xx: refactor EFR lock
` [PATCH 18/18] serial: sc16is7xx: fix whitespace in sc16is7xx_startup() comments

[PATCH 1/2] i2c: i801: Add 0x29 as I²C address for lis3lv02d in Dell Precision 3540
 2023-12-20 16:10 UTC  (2+ messages)
` [PATCH 2/2] i2c: i801: Add 0x29 as I²C address for lis3lv02d in Dell XPS 15 7590

[PATCH v1 1/1] drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA
 2023-12-20 16:10 UTC  (5+ messages)

[PATCH v10 0/6] Improve pwm-ir-tx precision
 2023-12-20 16:09 UTC  (3+ messages)
` (subset) "

[PATCH 0/8] Minor improvements to CodingGuidelines and SubmittingPatches
 2023-12-20 16:09 UTC  (5+ messages)
` [PATCH 4/8] SubmittingPatches: update extra tags list

Linux 6.6.8
 2023-12-20 16:08 UTC  (2+ messages)

Linux 6.1.69
 2023-12-20 16:08 UTC  (2+ messages)

Linux 4.19.303
 2023-12-20 16:08 UTC  (2+ messages)

Linux 4.14.334
 2023-12-20 16:08 UTC  (2+ messages)

Linux 5.4.265
 2023-12-20 16:08 UTC  (2+ messages)

[PATCH v2 0/7] Early Boot Allocation on Power
 2023-12-20 16:07 UTC  (4+ messages)
` [PATCH v2 5/7] xen/ppc: Enable bootfdt and boot allocator

Linux 5.10.205
 2023-12-20 16:08 UTC  (2+ messages)

Linux 5.15.144
 2023-12-20 16:07 UTC  (2+ messages)

[PATCH for-5.15.y+] kasan: disable kasan_non_canonical_hook() for HW tags
 2023-12-20 16:07 UTC  (2+ messages)

[PATCH v4l-utils] keytable: fix segfault when reading legacy keymaps
 2023-12-20 16:00 UTC 

[iptables PATCH 00/23] Guided option parser for ebtables
 2023-12-20 16:06 UTC  (24+ messages)
` [iptables PATCH 01/23] libxtables: xtoptions: Prevent XTOPT_PUT with XTTYPE_HOSTMASK
` [iptables PATCH 02/23] libxtables: xtoptions: Support XTOPT_NBO with XTTYPE_UINT*
` [iptables PATCH 03/23] libxtables: xtoptions: Implement XTTYPE_ETHERMACMASK
` [iptables PATCH 04/23] libxtables: xtoptions: Treat NFPROTO_BRIDGE as IPv4
` [iptables PATCH 05/23] ebtables: Support for guided option parser
` [iptables PATCH 06/23] extensions: libebt_*: Drop some needless init callbacks
` [iptables PATCH 07/23] extensions: libebt_stp: Use guided option parser
` [iptables PATCH 08/23] extensions: libebt_arpreply: "
` [iptables PATCH 09/23] extensions: libebt_dnat: "
` [iptables PATCH 10/23] extensions: libebt_ip6: "
` [iptables PATCH 11/23] extensions: libebt_ip: "
` [iptables PATCH 12/23] extensions: libebt_log: "
` [iptables PATCH 13/23] extensions: libebt_mark: "
` [iptables PATCH 14/23] extensions: libebt_nflog: "
` [iptables PATCH 15/23] extensions: libebt_snat: "
` [iptables PATCH 16/23] extensions: libebt_redirect: "
` [iptables PATCH 17/23] extensions: libebt_802_3: "
` [iptables PATCH 18/23] extensions: libebt_vlan: "
` [iptables PATCH 19/23] extensions: libebt_arp: "
` [iptables PATCH 20/23] extensions: libxt_limit: Use guided option parser for NFPROTO_BRIDGE, too
` [iptables PATCH 21/23] extensions: libebt_pkttype: Use guided option parser
` [iptables PATCH 22/23] extensions: libebt_mark_m: "
` [iptables PATCH 23/23] extensions: libxt_HMARK: Review HMARK_parse()

[PATCH 24.03] build: track mandatory rather than optional libs
 2023-12-20 16:05 UTC  (5+ messages)
` [PATCH v3 0/3] Improve optional lib support
  ` [PATCH v3 2/3] build: remove 5 libs from mandatory list

[PATCH v11] pwm: bcm2835: Allow PWM driver to be used in atomic context
 2023-12-20 16:06 UTC  (3+ messages)

[PATCH] net: sched: em_text: fix possible memory leak in em_text_destroy()
 2023-12-20 16:05 UTC  (3+ messages)

[PATCH] gfs2: Remove use of error flag in journal reads
 2023-12-20 16:05 UTC  (2+ messages)

[syzbot] [crypto?] KASAN: slab-out-of-bounds Read in arc4_crypt
 2023-12-20 15:53 UTC  (2+ messages)
` [PATCH next] crypto: fix oob "

[PATCH v3 1/2] drm/amdgpu: Auto-validate DMABuf imports in compute VMs
 2023-12-20 16:04 UTC  (7+ messages)

[PULL 00/43] target-arm queue
 2023-12-20 16:03 UTC  (2+ messages)

[PATCH] thunderbolt: Reduce retry timeout to speed up boot for some devices
 2023-12-20 16:04 UTC  (3+ messages)

openbmc/telemetry: First complaint of unresponsiveness
 2023-12-20 16:03 UTC  (4+ messages)

[PATCH v3 0/4] dt-bindings: tpm: Clean all the things
 2023-12-20 16:04 UTC  (2+ messages)

[PULL 00/19] First batch of misc patches for QEMU 9.0
 2023-12-20 16:03 UTC  (2+ messages)

[PULL 00/47] vfio queue
 2023-12-20 16:03 UTC  (2+ messages)

[qemu-web PATCH] Add QEMU 8.2.0 release announcement
 2023-12-20 16:02 UTC 

[PATCH v2 0/7] remove some usage of gadget_is_{*}speed() API
 2023-12-20 16:02 UTC  (5+ messages)
` [PATCH v2 3/7] usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()

[PATCH v8 0/2] Introducing trace buffer mapping by user-space
 2023-12-20 16:02 UTC  (6+ messages)

[GIT PULL] s390 fixes for 6.7-rc7
 2023-12-20 16:01 UTC 

[PATCH 1/2] ARM: boards: polyhex-debix: enable HAB support
 2023-12-20 16:00 UTC  (4+ messages)

[PATCH v5 net-next 0/3] add multi-buff support for xdp running in generic mode
 2023-12-20 16:01 UTC  (3+ messages)
` [PATCH v5 net-next 3/3] xdp: "

[PATCH] pwm: meson: Simplify using dev_err_probe()
 2023-12-20 15:59 UTC  (9+ messages)


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.