All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-17 22:11:53 to 2022-11-17 23:20:01 UTC [more...]

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-17 23:20 UTC  (9+ messages)
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH] drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()
 2022-11-17 23:19 UTC  (4+ messages)

[PATCH] drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()
 2022-11-17 23:19 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/i915/dg2: Introduce Wa_18018764978
 2022-11-17 23:19 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/dg2: Introduce Wa_18019271663
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/dg2: Introduce Wa_18018764978
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/2][next] wifi: brcmfmac: Replace one-element array with flexible-array member
 2022-11-17 23:16 UTC  (5+ messages)
` [PATCH 1/2][next] "
` [PATCH 2/2][next] wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct brcmf_gscan_config

[PATCH v1 0/2] perf always use system libtraceevent
 2022-11-17 23:16 UTC  (4+ messages)
` [PATCH v1 1/2] perf build: Require libtraceevent from the system
` [PATCH v1 2/2] tools lib traceevent: Remove libtraceevent

[RFC PATCH 0/4] iov_iter: Add extraction helpers
 2022-11-17 23:15 UTC  (3+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h

[PATCH] at-spi2-core: upgrade 2.44.1 -> 2.46.0
 2022-11-17 23:15 UTC 

Coverity: __sock_gen_cookie(): Error handling issues
 2022-11-17 23:14 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
 2022-11-17 23:13 UTC  (9+ messages)
` [RFC PATCH bpf-next 2/3] "

[Bug 216696] New: Linux unusable upon plugging encrypted SanDisk Extreme 55AE USB 3.0 SSD, causes xHCI controller crash and drops USB keyboard/mouse
 2022-11-17 23:13 UTC  (2+ messages)
` [Bug 216696] "

[PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-17 23:12 UTC  (2+ messages)

[linux-linus test] 174804: regressions - FAIL
 2022-11-17 23:10 UTC 

[PATCH v2 1/2] PCI: Take multifunction devices into account when distributing resources
 2022-11-17 23:10 UTC  (2+ messages)

[PATCH clocksource 0/3] Reject bogus watchdog clocksource measurements
 2022-11-17 23:09 UTC  (4+ messages)
` [PATCH clocksource 1/3] clocksource: "

[Intel-gfx] [PATCH] drm/i915/dmc: Add MTL DMC firmware v2.10
 2022-11-17 23:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v9 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-11-17 23:07 UTC  (3+ messages)
` [PATCH v9 4/5] eficonfig: add UEFI Secure Boot Key enrollment interface

[PATCH] delta-islands: free island-related data after use
 2022-11-17 23:06 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] selftests net: additional fix for kselftest net build error
 2022-11-17 23:06 UTC  (2+ messages)

RCU stalls in squashfs_readahead()
 2022-11-17 23:05 UTC  (2+ messages)
` BUG: in squashfs_xz_uncompress() (Was: RCU stalls in squashfs_readahead())

[PATCH bpf-next v9 00/23] Allocated objects, BPF linked lists
 2022-11-17 23:05 UTC  (25+ messages)
` [PATCH bpf-next v9 01/23] bpf: Fix early return in map_check_btf
` [PATCH bpf-next v9 02/23] bpf: Do btf_record_free outside map_free callback
` [PATCH bpf-next v9 03/23] bpf: Free inner_map_meta when btf_record_dup fails
` [PATCH bpf-next v9 04/23] bpf: Populate field_offs for inner_map_meta
` [PATCH bpf-next v9 05/23] bpf: Introduce allocated objects support
` [PATCH bpf-next v9 06/23] bpf: Recognize lock and list fields in allocated objects
` [PATCH bpf-next v9 07/23] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v9 08/23] bpf: Allow locking bpf_spin_lock in allocated objects
` [PATCH bpf-next v9 09/23] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v9 10/23] bpf: Allow locking bpf_spin_lock in inner map values
` [PATCH bpf-next v9 11/23] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v9 12/23] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v9 13/23] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v9 14/23] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v9 15/23] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v9 16/23] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v9 17/23] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
` [PATCH bpf-next v9 18/23] bpf: Add comments for map BTF matching requirement for bpf_list_head
` [PATCH bpf-next v9 19/23] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v9 20/23] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v9 21/23] selftests/bpf: Add failure test cases for spin lock pairing
` [PATCH bpf-next v9 22/23] selftests/bpf: Add BPF linked list API tests
` [PATCH bpf-next v9 23/23] selftests/bpf: Add BTF sanity tests

