All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-18 18:24:17 to 2022-10-18 19:41:54 UTC [more...]

[PATCH v1 00/35] net/ionic: updates for 22.11 release
 2022-10-18 19:40 UTC  (2+ messages)
` [PATCH v2 00/36] "

linux-leaks CI failure on master
 2022-10-18 19:40 UTC  (2+ messages)

[PATCH v3] drm/i915/slpc: Use platform limits for min/max frequency
 2022-10-18 19:39 UTC  (4+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/slpc: Use platform limits for min/max frequency (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH] Refactor Display Outputs to handle MST Connectors
 2022-10-18 19:38 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] [RFC][DO-NOT-MERGE] tests: add test that LFS objects are resolved also inside submodules
 2022-10-18 19:37 UTC 

[PATCH v2] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 19:36 UTC  (5+ messages)

[meta-ti][master][PATCH] upstream: Add support for building upstream
 2022-10-18 19:35 UTC  (3+ messages)

[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:33 UTC  (6+ messages)
` [RFC for-next 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next 4/4] io_uring/rw: enable bio caches for IRQ rw

calculate "Array Size" for fdisk
 2022-10-18 19:34 UTC  (3+ messages)

question about uboot mt7620 RAM_VERSION
 2022-10-18 14:05 UTC  (3+ messages)

[PATCH 3/6] net: (actually/better) deal with CVE-2022-{30790, 30552}
 2022-10-18 16:41 UTC 

[PATCH 0/6][next] Avoid clashing function prototypes
 2022-10-18 19:31 UTC  (4+ messages)
` [PATCH 2/6][next] cfg80211: "

[PATCH v3 0/1] Automatic LSM stack ordering
 2022-10-18 19:31 UTC  (11+ messages)
` [PATCH v3 1/1] security: Add CONFIG_LSM_AUTO to handle default "

[xen-unstable-smoke test] 174051: regressions - FAIL
 2022-10-18 19:30 UTC 

[PATCH] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 19:28 UTC  (6+ messages)

socket chardevs: data loss when other end closes connection?
 2022-10-18 19:21 UTC  (2+ messages)

installing man-pages from source
 2022-10-18 19:28 UTC  (2+ messages)

[PATCH 0/4] vdpa:/mlx5: Add debugfs subtree
 2022-10-18 19:27 UTC  (6+ messages)
` [PATCH 1/4] vdpa/mlx5: Fix rule forwarding VLAN to TIR
` [PATCH 2/4] vdpa/mlx5: Move some definitions to a new header file

[PATCH] mm/mmap: Fix MAP_FIXED address return on VMA merge
 2022-10-18 19:27 UTC  (2+ messages)

[PATCH v4 0/1] Add support for grub-emu to kexec Linux menu entries
 2022-10-18 19:26 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH] turbostat: Provide better debug messages for failed capabilities accesses
 2022-10-18 19:23 UTC 

[Bridge] [RFC PATCH net-next 00/19] bridge: mcast: Extensions for EVPN
 2022-10-18 19:21 UTC  (3+ messages)
`  "

[dm-devel] [git pull] device mapper changes for 6.1
 2022-10-18 19:19 UTC  (8+ messages)
    `  "

[PATCH v2 0/2] module: Merge same-name module load requests
 2022-10-18 19:19 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH net] tipc: fix a null-ptr-deref in tipc_topsrv_accept
 2022-10-18 19:19 UTC 

[PATCH v3 0/1] virtio_bt: Fix alignment in configuration struct
 2022-10-18 19:19 UTC  (4+ messages)
` [PATCH v3 1/1] "

[Bug 216602] New: The build system requires the bsd compat libraries even if only installing man pages
 2022-10-18 19:18 UTC  (2+ messages)
` [Bug 216602] "

[PATCH v2] erofs: use kmap_local_page() only for erofs_bread()
 2022-10-18 19:18 UTC  (3+ messages)

[PATCH v5 00/30] acl: add vfs posix acl api
 2022-10-18 19:17 UTC  (3+ messages)
