messages from 2020-11-23 19:28:08 to 2020-11-23 20:08:07 UTC [more...]
[dm-devel] [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
2020-11-23 19:49 UTC (10+ messages)
` [dm-devel] [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA
` "
` [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
Patch attestation
2020-11-23 20:08 UTC
Patch attestation
2020-11-23 20:08 UTC
[PATCH v3 00/85] Update NFSD XDR functions
2020-11-23 20:08 UTC (47+ messages)
` [PATCH v3 01/85] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v3 02/85] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v3 03/85] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v3 04/85] NFSD: Add tracepoints in nfsd_dispatch()
` [PATCH v3 05/85] NFSD: Add tracepoints in
` [PATCH v3 06/85] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v3 07/85] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v3 08/85] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v3 09/85] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v3 10/85] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v3 11/85] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v3 12/85] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v3 13/85] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v3 14/85] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v3 15/85] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v3 16/85] NFSD: Replace READ* macros that decode the fattr4 time_set attributes
` [PATCH v3 17/85] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v3 18/85] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v3 19/85] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v3 20/85] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v3 21/85] NFSD: Replace READ* macros in nfsd4_decode_delegreturn()
` [PATCH v3 22/85] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v3 23/85] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v3 24/85] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v3 25/85] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v3 26/85] NFSD: Add helper for decoding locker4
` [PATCH v3 27/85] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v3 28/85] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v3 29/85] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v3 30/85] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v3 31/85] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v3 32/85] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v3 33/85] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v3 34/85] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v3 35/85] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v3 36/85] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v3 37/85] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v3 38/85] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v3 39/85] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v3 40/85] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v3 41/85] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v3 42/85] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v3 43/85] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v3 44/85] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v3 45/85] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v3 46/85] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
Adventures in NFS re-exporting
2020-11-23 20:07 UTC (9+ messages)
` [PATCH 2/4] nfsd: pre/post attr is using wrong change attribute
[PATCH v3 00/19] qom: Use qlit to represent property defaults
2020-11-23 19:48 UTC (15+ messages)
` [PATCH v3 01/19] qnum: Make qnum_get_double() get const pointer
` [PATCH v3 02/19] qnum: Make num_x/num_y variables at qnum_is_equal() const
` [PATCH v3 03/19] qnum: QNumValue type for QNum value literals
` [PATCH v3 04/19] qnum: qnum_value_is_equal() function
` [PATCH v3 05/19] qlit: Use qnum_value_is_equal() when comparing QNums
` [PATCH v3 06/19] qlit: Rename QLIT_QNUM to QLIT_QNUM_INT
` [PATCH v3 07/19] qlit: Use QNumValue to represent QNums
` [PATCH v3 08/19] qlit: Move qlit_equal_qobject() reference values to array
` [PATCH v3 09/19] qlit: Add more test literals to qlit_equal_qobject() test case
` [PATCH v3 10/19] qlit: Support all types of QNums
` [PATCH v3 12/19] qom: Replace defval value in Property with QLitObject
` [PATCH v3 14/19] qom: Don't ignore defval on UUID property
` [PATCH v3 18/19] qom: Delete set_default_uuid()
` [PATCH v3 19/19] qom: Delete set_default_value_bool()
[PATCH] glossary: improve "branch" definition
2020-11-23 20:05 UTC
[qemu-mainline test] 156962: regressions - FAIL
2020-11-23 20:05 UTC
[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
2020-11-25 10:42 UTC (5+ messages)
` [PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
[PATCH 000/141] Fix fall-through warnings for Clang
2020-11-23 20:03 UTC (25+ messages)
` [Intel-wired-lan] "
` [Bridge] "
` [Cluster-devel] "
[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
2020-11-23 20:04 UTC (6+ messages)
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling
[PATCH] [RFC] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
2020-11-23 20:04 UTC (2+ messages)
simple aarch64 binary can cause linux-user QEMU to segv in zero_bss()
2020-11-23 19:52 UTC
[PATCH v5 0/4] um: suspend/resume support
2020-11-23 20:03 UTC (6+ messages)
` [PATCH v5 1/5] um: simplify os_idle_sleep() and sleep longer
` [PATCH v5 2/5] um: time: fix read_persistent_clock64() in time-travel
` [PATCH v5 3/5] um: allow PM with suspend-to-idle
` [PATCH v5 4/5] um: support suspend to RAM
` [PATCH v5 5/5] um: add a pseudo RTC
[PATCH 0/3] PPC: fixes for clang support
2020-11-23 20:01 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] powerpc/64s: feature: Work around inline asm issues
[PATCH v2 0/6] Add AHCI support for Tegra186
2020-11-23 20:03 UTC (5+ messages)
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML
[PATCH v7 0/5] scsi: Support to handle Intermittent errors
2020-11-23 20:01 UTC (15+ messages)
` [PATCH v7 1/5] scsi: Added a new error code DID_TRANSPORT_MARGINAL in scsi.h
` [PATCH v7 2/5] scsi: No retries on abort success
` [PATCH v7 3/5] scsi_transport_fc: Added a new rport state FC_PORTSTATE_MARGINAL
` [PATCH v7 4/5] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs
` [PATCH v7 5/5] scsi:lpfc: Added support for eh_should_retry_cmd
Re: memory leak in hub_event
2020-11-23 20:01 UTC (6+ messages)
` "
[RFC PATCH 4/9] cxl/mem: Map memory device registers
2020-11-23 19:58 UTC (5+ messages)
stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed, 4 warnings (v4.9.245-48-g1a0738f3aaf5)
2020-11-23 19:58 UTC
[ti:ti-rt-linux-5.4.y 9148/12390] net/core/sock.c:3092:28: error: 'SCM_REDUNDANT' undeclared
2020-11-23 19:58 UTC
[patch 00/19] softirq: Cleanups and RT awareness
2020-11-23 19:56 UTC (7+ messages)
` [patch 14/19] softirq: Make softirq control and processing RT aware
linux-media@vger.kernel.org waiting to hear from you
2020-11-23 19:57 UTC
[PATCH 0/7 um: IRQ handling cleanups
2020-11-23 19:56 UTC (8+ messages)
` [PATCH 1/7] um: support dynamic IRQ allocation
` [PATCH 2/7] um: virtio: use "
` [PATCH 3/7] um: clean up alarm IRQ chip name
` [PATCH 4/7] um: irq: clean up and rename struct irq_fd
` [PATCH 5/7] um: irq: reduce irq_reg allocation
` [PATCH 6/7] um: remove IRQ_NONE type
` [PATCH 7/7] um: simplify IRQ handling code
WSL2 and Wireguard
2020-11-23 19:54 UTC (4+ messages)
[RFC PATCH v3 00/61] Introduce parallel fsck to e2fsck pass1
2020-11-23 19:55 UTC (5+ messages)
` [RFC PATCH v3 01/61] e2fsck: add -m option for multithread
` [RFC PATCH v3 02/61] e2fsck: copy context when using multi-thread fsck
[PATCH v2 tip/core/rcu 1/6] srcu: Make Tiny SRCU use multi-bit grace-period counter
2020-11-23 19:55 UTC (3+ messages)
[RFC] MAINTAINERS tag for cleanup robot
2020-11-23 17:06 UTC (8+ messages)
[PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends
2020-11-23 19:54 UTC (2+ messages)
` [OE-core] "
[PATCH 0/7] config: add --literal-value option
2020-11-23 19:53 UTC (11+ messages)
` [PATCH v2 0/7] config: add --fixed-value option
` [PATCH v2 1/7] t1300: test "set all" mode with value_regex
` [PATCH v2 2/7] t1300: add test for --replace-all "
` [PATCH v2 4/7] config: add --fixed-value option, un-implemented
` [PATCH v2 6/7] config: implement --fixed-value with --get*
[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
2020-11-23 19:53 UTC (3+ messages)
` [PATCH 03/27] libxfs: get rid of b_bcount from xfs_buf
[PATCH -next] panic: complete the flush of the hard deadlock log messages to the serial port
2020-11-23 19:52 UTC (2+ messages)
[cip-dev] [PATCH 4.19.y-cip 0/7] Add RPC-IF driver for RZ/G2x SoC's
2020-11-23 19:52 UTC (10+ messages)
` [cip-dev] [PATCH 4.19.y-cip 2/7] memory: add Renesas RPC-IF driver
` [cip-dev] [PATCH 4.19.y-cip 5/7] spi: spi-mem: Split spi_mem_exec_op() code
` [cip-dev] [PATCH 4.19.y-cip 6/7] spi: spi-mem: Add a new API to support direct mapping
` [cip-dev] [PATCH 4.19.y-cip 7/7] spi: add Renesas RPC-IF driver
[PATCH] btrfs: fix lockdep splat when enabling and disabling qgroups
2020-11-23 19:50 UTC (2+ messages)
linux-kernel@vger.kernel.org waiting to hear from you
2020-11-23 19:51 UTC
linux-usb@vger.kernel.org waiting to hear from you
2020-11-23 19:51 UTC
linux-arch@vger.kernel.org waiting to hear from you
2020-11-23 19:51 UTC
[PATCH 0/9] relay: cleanup and const callbacks, take 2
2020-11-23 19:51 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
virtio-9p-test.c:300:v9fs_req_recv: assertion failed (hdr.id == id): (7 == 73)
2020-11-23 19:45 UTC (4+ messages)
Disable systemd-timesyncd.service in image
2020-11-23 19:50 UTC
[PATCH] drm/amdgpu: unpack dma_fence_chain containers during sync
2020-11-23 19:49 UTC (3+ messages)
[PATCH v2 1/9] dhcp: release lease when client stops
2020-11-23 19:50 UTC (2+ messages)
early stage debugging on a real product
2020-11-23 19:49 UTC (4+ messages)
[PATCH rdma-core 0/5] Add user space dma-buf support
2020-11-23 19:48 UTC (9+ messages)
` [PATCH rdma-core 2/5] mlx5: Support dma-buf based memory region
` [PATCH rdma-core 3/5] pyverbs: Add dma-buf based MR support
[PATCH net 00/15] ibmvnic: assorted bug fixes
2020-11-23 19:48 UTC (9+ messages)
` [PATCH net 02/15] ibmvnic: process HMC disable command
` [PATCH net 15/15] ibmvnic: add some debugs
+ mm-compaction-make-defer_compaction-and-compaction_deferred-static.patch added to -mm tree
2020-11-23 19:48 UTC
[PATCH 0/5] ACPI: EC: Cleanups in advance_transaction()
2020-11-23 19:40 UTC (6+ messages)
` [PATCH 1/5] ACPI: EC: Fold acpi_ec_clear_gpe() into its caller
` [PATCH 2/5] ACPI: EC: Rename acpi_ec_is_gpe_raised()
` [PATCH 3/5] ACPI: EC: Simplify error handling in advance_transaction()
` [PATCH 4/5] ACPI: EC: Untangle "
` [PATCH 5/5] ACPI: EC: Clean up status flags checks "
[igt-dev] [PATCH i-g-t] tests/fbdev: Flip assertion for an unmet memchr()
2020-11-23 19:45 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
[PATCH] btrfs: do nofs allocations when adding and removing qgroup relations
2020-11-23 19:43 UTC (2+ messages)
[PATCH v24 00/12] Landlock LSM
2020-11-23 19:44 UTC (5+ messages)
` [PATCH v24 07/12] landlock: Support filesystem access-control
[PATCH] um: sigio: return error from add_sigio_fd()
2020-11-23 19:44 UTC
[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
2020-11-23 19:43 UTC (7+ messages)
Pick the right default and stop warn on `git pull`
2020-11-23 19:43 UTC (7+ messages)
[PATCH for-5.2] tests/9pfs: Mark "local" tests as "slow"
2020-11-23 19:35 UTC (3+ messages)
[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
2020-11-23 19:33 UTC (7+ messages)
Dunfell-next merge request Nov 23
2020-11-23 19:41 UTC
[Buildroot] [PATCH 0/3] Support for Raspberry PI-400
2020-11-23 19:40 UTC (3+ messages)
` [Buildroot] [PATCH 2/3] package/rpi-firmware: bump version to bff705f
[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
2020-11-23 19:39 UTC (6+ messages)
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified
[PATCH net] net: openvswitch: fix TTL decrement action netlink message format
2020-11-23 19:36 UTC (3+ messages)
[dpdk-dev] [PATCH] librte_eal: fix mcslock hang on weak memory
2020-11-23 19:36 UTC (3+ messages)
[PATCH net-next v4 0/5] net/x25: netdev event handling
2020-11-23 19:36 UTC (12+ messages)
` [PATCH net-next v4 2/5] net/lapb: support netdev events
[EXT] [PATCH] aquantia: Reserve space when allocating an SKB
2020-11-23 19:28 UTC (11+ messages)
` [PATCH] aquantia: Remove the build_skb path
` [PATCH v2] "
` [PATCH v3] "
` [EXT] "
[PATCH net v2 0/3] ibmvnic: null pointer dereference
2020-11-23 19:35 UTC (4+ messages)
` [PATCH net v2 1/3] ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues
` [PATCH net v2 2/3] ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq
` [PATCH net v2 3/3] ibmvnic: enhance resetting status check during module exit
[PATCH] dmaengine: mxs-dma: Remove the unused .id_table
2020-11-23 19:30 UTC
[tty:tty-testing] BUILD SUCCESS 3b3e23092449a57f4ba57cd60506ab14055b1642
2020-11-23 19:33 UTC
[PATCH] kfence: Avoid stalling work queue task without allocations
2020-11-23 19:32 UTC (12+ messages)
` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)
[SPDK] Gerrit vulnerability - please change GitHub credentials
2020-11-23 19:32 UTC
Tags in the yocto-docs repository
2020-11-23 19:32 UTC (2+ messages)
` [docs] "
[PATCH 0/7] Atomics for eBPF
2020-11-23 19:29 UTC (3+ messages)
` [PATCH 6/7] bpf: Add instructions for atomic_cmpxchg and friends
[locking/rwsem] 10a59003d2: unixbench.score -25.5% regression
2020-11-23 19:28 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.