All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-09 01:24:39 to 2021-11-09 02:09:01 UTC [more...]

[PATCH v2] mm: fix panic in __alloc_pages
 2021-11-09  2:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc/pseries/cpuhp: Use alloc_cpumask_var() in pseries_cpu_hotplug_init()
 2021-11-09  2:07 UTC  (13+ messages)

[PATCH] powerpc/embedded6xx/hlwd-pic: Add missing of_node_put in hlwd_pic_probe
 2021-11-09  2:07 UTC  (2+ messages)

[dpdk-dev] [PATCH v15 0/9] eal: Add EAL API for threading
 2021-11-09  2:07 UTC  (16+ messages)
` [dpdk-dev] [PATCH v16 "
  ` [dpdk-dev] [PATCH v16 2/9] eal: add thread attributes
  ` [dpdk-dev] [PATCH v16 3/9] eal/windows: translate Windows errors to errno-style errors
  ` [dpdk-dev] [PATCH v16 7/9] eal: implement functions for mutex management
  ` [dpdk-dev] [PATCH v16 8/9] eal: implement functions for thread barrier management

[PATCH] drm: Fix wrong use of connector in vop_get_edp_connector
 2021-11-09  2:06 UTC  (5+ messages)

[PATCH] fsl_hypervisor: Add missing of_node_put in fsl_hypervisor_init
 2021-11-09  2:07 UTC  (2+ messages)

[PATCH] drm: Fix possible memleak in drm_client_modeset_probe
 2021-11-09  2:06 UTC  (3+ messages)

[PATCH] builtin-commit: re-read file index before launching editor
 2021-11-09  2:06 UTC 

[PATCH 0/8] grep: simplify & delete code by changing obscure cfg variable behavior
 2021-11-09  2:01 UTC  (4+ messages)
` [PATCH 7/8] grep: simplify config parsing, change grep.<rx config> interaction

[PATCH] squashfs-tools: follow-up fix for CVE-2021-41072
 2021-11-09  2:04 UTC 

[PATCH v2] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2021-11-09  1:58 UTC  (2+ messages)

[PATCH 0/2] kobject: avoid to cleanup kobject after module is unloaded
 2021-11-09  2:00 UTC  (4+ messages)
` [PATCH 2/2] kobject: wait until kobject is cleaned up before freeing module

[PATCH v3] fetch-pack: redact packfile urls in traces
 2021-11-09  1:54 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 2/2] http-fetch: redact url on die() message

[f2fs-dev] Do we need serial io for compress file?
 2021-11-09  1:59 UTC  (2+ messages)

[oracle-dtrace:v1/5.15 21/35] make[3]: *** No rule to make target 'crypto/aes_generic.sdtinfo.o', needed by 'crypto/aes_generic.ko'
 2021-11-09  1:58 UTC  (2+ messages)

[PATCH v3 0/7] add aspeed-jpeg support for aspeed-video
 2021-11-09  1:56 UTC  (5+ messages)
` [PATCH v3 5/7] media: aspeed: Support aspeed mode to reduce compressed data

[intel-lts:4.19/android_s 15445/25248] kernel/dma/removed.c:71:7: warning: no previous prototype for 'removed_alloc'
 2021-11-09  1:58 UTC 

[PATCH v4 0/4] btrfs: sysfs: set / query btrfs chunk size
 2021-11-09  1:57 UTC  (4+ messages)
` [PATCH v4 2/4] btrfs: expose chunk size in sysfs

[PATCH 0/2] ceph: misc fixes for the fscrypt truncate size handling
 2021-11-09  1:57 UTC  (4+ messages)

[PATCH] sf: Querying write-protect status before operating the flash
 2021-11-09  1:52 UTC  (4+ messages)
    `  "

[PATCH] scsi:pmcraid: remove unneeded semicolon
 2021-11-09  1:54 UTC 

[PATCH] scsi:qlogicpti: remove unneeded semicolon
 2021-11-09  1:53 UTC 

[PATCH v6 1/2] fetch-pack: redact packfile urls in traces
 2021-11-09  1:36 UTC  (3+ messages)