` [PATCH v5 12/30] integrity: implement get and set acl hook

[RFC PATCH v2 00/13] zero-copy RX for io_uring
 2022-10-18 19:16 UTC  (14+ messages)
` [RFC PATCH v2 01/13] io_uring: add zctap ifq definition
` [RFC PATCH v2 02/13] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC PATCH v2 03/13] io_uring: add register ifq opcode
` [RFC PATCH v2 04/13] io_uring: create a zctap region for a mapped buffer
` [RFC PATCH v2 05/13] io_uring: create page freelist for the ifq region
` [RFC PATCH v2 06/13] io_uring: Provide driver API for zctap packet buffers
` [RFC PATCH v2 07/13] io_uring: Allocate the zctap buffers for the device
` [RFC PATCH v2 08/13] io_uring: Add zctap buffer get/put functions and refcounting
` [RFC PATCH v2 09/13] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [RFC PATCH v2 10/13] io_uring: Allocate a uarg for use by the ifq RX
` [RFC PATCH v2 11/13] io_uring: Define the zctap iov[] returned to the user
` [RFC PATCH v2 12/13] io_uring: add OP_RECV_ZC command
` [RFC PATCH v2 13/13] io_uring: Make remove_ifq_region a delayed work call

[PATCH v2 00/12] Update DC commit sequence
 2022-10-18 19:16 UTC  (6+ messages)
` [PATCH v2 07/12] drm/amd/display: Add function for validate and update new stream
` [PATCH v2 12/12] drm/amd/display: Move dc_state copy in commit_tail after dc_commit_state

Porting Xen in raspberry pi4B
 2022-10-18 19:13 UTC  (4+ messages)

[PATCH v10 00/11] landlock: truncate support
 2022-10-18 19:13 UTC  (4+ messages)