[PATCH v3 12/16] platform/x86/intel/ifs: Add metadata validation
 2022-11-17 23:04 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/6] drm/i915/pxp: Prepare intel_pxp entry points for MTL
 2022-11-17 23:04 UTC  (7+ messages)
` [Intel-gfx] [PATCH v4 1/6] drm/i915/pxp: Make gt and pxp init/fini aware of PXP-owning-GT
` [Intel-gfx] [PATCH v4 2/6] drm/i915/pxp: Make intel_pxp_is_enabled implicitly sort PXP-owning-GT

[PATCH] lib: sbi: Bypass CY and IR bit setting in mcountinhibit
 2022-11-17 23:00 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/display: Add missing checks for cdclk crawling
 2022-11-17 23:00 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/display: Do both crawl and squash when changing cdclk
` [Intel-gfx] [PATCH 3/3] drm/i915/display: Add CDCLK Support for MTL

[igt-dev] [PATCH v1] tools/intel_gtt: stop confusing GTT and BAR sizes
 2022-11-17 22:59 UTC 

[RFC v4 0/5] Report percentage of time in hardware sleep state
 2022-11-17 22:58 UTC  (6+ messages)
` [RFC v4 1/5] PM: Add a sysfs file to represent the percentage of sleep in hardware state
` [RFC v4 2/5] platform/x86/amd: pmc: Report duration of time in deepest hw state
` [RFC v4 3/5] platform/x86/intel/pmc: core: Drop check_counters
` [RFC v4 4/5] platform/x86/intel/pmc: core: Always capture counters on suspend
` [RFC v4 5/5] platform/x86/intel/pmc: core: Report duration of time in HW sleep state

[PATCH v3 0/3] Add (more) missing PolarFire SoC io regions
 2022-11-17 22:55 UTC  (4+ messages)
` [PATCH v3 1/3] hw/misc: pfsoc: add fabric clocks to ioscb
` [PATCH v3 2/3] hw/riscv: pfsoc: add missing FICs as unimplemented
` [PATCH v3 3/3] hw/{misc, riscv}: pfsoc: add system controller "

[PATCH v3 0/2] tracing: Fix some bug about synth
 2022-11-17 22:53 UTC  (2+ messages)

[PATCH] ARM: Drop '-mthumb' from AFLAGS_ISA
 2022-11-17 22:51 UTC  (5+ messages)

[PATCH for-7.2] rtl8139: honor large send MSS value
 2022-11-17 22:51 UTC  (12+ messages)

Regarding User Data in DPDK ACL Library
 2022-11-17 22:52 UTC  (2+ messages)

Remove traceevent from tools/lib
 2022-11-17 22:52 UTC  (3+ messages)

[PATCH linux-next] scsi: scsi_debug: use sysfs_emit() to instead of scnprintf()
 2022-11-17 22:51 UTC  (2+ messages)

[PATCH v3 11/16] platform/x86/intel/ifs: Use generic microcode headers and functions
 2022-11-17 22:50 UTC  (2+ messages)

[PATCH v2] scan: retry scan based on scan done events per wiphy, not wdev
 2022-11-17 22:51 UTC  (2+ messages)

[PATCH v3 0/2] Add data-lanes and link-frequencies to dp_out endpoint
 2022-11-17 22:49 UTC  (6+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v3 2/2] drm/msm/dp: add support of max dp link rate

[PATCH] drm/amdgpu: Add notifier lock for KFD userptrs
 2022-11-17 22:48 UTC  (3+ messages)

[PATCH v4 0/5] Implement writeback for zsmalloc
 2022-11-17 22:48 UTC  (7+ messages)
` [PATCH v4 3/5] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v4 4/5] zsmalloc: Add ops fields to zs_pool to store evict handlers
` [PATCH v4 5/5] zsmalloc: Implement writeback mechanism for zsmalloc

[Intel-gfx] [PATCH] drm/i915: rename intel_gsc to intel_heci_gsc
 2022-11-17 22:47 UTC  (4+ messages)
  `  "