[PATCH 00/14 v6] xfs: improve CIL scalability
 2021-11-09  1:52 UTC  (15+ messages)
` [PATCH 01/14] xfs: use the CIL space used counter for emptiness checks
` [PATCH 02/14] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 03/14] xfs: rework per-iclog header CIL reservation
` [PATCH 04/14] xfs: introduce per-cpu CIL tracking structure
` [PATCH 05/14] xfs: implement percpu cil space used calculation
` [PATCH 06/14] xfs: track CIL ticket reservation in percpu structure
` [PATCH 07/14] xfs: convert CIL busy extents to per-cpu
` [PATCH 08/14] xfs: Add order IDs to log items in CIL
` [PATCH 09/14] xfs: convert CIL to unordered per cpu lists
` [PATCH 10/14] xfs: convert log vector chain to use list heads
` [PATCH 11/14] xfs: move CIL ordering to the logvec chain
` [PATCH 12/14] xfs: avoid cil push lock if possible
` [PATCH 13/14] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 14/14] xfs: expanding delayed logging design with background material

[PATCH 00/16 v6] xfs: rework xlog_write()
 2021-11-09  1:50 UTC  (17+ messages)
` [PATCH 01/16] xfs: factor out the CIL transaction header building
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 03/16] xfs: embed the xlog_op_header in the unmount record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 05/16] xfs: log tickets don't need log client id
` [PATCH 06/16] xfs: move log iovec alignment to preparation function
` [PATCH 07/16] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 08/16] xfs: log ticket region debug is largely useless
` [PATCH 09/16] xfs: pass lv chain length into xlog_write()
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs:_introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
` [PATCH 14/16] xfs: xlog_write() no longer needs contwr state
` [PATCH 15/16] xfs: xlog_write() doesn't need optype anymore
` [PATCH 16/16] xfs: CIL context doesn't need to count iovecs

Question: SMMUv3 PMU event aliasing
 2021-11-09  1:48 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 01/47] drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
 2021-11-09  1:49 UTC  (15+ messages)
` [PATCH AUTOSEL 4.19 10/47] NET: IPV4: fix error "do not initialise globals to 0"
` [PATCH AUTOSEL 4.19 18/47] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.19 19/47] media: s5p-mfc: Add checking to s5p_mfc_probe()
` [PATCH AUTOSEL 4.19 37/47] smackfs: use __GFP_NOFAIL for smk_cipso_doi()
` [PATCH AUTOSEL 4.19 38/47] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.19 39/47] gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE
` [PATCH AUTOSEL 4.19 40/47] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
` [PATCH AUTOSEL 4.19 41/47] arm64/sve: Add stub for sve_max_virtualisable_vl()
` [PATCH AUTOSEL 4.19 42/47] spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
` [PATCH AUTOSEL 4.19 43/47] x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
` [PATCH AUTOSEL 4.19 44/47] parisc: fix warning in flush_tlb_all

[PATCH v6 0/4] Switch to meson build system
 2021-11-09  1:48 UTC  (9+ messages)