` [PATCH v10 04/11] landlock: Support file truncation

[PATCH v3 0/6] uvc gadget performance issues
 2022-10-18 19:13 UTC  (6+ messages)
` [PATCH v3 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc

[PATCH v1 net-next 0/5] inet6: Remove inet6_destroy_sock() calls
 2022-10-18 19:09 UTC  (6+ messages)
` [PATCH v1 net-next 1/5] inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy()
` [PATCH v1 net-next 2/5] dccp: Call inet6_destroy_sock() via sk->sk_destruct()
` [PATCH v1 net-next 3/5] sctp: "
` [PATCH v1 net-next 4/5] inet6: Remove inet6_destroy_sock()
` [PATCH v1 net-next 5/5] inet6: Clean up failure path in do_ipv6_setsockopt()

[PATCH] rtc: rtc-cmos: Fix wake alarm breakage
 2022-10-18 19:11 UTC  (4+ messages)

[PATCH 1/3] ata: remove unused helper ata_id_lba48_enabled()
 2022-10-18 19:10 UTC  (3+ messages)
` [PATCH 2/3] ata: remove unused helper ata_id_flush_enabled()
` [PATCH 3/3] ata: remove unused helper ata_id_flush_ext_enabled()

[chrome-platform:for-kernelci 1/2] drivers/platform/chrome/cros_hps_i2c.c:149:19: error: initialization of 'void (*)(struct i2c_client *)' from incompatible pointer type 'int (*)(struct i2c_client *)'
 2022-10-18 19:08 UTC 

arch/arm64/kvm/hyp/nvhe/stacktrace.c:10:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static?
 2022-10-18 19:08 UTC 

[PATCH v6 0/3] Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
 2022-10-18 19:05 UTC  (4+ messages)
` [PATCH v6 1/3] kunit: "
` [PATCH v6 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
` [PATCH v6 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro

[PATCH] mmc: add TS7800 FPGA based MMC controller driver
 2022-10-18 19:06 UTC  (3+ messages)

[GIT PULL] erofs fixes for 6.1-rc2
 2022-10-18 19:06 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.1-rc2
 2022-10-18 19:06 UTC  (2+ messages)

[PATCH 0/2] drm/tiny: add support tft display based on ilitek, ili9488
 2022-10-18 19:06 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: add binding for tft displays based on ilitek,ili9488
` [PATCH 2/2] drm/tiny: add support for tft displays based on ilitek, ili9488
  ` [PATCH 2/2] drm/tiny: add support for tft displays based on ilitek,ili9488
` [PATCH 0/2] drm/tiny: add support tft display "

Are there plans to merge up to Honister 3.4.4?
 2022-10-18 19:05 UTC  (4+ messages)

[PATCH v5 0/6] linux: implement LoadFile2 initrd loading
 2022-10-18 19:05 UTC  (7+ messages)
` [PATCH v5 1/6] efi: move MS-DOS stub out of generic PE header definition
` [PATCH v5 2/6] linux/arm: unify ARM/arm64 vs Xen PE/COFF header handling
` [PATCH v5 3/6] linux/arm: account for COFF headers appearing at unexpected offsets
` [PATCH v5 4/6] efi/efinet: Don't close connections at fini_hw() time
` [PATCH v5 5/6] efi: implement LoadFile2 initrd loading protocol for Linux
` [PATCH v5 6/6] linux: ignore FDT unless we need to modify it

[PATCH] fortify: Short-circuit known-safe calls to strscpy()
 2022-10-18 19:06 UTC  (2+ messages)

Patch set versioning
 2022-10-18 19:05 UTC  (3+ messages)

[PATCH] srcu: Export srcu_check_nmi_safety() to modules
 2022-10-18 19:05 UTC  (4+ messages)

[Virtio-fs] [virtiofsd] MR opened: passthrough: Replace `openat(2)` with `openat2(2)`
 2022-10-18 19:04 UTC 

[PATCH v1 1/1] usb: dwc3: Don't switch OTG -> peripheral if extcon is present
 2022-10-18 19:02 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets
 2022-10-18 19:02 UTC  (3+ messages)
  `  "

[PATCH v2] Add hardcoded crystal clock for KabyLake
 2022-10-18 19:01 UTC 

[PATCH] string: Convert strscpy() self-test to KUnit
 2022-10-18 19:00 UTC  (3+ messages)

+ minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix.patch added to mm-nonmm-unstable branch
 2022-10-18 19:00 UTC 

[PATCH v4 00/25] RSEQ node id and virtual cpu id extensions
 2022-10-18 19:00 UTC  (7+ messages)
` [PATCH v4 01/25] rseq: Introduce feature size and alignment ELF auxiliary vector entries

[PATCH rcu 0/4] NMI-safe SRCU reader API
 2022-10-18 18:59 UTC  (6+ messages)
` [PATCH v2 rcu 0/8] "

[asahilinux:bits/090-spi-hid 28/34] drivers/soc/apple/dockchannel.c:225:25: sparse: sparse: cast removes address space '__iomem' of expression
 2022-10-18 18:57 UTC 

[syzbot] INFO: rcu detected stall in batadv_nc_worker (3)
 2022-10-18 18:58 UTC 

[PATCH v2 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-10-18 18:57 UTC  (5+ messages)
` [PATCH v2 06/12] cxl/acpi: Extract component registers of restricted hosts from RCRB

[PATCH bpf-next 0/3] libbpf: support non-mmap()'able data sections
 2022-10-18 18:55 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: clean up and refactor BTF fixup step
` [PATCH bpf-next 2/3] libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
` [PATCH bpf-next 3/3] libbpf: add non-mmapable data section selftest

[ANNOUNCE] Git Merge 2022 videos available
 2022-10-18 18:55 UTC 

[Intel-gfx] [PATCH] drm/edid: Parse VRR cap fields from HFVSDB block
 2022-10-18 18:43 UTC  (3+ messages)
`  "

[PATCH v3 0/2] Add Omnivision OV4689 image sensor driver
 2022-10-18 18:55 UTC  (3+ messages)
` [PATCH v3 2/2] media: i2c: add support for OV4689

[PATCH] drm: Remove drm_mode_config::fb_base
 2022-10-18 18:37 UTC  (2+ messages)

[PATCH] irqchip: add TS7800v1 fpga based controller driver
 2022-10-18 18:51 UTC  (3+ messages)

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-18 17:34 UTC  (3+ messages)
` [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

[PATCH v3] proc: report open files as size in stat() for /proc/pid/fd
 2022-10-18 18:51 UTC  (3+ messages)

[PATCH] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
 2022-10-18 18:42 UTC  (2+ messages)
` [PATCH] Hexagon (target/hexagon) Add pkt and insn to DisasContext

[PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command
 2022-10-18 18:48 UTC  (4+ messages)
` [PATCH v3 0/9] "

man-pages-6.01 released
 2022-10-18 18:48 UTC 

[PATCH net-next] ibmveth: Always stop tx queues during close
 2022-10-18 18:47 UTC  (2+ messages)

[PATCH net-next] ibmvnic: Free rwi on reset success
 2022-10-18 18:45 UTC  (2+ messages)

[dm-devel] [git pull] device mapper fix for 6.1-rc2
 2022-10-18 18:44 UTC  (2+ messages)
`  "

pm/testing baseline: 58 runs, 1 regressions (v6.1-rc1-18-gba1b46e36fd7)
 2022-10-18 18:43 UTC 

[Intel-wired-lan] Bug 216257 - igc: Detected Tx Unit Hang after losing carrier, sporadic resets and connectivity loss with Intel I225-V
 2022-10-18 18:42 UTC 

[lttng-dev] Shared memory circular buffer and K8s pods
 2022-10-18 18:40 UTC  (3+ messages)

[xen-unstable test] 173980: trouble: broken/fail/pass
 2022-10-18 18:41 UTC 

[PATCH] mailmap: Update email for Qais Yousef
 2022-10-18 18:41 UTC  (2+ messages)

[PATCH v2] kunit/memcpy: Adding dynamic size and window tests
 2022-10-18 18:39 UTC  (2+ messages)

linux-next: manual merge of the rcu tree with Linus' tree
 2022-10-18 18:38 UTC  (2+ messages)

[PATCH v2] drm: Remove drm_mode_config::fb_base
 2022-10-18 16:49 UTC  (2+ messages)
` [PATCH v3] "

[Buildroot] [PATCH v2] configs/kontron_smarc_sal28: use U-Boot 2022.10
 2022-10-18 18:37 UTC 

[PATCH] ARM: mm: fix no-MMU ZERO_PAGE() implementation
 2022-10-18 18:35 UTC  (5+ messages)

[PATCH] {merge,fmt-merge-msg}: Add the --from-name argument
 2022-10-18 18:36 UTC 

[PATCH wpan-next] mac802154: Allow the creation of coordinator interfaces
 2022-10-18 18:36 UTC 

[PATCH v2 1/1] virtio_bt: Fix alignment in configuration struct
 2022-10-18 18:36 UTC  (3+ messages)
`  "

[PATCH] spi: stm32: Print summary 'callbacks suppressed' message
 2022-10-18 18:35 UTC 

[PATCH wpan-next v5] mac802154: Ensure proper scan-level filtering
 2022-10-18 18:35 UTC 

[PATCH net] net: fman: Use physical address for userspace interfaces
 2022-10-18 18:33 UTC  (4+ messages)

[PATCH v2] x86/resctrl: Fix zero cbm for AMD in cbm_validate
 2022-10-18 18:33 UTC  (2+ messages)
` [tip: x86/urgent] x86/resctrl: Fix min_cbm_bits for AMD

[Intel-gfx] [PATCH v2] drm/i915: Fix CFI violations in gt_sysfs
 2022-10-18 18:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Fix CFI violations in gt_sysfs (rev4)

[PATCH wpan-next 1/2] ieee802154: hwsim: Introduce a helper to update all the PIB attributes
 2022-10-18 18:32 UTC  (2+ messages)
` [PATCH wpan-next 2/2] ieee802154: hwsim: Save the current filtering level and use it

[PATCH] libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
 2022-10-18 18:32 UTC  (2+ messages)

[PATCH v9 00/11] landlock: truncate support
 2022-10-18 18:32 UTC  (9+ messages)

[PATCH 0/4] Add MADV_COLLAPSE documentation
 2022-10-18 18:30 UTC  (6+ messages)
` [PATCH man-pages 2/4] madvise.2: document reliable probe for advice support

[PATCH 0/2] MediaTek eMMC inline encryption support
 2022-10-18 18:30 UTC  (6+ messages)
` [PATCH 2/2] dt-bingdings: mmc: Mediatek: add ICE clock

[PATCH] perf: Fix missing raw data on tracepoint events
 2022-10-18 18:30 UTC  (2+ messages)

[PATCH 0/9] integrity: Move hooks into LSM
 2022-10-18 18:31 UTC  (10+ messages)
` [PATCH 4/9] ima: Move ima_file_free() "
` [PATCH 6/9] fs: Introduce file_to_perms() helper

[PATCH v6] selftests/vm: enable running select groups of tests
 2022-10-18 18:30 UTC 

[PATCH v7 0/2] input: introduce support for Qualcomm SPMI haptics
 2022-10-18 18:29 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: input: document Qualcomm PMI8998 haptics driver

[PATCH v3 0/3] Changes for ufshcd.c
 2022-10-18 18:27 UTC  (8+ messages)
` [PATCH v3 1/3] scsi: ufs: core: Remove unnecessary if statement
` [PATCH v3 2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
` [PATCH v3 3/3] scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes

[PATCH bpf-next 2/5] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
 2022-10-18 18:26 UTC  (15+ messages)

netfilter+bpf road ahead
 2022-10-18 18:26 UTC 

[PATCH v2] drm_bridge: register content protect property
 2022-10-18 18:25 UTC  (4+ messages)

[PATCH] fstests: add btrfs tests exercising raid to the raid group
 2022-10-18 18:26 UTC  (2+ messages)

[PATCH for-stable] efi: libstub: drop pointless get_memory_map() call
 2022-10-18 18:25 UTC 

[PATCH v2 0/7] Add basic trace events for vmap/vmalloc (v2)
 2022-10-18 18:25 UTC  (3+ messages)

[PATCH] x86: Include asm/ptrace.h in syscall_wrapper header
 2022-10-18 18:23 UTC  (2+ 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.