All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-29 21:28:53 to 2022-09-29 22:46:16 UTC [more...]

[PATCH v6 0/8] Prepare for constifying SCSI host templates
 2022-09-29 22:44 UTC  (9+ messages)
` [PATCH v6 1/8] scsi: esas2r: Initialize two host template members implicitly
` [PATCH v6 2/8] scsi: esas2r: Introduce scsi_template_proc_dir()
` [PATCH v6 3/8] scsi: core: Fail host creation if creating the proc directory fails
` [PATCH v6 4/8] scsi: core: Introduce a new list for SCSI proc directory entries
` [PATCH v6 5/8] scsi: core: Rework scsi_single_lun_run()
` [PATCH v6 6/8] scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()
` [PATCH v6 7/8] scsi: core: Remove the put_device() call from scsi_device_get()
` [PATCH v6 8/8] scsi: core: Release SCSI devices synchronously

[PATCH] IB/mlx5: Add a signature check to received EQEs and CQEs
 2022-09-29 22:44 UTC 

[PATCH] drm/i915: Fix CFI violations in gt_sysfs
 2022-09-29 22:44 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH v2 bpf-next] net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
 2022-09-29 22:38 UTC 

[PATCH v5 0/9] Add 'q35' machine type to hotplug tests
 2022-09-29 22:35 UTC  (9+ messages)
