All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-14 22:59:40 to 2024-02-15 00:16:33 UTC [more...]

[PATCH v6 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-02-15  0:16 UTC  (9+ messages)
` [PATCH v6 02/10] fscrypt: Factor out a helper to configure the lookup dentry
  ` [f2fs-dev] "
` [PATCH v6 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
  ` [f2fs-dev] "
` [PATCH v6 04/10] fscrypt: Drop d_revalidate once the key is added

smack: Possible NULL pointer deref in cred_free hook
 2024-02-15  0:13 UTC  (8+ messages)

[GIT PULL] Landlock fixes for v6.8-rc5
 2024-02-15  0:12 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v6.8
 2024-02-15  0:12 UTC  (2+ messages)

[GIT PULL] KUnit fixes update for Linux 6.8-rc5
 2024-02-15  0:12 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.8-rc5
 2024-02-15  0:12 UTC  (2+ messages)

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-15  0:11 UTC  (11+ messages)

[PATCH 00/22] platform/chrome: Add DT USB/DP muxing/topology to Trogdor
 2024-02-15  0:10 UTC  (12+ messages)
` [PATCH 04/22] usb: core: Set connect_type of ports based on DT node
` [PATCH 18/22] dt-bindings: chrome: Add binding for ChromeOS Pogo pin connector

[PATCH net-next v4 00/15] net: dsa: vsc73xx: Make vsc73xx usable
 2024-02-15  0:09 UTC  (11+ messages)
` [PATCH net-next v4 01/15] net: dsa: vsc73xx: use read_poll_timeout instead delay loop
` [PATCH net-next v4 02/15] net: dsa: vsc73xx: convert to PHYLINK
` [PATCH net-next v4 03/15] net: dsa: vsc73xx: use macros for rgmii recognition
` [PATCH net-next v4 04/15] net: dsa: vsc73xx: Add define for max num of ports

[[BlueZ PATCH v2] ] mesh-gatt: Fix JSON files missing from dist
 2024-02-15  0:09 UTC  (2+ messages)
` [[BlueZ,v2] "

[linux-nvme:nvme-6.8] BUILD SUCCESS 8d30528a170905ede9ab6ab81f229e441808590b
 2024-02-15  0:06 UTC 

[PATCHSET 0/4] perf report: Omit dummy events in the output (v1)
 2024-02-15  0:08 UTC  (7+ messages)
` [PATCH 1/4] libperf evlist: Update group info in perf_evlist__remove()
` [PATCH 2/4] perf hist: Simplify hist printing logic for group events
` [PATCH 3/4] perf hist: Do not use event index in hpp__fmt()

[PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case
 2024-02-15  0:07 UTC 

[PATCH 6.6 000/124] 6.6.17-rc2 review
 2024-02-15  0:05 UTC  (3+ messages)

[XEN PATCH v2 0/3] Introduce and use STATIC_ASSERT_UNREACHABLE()
 2024-02-15  0:05 UTC  (17+ messages)
` [XEN PATCH v2 2/3] x86/uaccess: replace __{get,put}_user_bad() with STATIC_ASSERT_UNREACHABLE()

Shuah Khan - Self nomination for KernelCI TSC Chair
 2024-02-15  0:04 UTC 

[Wireshark-dev] SocketCAN Support is broken in latest Wireshark-v4.3.0rc0-1430-g600de02805d0
 2024-02-15  0:03 UTC  (2+ messages)

[PATCH 00/31] NT synchronization primitive driver
 2024-02-15  0:01 UTC  (33+ messages)
` [PATCH 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET
  ` [PATCH 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
  ` [PATCH 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
  ` [PATCH 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ
  ` [PATCH 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
  ` [PATCH 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ
  ` [PATCH 16/31] ntsync: Introduce alertable waits
  ` [PATCH 17/31] ntsync: Allow waits to use the REALTIME clock
  ` [PATCH 18/31] selftests: ntsync: Add some tests for semaphore state
  ` [PATCH 19/31] selftests: ntsync: Add some tests for mutex state
  ` [PATCH 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
  ` [PATCH 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
  ` [PATCH 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
  ` [PATCH 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
  ` [PATCH 24/31] selftests: ntsync: Add some tests for manual-reset event state
  ` [PATCH 25/31] selftests: ntsync: Add some tests for auto-reset "
  ` [PATCH 26/31] selftests: ntsync: Add some tests for wakeup signaling with events
  ` [PATCH 27/31] selftests: ntsync: Add tests for alertable waits
  ` [PATCH 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts
  ` [PATCH 29/31] selftests: ntsync: Add a stress test for contended waits
  ` [PATCH 30/31] maintainers: Add an entry for ntsync
  ` [PATCH 31/31] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH net-next v2 0/8] drivers: net: Convert EEE handling to use linkmode bitmaps
 2024-02-15  0:00 UTC  (20+ messages)
` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net-next v2 1/8] net: usb: r8152: Use linkmode helpers for EEE
  `  "
` [PATCH net-next v2 2/8] net: usb: ax88179_178a: "
  ` [Intel-wired-lan] "
` [PATCH net-next v2 3/8] net: qlogic: qede: "
  ` [Intel-wired-lan] "
` [PATCH net-next v2 4/8] net: ethernet: ixgbe: Convert EEE to use linkmodes
  ` [Intel-wired-lan] "
` [PATCH net-next v2 5/8] net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
  ` [Intel-wired-lan] "
` [PATCH net-next v2 6/8] net: intel: e1000e: Use linkmode helpers for EEE
  ` [Intel-wired-lan] "
` [PATCH net-next v2 7/8] net: intel: igb: "
  ` [Intel-wired-lan] "
` [PATCH net-next v2 8/8] net: intel: igc: "
  ` [Intel-wired-lan] "

[Bug 218472] New: mt7921e bluetooth not working
 2024-02-14 23:58 UTC  (2+ messages)
` [Bug 218472] "

[Intel-wired-lan] [PATCH iwl-next v7 0/2] ice: Support flow director ether type filters
 2024-02-14 23:50 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next v7 1/2] ice: Remove unnecessary argument from ice_fdir_comp_rules()
` [Intel-wired-lan] [PATCH iwl-next v7 2/2] ice: Implement 'flow-type ether' rules

[PATCH 6.1 00/65] 6.1.78-rc2 review
 2024-02-14 23:57 UTC  (2+ messages)

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-14 23:57 UTC  (2+ messages)

[PATCH 0/5] drm/i915: PLL state check stuff
 2024-02-14 23:53 UTC  (4+ messages)
` [PATCH 4/5] drm/i915: Add PLL .compare_hw_state() vfunc

[PATCH] layer.conf: Update for the scarthgap release series
 2024-02-14 23:52 UTC 

[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-14 23:54 UTC  (8+ messages)
` [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()

[meta-rockchip] [PATCH] layer.conf: Update for the scarthgap release series
 2024-02-14 23:49 UTC 

[PATCH 1/2] drm/nouveau: don't fini scheduler if not initialized
 2024-02-14 23:48 UTC  (3+ messages)

PR for new GuC v70.19.2
 2024-02-14 23:46 UTC  (2+ messages)

[PATCH 0/4] Fix vendor strings on Rockchip boards
 2024-02-14 23:45 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board
` [PATCH 2/4] dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-14 22:18 UTC  (2+ messages)
` [PATCH v8 03/15] x86: Secure Launch Kconfig

[PATCH] perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
 2024-02-14 23:45 UTC  (2+ messages)

[PATCH 00/15] crypto: Add twopass lskcipher for adiantum
 2024-02-14 23:44 UTC  (8+ messages)
` [PATCH 01/15] crypto: skcipher - Add tailsize attribute
` [PATCH 09/15] crypto: chacha-generic - Convert from skcipher to lskcipher
` [PATCH 13/15] crypto: cts,xts - Update parameters blocksize/chunksize/tailsize

[PATCH] netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
 2024-02-14 23:40 UTC  (2+ messages)

[PATCH 0/3] *** Detect interrupt storm in softlockup ***
 2024-02-14 23:39 UTC  (4+ messages)
` [PATCH 2/3] watchdog/softlockup: report the most time-consuming hardirq

[PATCH net 0/3] Netfilter fixes for net
 2024-02-14 23:38 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nft_set_pipapo: fix missing : in kdoc
` [PATCH net 2/3] netfilter: nat: restore default DNAT behavior
` [PATCH net 3/3] netfilter: nf_tables: fix bidirectional offload regression

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-14 23:34 UTC  (6+ messages)

[PATCH] ARM: renesas: r8a7778: add missing reg-name for sound
 2024-02-14 23:34 UTC  (3+ messages)

drop bio mode from null_blk and convert it to atomic queue limits
 2024-02-14 23:34 UTC  (5+ messages)
` [PATCH 1/5] null_blk: remove the bio based I/O path

[PATCH 0/2] Fix OV5645 capture issue with 400kHz i2c bus frequency
 2024-02-14 23:34 UTC  (10+ messages)
` [PATCH 1/2] media: i2c: ov5645: Move the register 0x3008 from ov5645_global_init_setting

[PATCH] qmimodem: implement CallSettings
 2024-02-14 23:34 UTC  (3+ messages)

[PATCH v2 0/4] Add post-init-supplier binding to improve suspend/resume stability
 2024-02-14 23:32 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: Add post-init-supplier property

[Buildroot] [PATCH v4 0/3] Add board support for the BeagleV-Ahead
 2024-02-14 23:30 UTC  (4+ messages)
` [Buildroot] [PATCH v4 1/3] Fix alphabetical order of DEVELOPERS file entry
` [Buildroot] [PATCH v4 2/3] package/xuantie-bins: new package
` [Buildroot] [PATCH v4 3/3] configs/beaglev_ahead: new defconfig

[PATCH 0/6] dts: Fix dtc interrupt warnings
 2024-02-14 18:41 UTC  (17+ messages)
` [PATCH 1/6] arm64: dts: freescale: Disable interrupt_map check
` [PATCH 2/6] arm: dts: Fix dtc interrupt_provider warnings
` [PATCH 3/6] arm64: "
` [PATCH 4/6] arm: dts: Fix dtc interrupt_map warnings
` [PATCH 5/6] arm64: dts: qcom: Fix interrupt-map cell sizes
` [PATCH 6/6] dtc: Enable dtc interrupt_provider check

[PATCH bpf-next v4] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-14 23:29 UTC 

[PATCH v6 0/5] Add support for getting EDID over ACPI to DRM
 2024-02-14 23:29 UTC  (5+ messages)
` [PATCH v6 3/5] drm: Add support to get EDID from ACPI
` ✗ Fi.CI.SPARSE: warning for Add support for getting EDID over ACPI to DRM
` ✗ Fi.CI.BAT: failure "

[PATCH 6.7 000/127] 6.7.5-rc2 review
 2024-02-14 23:28 UTC  (2+ messages)

[PATCH] docs: Only load the translations extension for HTML output
 2024-02-14 23:25 UTC 

[PATCH 0/2] dm vdo logger: standardize logging
 2024-02-14 23:25 UTC  (3+ messages)
` [PATCH 1/2] dm vdo logger: switch UDS_LOG_NOTICE to be alias for UDS_LOG_INFO
` [PATCH 2/2] dm vdo logger: update logging to start with "device-mapper: vdo"

[PATCH] security: fix integer overflow in lsm_set_self_attr() syscall
 2024-02-14 23:24 UTC  (2+ messages)

[PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support
 2024-02-14 23:22 UTC 

[PATCH 1/2] platform/x86: thinkpad_acpi: Simplify thermal mode checking
 2024-02-14 23:22 UTC  (6+ messages)
` [PATCH 2/2] platform/x86: thinkpad_acpi: Fix to correct wrong temp reporting on some ThinkPads

[PATCH BlueZ 0/4] Handful of build fixes and cleanups
 2024-02-14 23:22 UTC  (5+ messages)
` [PATCH BlueZ 1/4] build: fold separate install-data-hooks
  ` Handful of build fixes and cleanups

[PATCH v6 1/2] drm/xe: add a new debugfs file - mmio
 2024-02-14 23:21 UTC  (4+ messages)

[PATCH 0/7] t: drop more REFFILES prereqs
 2024-02-14 23:20 UTC  (8+ messages)
` [PATCH 3/7] t1400: exercise reflog with gaps with reftable backend
` [PATCH 4/7] t1404: make D/F conflict tests compatible "
` [PATCH 5/7] t1405: remove unneeded cleanup step

[PATCH v4 0/3] iio: humidity: hdc3020: add threshold events support
 2024-02-14 23:18 UTC  (3+ messages)
` [PATCH v4 3/3] "

[Intel-wired-lan] [PATCH iwl-net v1] ice: fix connection state of DPLL and out pin
 2024-02-14 23:10 UTC  (2+ messages)

[PATCH] media: mediatek: vcodec: setting request complete before buffer done
 2024-02-14 23:17 UTC  (4+ messages)

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-02-14 23:16 UTC  (5+ messages)
` [PATCH bpf-next 2/4] "

Re: [PATCH BlueZ v2 00/10] Distribution inspired fixes
 2024-02-14 23:16 UTC  (7+ messages)

[PATCH v2] scsi: core: Consult supported VPD page list prior to fetching page
 2024-02-14 23:14 UTC  (2+ messages)

decrufify the configure checks
 2024-02-14 23:11 UTC  (3+ messages)
` [PATCH 03/27] repair: refactor the BLKMAP_NEXTS_MAX check

[PATCH] x86/build: Simplify patterns for unwanted section
 2024-02-14 23:10 UTC  (5+ messages)

[PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
 2024-02-14 23:10 UTC  (4+ messages)
` [PATCH 2/2] mm/migrate_device: further convert migrate_device_finalize() "

[PATCH] drm/dp: Don't attempt AUX transfers when eDP panels are not powered
 2024-02-14 23:07 UTC  (3+ messages)

[PATCH v15 00/50] Introduce QC USB SND audio offloading support
 2024-02-14 23:04 UTC  (7+ messages)
` [PATCH v15 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v15 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol

[meta-python][PATCH] python3-pyyaml-include: add initial recipe for version 1.3.2
 2024-02-14 23:04 UTC 

linux-next: manual merge of the vfs-brauner tree with the bcachefs tree
 2024-02-14 23:05 UTC 

[PATCH RFC 5/6] fs: xfs: iomap atomic write support
 2024-02-14 23:03 UTC  (11+ messages)

[Buildroot] [PATCH v3 0/2] Add board support for the BeagleV-Ahead
 2024-02-14 23:03 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/2] configs/beaglev_ahead: new defconfig

[PATCH v8 0/2] lib: checksum: Fix issues with checksum tests
 2024-02-14 23:03 UTC  (3+ messages)
` [PATCH v8 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

[PATCH] ext4: Don't report EOPNOTSUPP errors from discard
 2024-02-14 23:01 UTC  (2+ messages)

[PATCH bpf-next] bpf/test_run: increase Page Pool's ptr_ring size in live frames mode
 2024-02-14 23:02 UTC  (3+ messages)

[Buildroot] [PATCH] glibc: build: honor toplevel BR2_TARGET_OPTIMIZATION
 2024-02-14 23:01 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[linux-next:pending-fixes] BUILD SUCCESS 904accd85136d0635854d003865dc38145a4952b
 2024-02-14 23:00 UTC 

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-14 23:01 UTC  (6+ messages)
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs

[paulmck-rcu:dev.2024.02.08a] BUILD SUCCESS 0fe922a857d002ffa36290acb1df4f1d4e7cd8de
 2024-02-14 23:00 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS 5ce7264a2557e333e8adec6a8c02eb5338417d7d
 2024-02-14 22:59 UTC 

[PATCH bpf-next] bpf: use O(log(N)) binary search to find line info record
 2024-02-14 23:00 UTC  (2+ messages)

[PATCH v4 0/2] Add bmi323 support for ASUS ROG ALLY
 2024-02-14 23:00 UTC  (3+ messages)
` [PATCH v4 1/2] iio: accel: bmc150: Duplicate ACPI entries
` [PATCH v4 2/2] iio: imu: bmi323: Add and enable ACPI Match Table

[PATCH v3 0/2] PCI/IOV: sriov_numvfs bug fixes
 2024-02-14 22:59 UTC  (3+ messages)
  ` [PATCH v3 1/2] PCI/IOV: Revert "PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes"
  ` [PATCH v3 2/2] PCI/IOV: set iov->num_VFs before VFs are probed


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.