All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-13 21:33:14 to 2022-10-13 22:48:05 UTC [more...]

[PATCH 0/9] integrity: Move hooks into LSM
 2022-10-13 22:47 UTC  (11+ messages)
` [PATCH 1/9] integrity: Prepare for having "ima" and "evm" available in "integrity" LSM
` [PATCH 2/9] security: Move trivial IMA hooks into LSM
` [PATCH 3/9] ima: Move xattr "
` [PATCH 4/9] ima: Move ima_file_free() "
` [PATCH 5/9] LSM: Introduce inode_post_setattr hook
` [PATCH 6/9] fs: Introduce file_to_perms() helper
` [PATCH 7/9] ima: Move ima_file_check() into LSM
` [PATCH 8/9] integrity: Move trivial hooks "
` [PATCH 9/9] integrity: Move integrity_inode_get() out of global header

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-13 22:47 UTC  (6+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()

[PATCHSET v23.1 0/4] xfs: fix incorrect return values in online fsck
 2022-10-13 22:46 UTC  (7+ messages)
` [PATCH 3/4] xfs: don't retry repairs harder when EAGAIN is returned
` [PATCH 1/4] xfs: return EINTR when a fatal signal terminates scrub
` [PATCH 2/4] xfs: fix return code when fatal signal encountered during dquot scrub

[PATCH v2 0/3] Bitmap percentage flushing
 2022-10-13 22:41 UTC  (4+ messages)
` [PATCH v2 1/3] md/bitmap: Add chunk-threshold unplugging
` [PATCH v2 2/3] md/bitmap: Add sysfs interface for flush threshold
` [PATCH v2 3/3] md/bitmap: Convert daemon_work to proper timer

drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1078:12: warning: stack frame size (1056) exceeds limit (1024) in 'vcn_v3_0_start'
 2022-10-13 22:44 UTC 

[RFC PATCH 0/7] crypto: x86 - fix RCU stalls
 2022-10-13 22:41 UTC  (16+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 04/19] crypto: x86/sha - limit FPU preemption
      ` :Re: "
  ` [PATCH v2 05/19] crypto: x86/crc "
  ` [PATCH v2 09/19] crypto: x86 - use common macro for FPU limit
  ` [PATCH v2 18/19] crypto: x86 - standardize not loaded prints

[PATCHSET v23.1 0/2] xfs: clean up memory allocations in online fsck
 2022-10-13 22:42 UTC  (5+ messages)
` [PATCH 1/2] xfs: standardize GFP flags usage in online scrub
` [PATCH 2/2] xfs: pivot online scrub away from kmem.[ch]

[PATCH v2] feature_test_macros.7: document -D_FORTIFY_SOURCE=3
 2022-10-13 22:41 UTC  (2+ messages)

[PATCH] gcc: Allow -Wno-error=poison-system-directories to take effect
 2022-10-13 22:40 UTC  (6+ messages)
` [OE-core] "

[PATCH v3 1/2] time_t.3type: reference _TIME_BITS (time64)
 2022-10-13 22:39 UTC  (4+ messages)