` [PATCH v6 1/4] pylibfdt: allow build out of tree

[PATCH AUTOSEL 5.10 001/101] dma-buf: WARN on dmabuf release with pending attachments
 2021-11-09  1:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 021/101] fscrypt: allow 256-bit master keys with AES-256-XTS

XSAVE / RDPKRU on Intel 11th Gen Core CPUs
 2021-11-09  1:47 UTC  (4+ messages)

[PATCH v1 0/1] Mediatek pinctrl patch
 2021-11-09  1:43 UTC  (5+ messages)
` [PATCH v1] pinctrl: mediatek: fix global-out-of-bounds issue

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-09  1:34 UTC  (22+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array

[ANNOUNCE] Git v2.34.0-rc1
 2021-11-09  1:41 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: MSR filtering and related fixes
 2021-11-09  1:30 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
` [PATCH v4 2/4] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v4 3/4] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v4 4/4] KVM: nVMX: Clean up x2APIC MSR handling for L2

[PATCH AUTOSEL 4.4 01/30] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:09 UTC  (32+ messages)
` [PATCH AUTOSEL 4.4 02/30] Bluetooth: fix use-after-free error in lock_sock_nested()
` [PATCH AUTOSEL 4.4 03/30] platform/x86: wmi: do not fail if disabling fails
` [PATCH AUTOSEL 4.4 04/30] MIPS: lantiq: dma: add small delay after reset
` [PATCH AUTOSEL 4.4 05/30] MIPS: lantiq: dma: reset correct number of channel
` [PATCH AUTOSEL 4.4 06/30] smackfs: Fix use-after-free in netlbl_catmap_walk()
` [PATCH AUTOSEL 4.4 07/30] NET: IPV4: fix error "do not initialise globals to 0"
` [PATCH AUTOSEL 4.4 08/30] x86: Increase exception stack sizes
` [PATCH AUTOSEL 4.4 09/30] media: mt9p031: Fix corrupted frame after restarting stream
` [PATCH AUTOSEL 4.4 10/30] media: netup_unidvb: handle interrupt properly according to the firmware
` [PATCH AUTOSEL 4.4 11/30] media: uvcvideo: Set capability in s_param
` [PATCH AUTOSEL 4.4 12/30] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.4 13/30] media: mceusb: return without resubmitting URB in case of -EPROTO error
` [PATCH AUTOSEL 4.4 14/30] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
` [PATCH AUTOSEL 4.4 15/30] ACPICA: Avoid evaluating methods too early during system resume
` [PATCH AUTOSEL 4.4 16/30] media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
` [PATCH AUTOSEL 4.4 17/30] tracefs: Have tracefs directories not set OTH permission bits by default
` [PATCH AUTOSEL 4.4 18/30] ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()
` [PATCH AUTOSEL 4.4 19/30] ACPI: battery: Accept charges over the design capacity as full
` [PATCH AUTOSEL 4.4 20/30] memstick: r592: Fix a UAF bug when removing the driver
` [PATCH AUTOSEL 4.4 21/30] lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression
` [PATCH AUTOSEL 4.4 22/30] lib/xz: Validate the value before assigning it to an enum variable
` [PATCH AUTOSEL 4.4 23/30] mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
` [PATCH AUTOSEL 4.4 24/30] PM: hibernate: Get block device exclusively in swsusp_check()
` [PATCH AUTOSEL 4.4 25/30] iwlwifi: mvm: disable RX-diversity in powersave
` [PATCH AUTOSEL 4.4 26/30] smackfs: use __GFP_NOFAIL for smk_cipso_doi()
` [PATCH AUTOSEL 4.4 27/30] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.4 28/30] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
` [PATCH AUTOSEL 4.4 29/30] parisc: fix warning in flush_tlb_all
` [PATCH AUTOSEL 4.4 30/30] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH v5 0/4] cache parent project's gitdir in submodules
 2021-11-09  1:12 UTC  (9+ messages)