[Intel-gfx] [PATCH] drm/i915/rpl-p: Add stepping info
 2022-11-17 22:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] power: supply: Added check for negative values
 2022-11-17 22:45 UTC  (2+ messages)

[PATCH v3 04/16] platform/x86/intel/ifs: Remove memory allocation from load path
 2022-11-17 22:44 UTC  (4+ messages)

[GIT PULL] drm/tegra: Fixes for v6.1-rc6
 2022-11-17 22:44 UTC  (2+ messages)

renesas/next cros-ec: 5 runs, 4 regressions (renesas-next-2022-11-17-v6.1-rc1)
 2022-11-17 22:44 UTC 

[ndctl PATCH] libndctl/msft: Improve "smart" state reporting
 2022-11-17 22:41 UTC  (3+ messages)

[PATCH -next] drm/amd/display: fix kernel-doc issues in dc.h
 2022-11-17 22:41 UTC  (5+ messages)

[RFC][PATCH] object.c: use has_object() instead of repo_has_object_file()
 2022-11-17 22:41 UTC  (5+ messages)
  ` [PATCH 0/2] fixing parse_object() check for type mismatch
    ` [PATCH 1/2] parse_object(): drop extra "has" check before checking object type
    ` [PATCH 2/2] parse_object(): check on-disk type of suspected blob

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-17 22:40 UTC  (5+ messages)

[PATCH 0/2] Input: cyttsp5 - add vddio regulator
 2022-11-17 22:39 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] hwmon: pm_bus: core: Implement regulator get_status
 2022-11-17 22:38 UTC  (2+ messages)

[ndctl PATCH 1/2 v2] libndctl/msft: Cleanup the code
 2022-11-17 22:37 UTC  (2+ messages)
` [ndctl PATCH 2/2 v2] libndctl/msft: Improve "smart" state reporting

[PATCH v4 1/2] firmware: tegra: Update BPMP ABI
 2022-11-17 22:37 UTC  (2+ messages)

[bluez/bluez] b3f76b: tools/test-runner: Remove bluetooth.enable_ecred
 2022-11-17 22:37 UTC 

[bluez/bluez]
 2022-11-17 22:37 UTC 

[PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
 2022-11-17 22:36 UTC  (4+ messages)

[PATCH v1] Documentation: dev-tools: Clarify requirements for result description
 2022-11-17 22:36 UTC  (2+ messages)

[PATCH linux-next] selftests/vm: calculate variables in correct order
 2022-11-17 22:35 UTC  (5+ messages)

[PATCH net-next v2] netlink: split up copies in the ack construction
 2022-11-17 22:35 UTC  (11+ messages)

[PATCH 0/2] KVM: arm64: selftests: Fixes for single-step test
 2022-11-17 22:32 UTC  (8+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Disable single-step without relying on ucall()

[PATCH linux-next] drm/bridge: Use device_match_of_node()
 2022-11-17 22:31 UTC  (7+ messages)

[PATCH v2 0/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST
 2022-11-17 22:32 UTC  (3+ messages)

[PATCH linux-next] power: supply: core: Use device_match_of_node()
 2022-11-17 22:32 UTC  (3+ messages)

[PATCH v7 0/3] xhci: tegra: USB2 pad power controls
 2022-11-17 22:30 UTC  (7+ messages)
` [PATCH v7 1/3] xhci: Add hub_control to xhci_driver_overrides
` [PATCH v7 2/3] xhci: hub: export symbol on xhci_hub_control
` [PATCH v7 3/3] xhci: tegra: USB2 pad power controls

[PATCH mm-unstable v3 00/10] convert core hugetlb functions to folios
 2022-11-17 21:14 UTC  (2+ messages)
` [PATCH mm-unstable v3 04/10] mm/hugetlb: convert remove_hugetlb_page() "

How can Autoconf help with the transition to stricter compilation defaults?
 2022-11-17 22:27 UTC  (5+ messages)

[PATCH net-next 0/5] Remove uses of kmap_atomic()
 2022-11-17 22:25 UTC  (6+ messages)
` [PATCH net-next 1/5] ch_ktls: Use kmap_local_page() instead "
` [PATCH net-next 2/5] sfc: "
` [PATCH net-next 3/5] cassini: Remove unnecessary use "
` [PATCH net-next 4/5] cassini: Use kmap_local_page() instead "
` [PATCH net-next 5/5] sunvnet: "

Coverity: zblock_reclaim_block(): Control flow issues
 2022-11-17 22:21 UTC 

[PATCH 1/2] mm: multi-gen LRU: retry folios written back while isolated
 2022-11-17 22:22 UTC  (3+ messages)

Coverity: zblock_alloc(): Memory - illegal accesses
 2022-11-17 22:20 UTC 

[GIT PULL] ARM: SoC fixes for 6.1, part 3
 2022-11-17 22:20 UTC  (4+ messages)

[PATCH 1/3] pwm: Reorder header file to get rid of struct pwm_capture forward declaration
 2022-11-17 22:19 UTC  (5+ messages)
` [PATCH 3/3] pwm: Make capture support optional

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-17 22:17 UTC  (10+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v3 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v3 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v3 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v3 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v3 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v3 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

Coverity: drm_mode_parse_cmdline_named_mode(): Security best practices violations
 2022-11-17 22:18 UTC  (2+ messages)

[PATCH 0/2] branch: fix some malfunctions in -m/-c
 2022-11-17 22:18 UTC  (3+ messages)
` [PATCH 1/2] branch: force-copy a branch to itself via @{-1} is a no-op

EVL Memory
 2022-11-17 22:19 UTC  (14+ messages)
      ` [External] - "

[PATCH v3 0/2] rtc: max31329: add support for Maxim max31329 RTC
 2022-11-17 22:17 UTC  (3+ messages)
` [PATCH v3 2/2] rtc: max31329: Add Maxim max31329 real time clock

[Intel-gfx] [PATCH v2 1/2] drm/i915/mtl: Fix dram info readout
 2022-11-17 22:18 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/2] "

Syzkaller found a bug: KASAN: null-ptr-deref Write in prepare_to_wait
 2022-11-17 22:17 UTC 

[PATCH] ftrace: Fix null pointer dereference in ftrace_add_mod()
 2022-11-17 22:17 UTC  (2+ messages)

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17 22:15 UTC  (17+ messages)
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
` [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
  ` [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible

Coverity: efx_tc_rx(): Memory - illegal accesses
 2022-11-17 22:17 UTC 

[PATCH v5] PCI/ACPI: PCI/ACPI: Validate devices with power resources support D3
 2022-11-17 22:16 UTC  (2+ messages)

[PATCH v3 0/7] Add minimal MT8365 and MT8365-EVK support
 2022-11-17 21:03 UTC  (4+ messages)
` [PATCH v3 1/7] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board
` [PATCH v3 2/7] dt-bindings: irq: mtk, sysirq: add support for mt8365
` [PATCH v3 3/7] dt-bindings: mfd: syscon: Add mt8365-syscfg

[PATCH] firmware: tegra: include IVC header file only once
 2022-11-17 22:14 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/1] i915/mtl: Enable idle messaging for GSC CS
 2022-11-17 22:14 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/mtl: Enable Idle Messaging "

[PATCH] Input: elants_i2c: Properly handle the reset GPIO when power is off
 2022-11-17 22:13 UTC  (2+ messages)

[PATCH] Bluetooth: silence a dmesg error message in hci_request.c
 2022-11-17 22:12 UTC  (5+ messages)

[PATCH v1] kernel/trace/ring_buffer: don't deactivate non-existant pages
 2022-11-17 22:11 UTC 

[Cluster-devel] [PATCH dlm/next 01/18] fs: dlm: avoid false-positive checker warning
 2022-11-17 22:11 UTC  (6+ messages)
` [Cluster-devel] [PATCH dlm/next 14/18] fs: dlm: remove dlm_node_addrs lookup list
` [Cluster-devel] [PATCH dlm/next 15/18] fs: dlm: use sock2con without checking null
` [Cluster-devel] [PATCH dlm/next 16/18] fs: dlm: use saved sk_error_report()
` [Cluster-devel] [PATCH dlm/next 17/18] fs: dlm: don't init error value
` [Cluster-devel] [PATCH dlm/next 18/18] fs: dlm: parallelize lowcomms socket handling


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.