` [PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()
` [PATCH v5 2/9] tests/x86: Add subtest with 'q35' machine type to device-plug-test
` [PATCH v5 3/9] tests/x86: Refactor hot unplug hd-geo-test
` [PATCH v5 5/9] tests/x86: Add 'q35' machine type to hotplug hd-geo-test
` [PATCH v5 6/9] tests/x86: Fix comment typo in drive_del-test
` [PATCH v5 7/9] tests/x86: replace snprint() by g_strdup_printf() "
` [PATCH v5 8/9] tests/x86: Add 'q35' machine type to drive_del-test
` [PATCH v5 9/9] tests/x86: Add 'q35' machine type to ivshmem-test

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-09-29 22:38 UTC  (11+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
              ` Nested AVIC design (was:Re: [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally)

[Intel-wired-lan] [RESEND PATCH net-next 1/2] e1000: Remove unnecessary use of kmap_atomic()
 2022-09-29 22:40 UTC  (4+ messages)
` [Intel-wired-lan] [RESEND PATCH net-next 2/2] e1000e: "

RTT-PROBE: lore-subspace-rtt
 2022-09-29 22:40 UTC 

[PATCH V2 0/2] nvme: Support user mode processing of ZNS Zone Changed AEN
 2022-09-29 22:39 UTC  (3+ messages)
` [PATCH V2 1/2] nvme: Include AEN CQE.DW1 in NVME_AEN uevents
` [PATCH V2 2/2] nvme: All AENs of type notify generate an NVME_AEN uevent

[PATCH v2 1/2] drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized tests
 2022-09-29 22:33 UTC  (4+ messages)
` [PATCH v2 2/2] drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode "

[PATCH BlueZ v2 1/9] advertising: parse_secondary: fix loop condition
 2022-09-29 22:32 UTC  (4+ messages)
` properties_changed: check for NULL iterator

[xen-unstable-smoke test] 173370: regressions - FAIL
 2022-09-29 22:38 UTC 

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-29 22:38 UTC  (4+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core

[PATCH] plugins: Do not try to autopair with Nissan Connect devices
 2022-09-29 22:32 UTC  (4+ messages)
`  "

[PATCH v2 00/39] Shadowstacks for userspace
 2022-09-29 22:29 UTC  (40+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[PATCH 1/3] dt-bindings: mmc: arm,pl18x: Document interrupt-names is ignored
 2022-09-29 22:31 UTC  (3+ messages)

Closing the BPF map permission loophole
 2022-09-29 22:30 UTC  (15+ messages)

[PATCH v3] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2022-09-29 22:31 UTC  (3+ messages)

✅ PASS (3/169 SKIPPED): Test report for for-kernelci (6.0.0-rc7, arm-next, 5911b926)
 2022-09-29 22:31 UTC 

Bug in ext2load?
 2022-09-29 20:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-29 22:30 UTC 

[PATCH] dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
 2022-09-29 22:29 UTC  (4+ messages)
  ` [PATCH] dt-bindings: display: st, stm32-dsi: "

[PATCH] of: fdt: Remove unused struct fdt_scan_status
 2022-09-29 22:29 UTC  (2+ messages)

[PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
 2022-09-29 22:26 UTC  (14+ messages)
                      ` [Bridge] "

[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
 2022-09-29 22:26 UTC  (3+ messages)
` [PATCH v1 17/30] dt-bindings: clock: Add starfive,jh7110-clkgen-sys bindings

[PATCH 1/1] regmap: fix range checks
 2022-09-29 22:27 UTC 

[PATCH 0/7] scsi: target: make RTPI an TPG identifier
 2022-09-29 22:26 UTC  (3+ messages)
` [PATCH 2/7] scsi: target: core: Add RTPI field to target port

[PATCH] branch: do not fail a no-op --edit-desc
 2022-09-29 22:26 UTC  (3+ messages)

pm/testing baseline: 77 runs, 2 regressions (v6.0-rc7-186-gfa11712315997)
 2022-09-29 22:24 UTC 

[PATCH v2 0/3] clk: qcom: gcc-ipq806x: use parent_data for the last remaining entry
 2022-09-29 22:22 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: clock: qcom,gcc-ipq8064: add pll4 to used clocks

[PATCH 0/3] watchdog: xilinx_wwdt: Add Versal watchdog support
 2022-09-29 22:20 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: watchdog: xlnx,versal-wwdt: Add binding documentation for xilinx window watchdog device

[PATCH v2 0/3] Add support for the Airoha EN7523 SPI controller
 2022-09-29 22:21 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: arm: airoha: Add documentation for Airoha "

[PATCH] nvme: Support user mode processing of ZNS Zone Changed AEN
 2022-09-29 22:20 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-29 22:20 UTC 

[PATCH] memcg: calling reclaim_high(GFP_KERNEL) in GFP_NOFS context deadlocks
 2022-09-29 22:20 UTC  (4+ messages)

[PATCH] powerpc/pseries/vas: Pass hw_cpu_id to node associativity HCALL
 2022-09-29 22:16 UTC  (2+ messages)

next/pending-fixes baseline: 509 runs, 17 regressions (v6.0-rc7-220-gb1698cc5708bd)
 2022-09-29 22:19 UTC 

[PATCH] binfmt: remove taso from linux_binprm struct
 2022-09-29 22:17 UTC  (2+ messages)

[REGRESSION][PATCH] Revert "pstore: migrate to crypto acomp interface"
 2022-09-29 21:55 UTC 

[PATCH RFT 0/5] crypto: rockchip: add crypto offloader V2
 2022-09-29 22:15 UTC  (5+ messages)
` [PATCH RFT 2/5] dt-bindings: crypto: add support for rockchip,crypto-rk3588

[PATCH 5.19 000/207] 5.19.12-rc1 review
 2022-09-29 22:16 UTC  (5+ messages)

[linux-next:master 4483/11634] lsm.c:undefined reference to `zstd_min_clevel'
 2022-09-29 22:15 UTC 

[PATCH v10 00/33] crypto: rockchip: permit to pass self-tests
 2022-09-29 22:14 UTC  (5+ messages)
` [PATCH v10 25/33] dt-bindings: crypto: rockchip: add new compatible

[PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
 2022-09-29 22:14 UTC  (13+ messages)

[PATCH v2] mesa: only apply patch to fix ALWAYS_INLINE for native
 2022-09-29 22:15 UTC  (4+ messages)
` [OE-core] "

cifs.upcall debugging
 2022-09-29 22:13 UTC  (2+ messages)

[RESEND PATCH 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding
 2022-09-29 22:12 UTC  (2+ messages)

[PATCH v2 1/6] powerpc: Add hardware description string
 2022-09-29 22:10 UTC  (4+ messages)
` [PATCH v2 6/6] powerpc/pseries: Add firmware details to the hardware description

[PATCH v5 00/12] x86/resctrl: Support for AMD QoS new features
 2022-09-29 22:10 UTC  (5+ messages)
` [PATCH v5 01/12] x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
` [PATCH v5 12/12] Documentation/x86: Update resctrl_ui.rst for new features

RTT-PROBE: lore-subspace-rtt
 2022-09-29 22:10 UTC 

Invalid event (cycles:pp) in per-thread mode, enable system wide with '-a'
 2022-09-29 22:10 UTC  (2+ messages)

[PATCH] dt-bindings: net: snps,dwmac: Document stmmac-axi-config subnode
 2022-09-29 22:08 UTC  (3+ messages)

Preserving notes when updating trailers
 2022-09-29 22:06 UTC  (2+ messages)

[PATCH ipsec v4] xfrm: replay: Fix ESN wrap around for GSO
 2022-09-29 22:04 UTC  (2+ messages)

[PATCH net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-09-29 22:02 UTC  (5+ messages)

[Buildroot] [PATCH] package/qt5/qt5webkit: fix generated artifacts
 2022-09-29 22:02 UTC  (3+ messages)
` [Buildroot] [PATCH v2] "

[PATCH v3 0/8] Fix a deadlock in the UFS driver
 2022-09-29 22:00 UTC  (9+ messages)
` [PATCH v3 1/8] scsi: core: Fix a race between scsi_done() and scsi_timeout()
` [PATCH v3 2/8] scsi: core: Change the return type of .eh_timed_out()
` [PATCH v3 3/8] scsi: core: Support failing requests while recovering
` [PATCH v3 4/8] scsi: ufs: Remove an outdated comment
` [PATCH v3 5/8] scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()
` [PATCH v3 6/8] scsi: ufs: Try harder to change the power mode
` [PATCH v3 7/8] scsi: ufs: Track system suspend / resume activity
` [PATCH v3 8/8] scsi: ufs: Fix a deadlock between PM and the SCSI error handler

RTT-PROBE: lore-subspace-rtt
 2022-09-29 22:00 UTC 

[PATCH v2 0/9] Bundle URIs III: Parse and download from bundle lists
 2022-09-29 22:00 UTC  (2+ messages)

[PATCH V4 1/2] PCI/ASPM: Refactor ASPM L1SS control register programming
 2022-09-29 22:00 UTC  (2+ messages)

[PATCH] iomap: add a tracepoint for mappings returned by map_blocks
 2022-09-29 22:00 UTC  (2+ messages)

[PATCH] iomap: fix memory corruption when recording errors during writeback
 2022-09-29 21:59 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: arm: stm32: Add compatible string for DH electronics DHCOR Testbench board
 2022-09-29 21:57 UTC  (3+ messages)

[PATCH v2 9/9] bundle-uri: fetch a list of bundles
 2022-09-29 21:58 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: st,stm32: Document interrupt-controller property
 2022-09-29 21:56 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: st,stm32: Document gpio-hog pattern property
 2022-09-29 21:56 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: st,stm32: Document gpio-line-names
 2022-09-29 21:56 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property
 2022-09-29 21:56 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: st,stm32-i2c: Document interrupt-names property
 2022-09-29 21:55 UTC  (3+ messages)

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-09-29 21:54 UTC  (7+ messages)

[PATCH V3 0/3] drm/panel: Add NewVision NV3051D Panels
 2022-09-29 21:54 UTC  (4+ messages)
` [PATCH V3 2/3] dt-bindings: display: panel: Add NewVision NV3051D bindings

[PATCH v4 03/18] Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-number
 2022-09-29 21:51 UTC  (2+ messages)
` [v4,03/18] "

KASAN: use-after-free in __mutex_lock
 2022-09-29 21:51 UTC  (2+ messages)

[PATCH] clocksource/drivers/riscv: Events are stopped during CPU suspend
 2022-09-29 21:50 UTC  (3+ messages)

[PATCH] platform/x86/amd: pmc: Dump idle mask during "check" stage instead
 2022-09-29 21:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-29 21:50 UTC 

[PATCH v2 4/9] bundle-uri: create base key-value pair parsing
 2022-09-29 21:49 UTC  (2+ messages)

[git pull] coredump fix
 2022-09-29 21:49 UTC  (2+ messages)

arm64/for-kernelci baseline: 34 runs, 1 regressions (v6.0-rc7-133-g5911b92626df4)
 2022-09-29 21:44 UTC 

[PATCH v2 0/4] target: fix bugs in Persistent Reservations
 2022-09-29 21:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: switch dwc3 to Thinh
 2022-09-29 21:44 UTC  (2+ messages)

[meta-virtualization][PATCH 1/2] cloud-init: package nonarch_libdir
 2022-09-29 21:42 UTC  (2+ messages)
` [meta-virtualization][PATCH 2/2] cloud-init: add Apache-2.0 as a LICENSE option

pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.0-rc7-186-gfa11712315997)
 2022-09-29 21:41 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-29 21:40 UTC 

[RFC PATCH 0/9] kvm: implement atomic memslot updates
 2022-09-29 21:39 UTC  (11+ messages)

[PATCH v2] x86/mm/tlb: fix error word 'clleared' to 'cleared'
 2022-09-29 21:36 UTC  (2+ messages)

Is BTF info sufficient enough for BPFTrace and other debug tools to run ?
 2022-09-29 21:35 UTC  (2+ messages)

[PATCH V3 0/2] drm/panel: Add Samsung AMS495QA01 Panel
 2022-09-29 21:34 UTC  (4+ messages)
` [PATCH V3 1/2] dt-bindings: display: panel: Add Samsung AMS495QA01 bindings

[PATCH] io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
 2022-09-29 21:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-29 21:30 UTC 

[PATCH] dt-bindings: samsung: soc: match preferred naming in entire compatible
 2022-09-29 21:28 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/pango: bump to version 1.50.10
 2022-09-29 20:28 UTC 


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.