` [PATCH v5 4/4] submodule: record superproject gitdir during 'update'

[GIT PULL] zstd changes for v5.16
 2021-11-09  1:30 UTC 

[PATCH v3 0/6] Improved sysreset/watchdog uclass integration
 2021-11-09  1:37 UTC  (13+ messages)

[LTP] [PATCH] lib/tst_test.c: add *cleanup() before exit
 2021-11-09  1:38 UTC 

[PATCH AUTOSEL 4.9 01/33] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:08 UTC  (21+ messages)
` [PATCH AUTOSEL 4.9 04/33] MIPS: lantiq: dma: add small delay after reset
` [PATCH AUTOSEL 4.9 06/33] locking/lockdep: Avoid RCU-induced noinstr fail
` [PATCH AUTOSEL 4.9 08/33] NET: IPV4: fix error "do not initialise globals to 0"
` [PATCH AUTOSEL 4.9 09/33] x86: Increase exception stack sizes
` [PATCH AUTOSEL 4.9 11/33] media: netup_unidvb: handle interrupt properly according to the firmware
` [PATCH AUTOSEL 4.9 12/33] media: uvcvideo: Set capability in s_param
` [PATCH AUTOSEL 4.9 13/33] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.9 18/33] tracefs: Have tracefs directories not set OTH permission bits by default
` [PATCH AUTOSEL 4.9 21/33] memstick: r592: Fix a UAF bug when removing the driver
` [PATCH AUTOSEL 4.9 22/33] lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression
` [PATCH AUTOSEL 4.9 23/33] lib/xz: Validate the value before assigning it to an enum variable
` [PATCH AUTOSEL 4.9 24/33] tracing/cfi: Fix cmp_entries_* functions signature mismatch
` [PATCH AUTOSEL 4.9 26/33] PM: hibernate: Get block device exclusively in swsusp_check()
` [PATCH AUTOSEL 4.9 28/33] smackfs: use __GFP_NOFAIL for smk_cipso_doi()
` [PATCH AUTOSEL 4.9 29/33] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.9 30/33] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
` [PATCH AUTOSEL 4.9 31/33] spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
` [PATCH AUTOSEL 4.9 32/33] parisc: fix warning in flush_tlb_all
` [PATCH AUTOSEL 4.9 33/33] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH] drm/amdgpu: Pin MMIO/DOORBELL BO's in GTT domain
 2021-11-09  1:37 UTC 

[PATCH AUTOSEL 4.14 01/39] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09  1:06 UTC  (10+ messages)
` [PATCH AUTOSEL 4.14 03/39] platform/x86: wmi: do not fail if disabling fails
` [PATCH AUTOSEL 4.14 12/39] media: mt9p031: Fix corrupted frame after restarting stream
` [PATCH AUTOSEL 4.14 15/39] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 4.14 16/39] media: s5p-mfc: Add checking to s5p_mfc_probe()
` [PATCH AUTOSEL 4.14 20/39] media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
` [PATCH AUTOSEL 4.14 24/39] leaking_addresses: Always print a trailing newline
` [PATCH AUTOSEL 4.14 33/39] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH AUTOSEL 4.14 35/39] ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
` [PATCH AUTOSEL 4.14 39/39] parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling

[PATCH v2 0/2] x86: Fix ARCH_REQ_XCOMP_PERM and update the test
 2021-11-09  1:21 UTC  (3+ messages)
` [PATCH v2 1/2] x86/arch_prctl: Fix the ARCH_REQ_XCOMP_PERM implementation
` [PATCH v2 2/2] selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test

[PATCH v2 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-11-09  1:07 UTC  (7+ messages)
` [PATCH v2 02/13] dt-bindings: pinctrl: add i.MXRT1050 pinctrl binding doc

[RFC 0/3] efi_loader: bootmgr itself should support removable media
 2021-11-09  1:32 UTC  (4+ messages)
` [RFC 1/3] efi_loader: export efi_locate_device_handle()
` [RFC 2/3] efi_loader: bootmgr: add booting from removable media
` [RFC 3/3] cmd: efidebug: handle "

[PATCH] media: aspeed: use reset to replace clk off/on
 2021-11-09  1:05 UTC  (5+ messages)

[PATCH] x86/sgx: Fix free page accounting
 2021-11-09  1:30 UTC  (7+ messages)

[intel-lts:5.4/preempt-rt 17562/19040] drivers/ptp/ptp-intel-pmc-tgpio.c:484:44: warning: missing braces around initializer
 2021-11-09  1:31 UTC 

[asahilinux:tipd/v2 1497/2972] fs/smbfs_client/cifsroot.c:83:12: error: no previous prototype for 'cifs_root_data'
 2021-11-09  1:19 UTC 

[Intel-gfx] [PATCH v3 0/1] Introduce new i915 macros for checking PTEs
 2021-11-09  1:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce new i915 macros for checking PTEs (rev3)

[PATCH AUTOSEL 5.4 01/74] dma-buf: WARN on dmabuf release with pending attachments
 2021-11-08 17:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 25/74] media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
` [PATCH AUTOSEL 5.4 26/74] media: s5p-mfc: Add checking to s5p_mfc_probe()


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.