` [PATCH v3 2/2] feature_test_macros.7: document "

[PATCH 1/2] dt-bindings: ARM: add bindings for the D-Link DWL-8610AP
 2022-10-13 22:35 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: bcm53016: Add devicetree for "

[PATCH] vmstate-static-checker:remove this redundant return
 2022-10-13 22:36 UTC  (2+ messages)

[PATCHSET v23.1 0/4] xfs: fix handling of AG[IF] header buffers during scrub
 2022-10-13 22:35 UTC  (9+ messages)
` [PATCH 3/4] xfs: set the buffer type after holding the AG[IF] across trans_roll
` [PATCH 1/4] xfs: fully initialize xfs_da_args in xchk_directory_blocks
` [PATCH 2/4] xfs: don't track the AGFL buffer in the scrub AG context
` [PATCH 4/4] xfs: make AGFL repair function avoid crosslinked blocks

[jolsa-perf:bpf/tracing_multi_ng_4 13/23] samples/ftrace/ftrace-direct-set.c:104:9: error: implicit declaration of function 'ftrace_test_0'; did you mean 'ftrace_stub'?
 2022-10-13 22:34 UTC 

[PATCH v5 00/13] Drivers for gunyah hypervisor
 2022-10-13 22:32 UTC  (9+ messages)
` [PATCH v5 09/13] mailbox: Add Gunyah message queue mailbox
` [PATCH v5 10/13] gunyah: rsc_mgr: Add resource manager RPC core

[Intel-gfx] [PATCH v2] drm/i915: Fix CFI violations in gt_sysfs
 2022-10-13 22:33 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix CFI violations in gt_sysfs (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[xen-unstable-smoke test] 173728: regressions - FAIL
 2022-10-13 22:32 UTC 

[PATCH] media: atomisp: Fix spelling mistake "mis-match" -> "mismatch"
 2022-10-13 22:32 UTC 

[PATCH v3 00/35] target/i386: new decoder + AVX implementation
 2022-10-13 21:46 UTC  (36+ messages)
` [PATCH 01/35] target/i386: Define XMMReg and access macros, align ZMM registers
` [PATCH 02/35] target/i386: make ldo/sto operations consistent with ldq
` [PATCH 03/35] target/i386: add core of new i386 decoder
` [PATCH 04/35] target/i386: add ALU load/writeback core
` [PATCH 05/35] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext
` [PATCH 06/35] target/i386: add CPUID feature checks to new decoder
` [PATCH 07/35] target/i386: add AVX_EN hflag
` [PATCH 08/35] target/i386: validate VEX prefixes via the instructions' exception classes
` [PATCH 09/35] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH 10/35] target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder
` [PATCH 11/35] target/i386: Prepare ops_sse_header.h for 256 bit AVX
` [PATCH 12/35] target/i386: extend helpers to support VEX.V 3- and 4- operand encodings
` [PATCH 13/35] target/i386: support operand merging in binary scalar helpers
` [PATCH 14/35] target/i386: provide 3-operand versions of unary "
` [PATCH 15/35] target/i386: implement additional AVX comparison operators
` [PATCH 16/35] target/i386: Introduce 256-bit vector helpers
` [PATCH 17/35] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PATCH 18/35] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "
` [PATCH 19/35] target/i386: reimplement 0x0f 0x50-0x5f, "
` [PATCH 20/35] target/i386: reimplement 0x0f 0x78-0x7f, "
` [PATCH 21/35] target/i386: reimplement 0x0f 0x70-0x77, "
` [PATCH 22/35] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "
` [PATCH 23/35] target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
` [PATCH 24/35] target/i386: reimplement 0x0f 0x3a, add AVX
` [PATCH 25/35] target/i386: Use tcg gvec ops for pmovmskb
` [PATCH 26/35] target/i386: reimplement 0x0f 0x38, add AVX
` [PATCH 27/35] target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, "
` [PATCH 28/35] target/i386: reimplement 0x0f 0x10-0x17, "
` [PATCH 29/35] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH 30/35] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PATCH 31/35] target/i386: implement VLDMXCSR/VSTMXCSR
` [PATCH 32/35] target/i386: Enable AVX cpuid bits when using TCG
` [PATCH 33/35] tests/tcg: extend SSE tests to AVX
` [PATCH 34/35] target/i386: move 3DNow to the new decoder
` [PATCH 35/35] target/i386: remove old SSE decoder

[PATCH] mtd: parsers: bcm47xxpart: Fix halfblock reads
 2022-10-13 22:28 UTC 

[PATCH v2] Accessiblity: speakup: specifying the default driver parameters among the module params
 2022-10-13 22:30 UTC 

[PATCH v1 0/1] Bluetooth: hci_qca: only assign wakeup with serial port support
 2022-10-13 22:30 UTC  (4+ messages)
` [PATCH v1 1/1] "
  `  "

[PATCH] MAINTAINERS: git://github -> https://github.com for czankel
 2022-10-13 22:29 UTC  (2+ messages)

[PATCH v9 0/3] x86/sgx: fine grained SGX MCA behavior
 2022-10-13 22:28 UTC  (11+ messages)
` [PATCH v9 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization

[Intel-gfx] [PATCH v2] drm/i915/slpc: Use platform limits for min/max frequency
 2022-10-13 22:28 UTC  (3+ messages)
  `  "

[RFC] fsnotify: allow sleepable child dentry flag update
 2022-10-13 22:27 UTC 

[LTP] [PATCH 2/2] needs_root: Add setting of needs_root
 2022-10-13 22:26 UTC  (2+ messages)

objtool: bpf_dispatcher_xdp+0xa0: data relocation to !ENDBR:
 2022-10-13 22:24 UTC  (12+ messages)
` WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168

[PATCH] parisc: Fix spelling mistake "mis-match" -> "mismatch"
 2022-10-13 22:19 UTC 

[PATCH 0/2] Bitmap percentage flushing
 2022-10-13 22:19 UTC  (6+ messages)
` [PATCH 2/2] md/bitmap: Add chunk-count-based bitmap flushing

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-13 22:15 UTC  (7+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description

[PATCH 1/2] fs/exec: switch timens when a task gets a new mm
 2022-10-13 22:15 UTC  (5+ messages)
` [PATCH 2/2] selftests/timens: add a test for vfork+exit

[PATCH v2 0/9] A course adjustment, maybe
 2022-10-13 22:14 UTC  (9+ messages)
` [PATCH v2 7/9] NFSD: Use rhashtable for managing nfs4_file objects

[PATCH v2 1/3] dt-bindings: mmc: arm,pl18x: Document interrupt-names is ignored
 2022-10-13 22:12 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: dts: qcom: Drop MMCI interrupt-names
` [PATCH v2 3/3] ARM: dts: stm32: "

[RFC PATCH v2 0/1] cpuidle: teo: Introduce optional util-awareness
 2022-10-13 22:12 UTC  (4+ messages)

linux-next: manual merge of the risc-v tree with Linus' tree
 2022-10-13 22:11 UTC 

[wireless:for-next] BUILD SUCCESS e7ad651c31c5e1289323e6c680be6e582a593b26
 2022-10-13 22:10 UTC 

[igt-dev] [PATCH i-g-t v4] test/kms_plane_cursor: Honour max cursor size
 2022-10-13 22:11 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for test/kms_plane_cursor: Honour max cursor size (rev4)

TI: X15 the connected SSD is not detected on Linux next 20221006 tag
 2022-10-13 22:07 UTC  (5+ messages)

base-files: /etc/os-release should contain VERSION variables for testing and unstable
 2022-10-13 22:08 UTC  (3+ messages)

[LTP] [PATCH 0/4] Fix fanotify14
 2022-10-13 22:08 UTC  (5+ messages)
` [LTP] [PATCH 1/4] fanotify14: Print human-readable test case flags
` [LTP] [PATCH 2/4] Move fanotify fallback constants and structs to LAPI header

[PATCH] drm/gma500: Fix spelling mistake "patter" -> "pattern"
 2022-10-13 22:07 UTC 

[PATCH AUTOSEL 6.0 01/77] libbpf: Ensure functions with always_inline attribute are inline
 2022-10-13 22:06 UTC  (5+ messages)
` [PATCH AUTOSEL 6.0 52/77] net: sfp: re-implement soft state polling setup

[PATCH v2 00/22] run-command API: pass functions & opts via struct
 2022-10-13 22:02 UTC  (4+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 15/15] run-command.c: remove "max_processes", add "const" to signal() handler

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2022-10-13 22:02 UTC  (6+ messages)

About git reporting missing newline for symlinks
 2022-10-13 22:01 UTC  (9+ messages)

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-10-13 22:00 UTC  (2+ messages)

[PATCH v6 1/2] gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
 2022-10-13 21:59 UTC  (2+ messages)
` [PATCH v6 2/2] gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode

[PATCH 0/2] Add throttling detection to sev-guest
 2022-10-13 21:59 UTC  (3+ messages)
` [PATCH 2/2] virt/coco/sev-guest: interpret VMM errors from guest request

[PATCH] mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
 2022-10-13 21:58 UTC  (2+ messages)

[PATCH] get_maintainer: Add the --for-tree argument
 2022-10-13 21:57 UTC 

[PATCH v5.10] block: fix inflight statistics of part0
 2022-10-13 21:56 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for cschaufler
 2022-10-13 21:54 UTC  (2+ messages)

[Bug 216580] Jabra Elite 75t (ear buds):Unable to connect and use (`hci0: Opcode 0x 401 failed: -16`)
 2022-10-13 21:52 UTC  (2+ messages)
` [Bug,216580] "

[PATCH mptcp-net v3] mptcp: fix abba deadlock on fastopen
 2022-10-13 21:53 UTC  (2+ messages)

[PATCH V4 0/7] imx: blk-ctrl: Add interconnect for i.MX8MP
 2022-10-13 21:49 UTC  (7+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for ulli-kroll
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for ndyer
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for hisilicon
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for martinetd
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for vzapolskiy
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for AlbanBedel
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for linux-chenxing
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for patjak
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for microchip-ung
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for anholt
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for ceph
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for hzhuang1, rjarzmik
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for broadcom
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for konis
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for kleikamp
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv
 2022-10-13 21:46 UTC  (3+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for openrisc
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for intel
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for sifive
 2022-10-13 21:46 UTC  (2+ messages)

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-10-13 21:46 UTC  (7+ messages)
` [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node
` [PATCH v2 8/8] hw/arm/virt: Fix devicetree warnings about node names

[PATCH] MAINTAINERS: git://github -> https://github.com for srcres258
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for jonmason
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for petkan
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for terrelln
 2022-10-13 21:46 UTC 

[PATCH] MAINTAINERS: git://github -> https://github.com for awilliam
 2022-10-13 21:46 UTC 

ldconfig segfault on RZ/Five was Re: Preparing isar-cip-core for RZ/Five
 2022-10-13 21:47 UTC  (11+ messages)
  ` [cip-dev] "
    `  "

SVSM vTPM specification
 2022-10-13 21:41 UTC  (9+ messages)

[outreachy] sent in my first patch
 2022-10-13 21:41 UTC 

[PATCH] archive: add --recurse-submodules to git-archive command
 2022-10-13 21:37 UTC  (7+ messages)
` [PATCH v2 0/2] archive: Add "
  ` [PATCH v2 1/2] archive: add "

[RESEND] rtc: rv3028: Fix codestyle errors
 2022-10-13 21:37 UTC  (2+ messages)

[PATCH 2/2] drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
 2022-10-13 21:36 UTC  (2+ messages)
` [2/2] "

[PATCH bpf-next] bpf: remove WARN_ON_ONCE from btf_type_id_size
 2022-10-13 21:35 UTC  (3+ messages)

[PATCH 1/2] drm/amd/pm: update SMU IP v13.0.4 driver interface version
 2022-10-13 21:35 UTC  (2+ messages)
` [1/2] "

[PATCH] rtc: mpfs: Use devm_clk_get_enabled() helper
 2022-10-13 21:34 UTC  (4+ messages)

[PATCH] rtc: rtc-cmos: Fix event handler registration ordering issue
 2022-10-13 21:34 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Drop Scarlet's repeated ec_ap_int_l definition
 2022-10-13 21:33 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/huc: bump timeout for delayed load and reduce print verbosity
 2022-10-13 21:33 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/huc: bump timeout for delayed load and reduce print verbosity (rev3)


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.