All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-31 16:03:49 to 2020-08-31 16:50:22 UTC [more...]

[PATCH] Avoid infinite loop in malformed packfiles
 2020-08-31 16:50 UTC  (6+ messages)

Please pull u-boot-marvell/master
 2020-08-31 16:50 UTC  (2+ messages)

[RFC] ima: export the measurement list when needed
 2020-08-31 16:49 UTC  (5+ messages)

[PATCH] netfilter: nftables: fix documentation for dup statement
 2020-08-31 16:49 UTC  (5+ messages)

[PATCH 1/2] dt-binding: bq25980: Add the bq25980 flash charger
 2020-08-31 16:48 UTC  (2+ messages)
` [PATCH 2/2] power: bq25980: Add support for the BQ259xx family

[PATCH V3 00/10] Bail out if transaction can cause extent count to overflow
 2020-08-31 16:46 UTC  (22+ messages)
` [PATCH V3 01/10] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V3 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V3 03/10] xfs: Check for extent overflow when deleting an extent
` [PATCH V3 04/10] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V3 05/10] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V3 06/10] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V3 07/10] xfs: Check for extent overflow when inserting a hole
` [PATCH V3 08/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V3 09/10] xfs: Check for extent overflow when remapping an extent
` [PATCH V3 10/10] xfs: Check for extent overflow when swapping extents

[PATCH] IB/isert: fix unaligned immediate-data handling
 2020-08-31 16:48 UTC  (4+ messages)

INFO: task can't die in usb_start_wait_urb
 2020-08-31 16:47 UTC 

[PATCH] btrfs-progs: add async option to btrfs property set
 2020-08-31 16:47 UTC 

WARNING in nla_get_range_unsigned
 2020-08-31 16:47 UTC 

[PULL 00/76] target/microblaze improvements
 2020-08-31 16:06 UTC  (77+ messages)
` [PULL 01/76] tests/tcg: Add microblaze to arches filter
` [PULL 02/76] tests/tcg: Do not require FE_TOWARDZERO
` [PULL 03/76] tests/tcg: Do not require FE_* exception bits
` [PULL 04/76] target/microblaze: Tidy gdbstub
` [PULL 05/76] target/microblaze: Split out PC from env->sregs
` [PULL 06/76] target/microblaze: Split out MSR "
` [PULL 07/76] target/microblaze: Split out EAR "
` [PULL 08/76] target/microblaze: Split out ESR "
` [PULL 09/76] target/microblaze: Split out FSR "
` [PULL 10/76] target/microblaze: Split out BTR "
` [PULL 11/76] target/microblaze: Split out EDR "
` [PULL 12/76] target/microblaze: Split the cpu_SR array
` [PULL 13/76] target/microblaze: Fix width of PC and BTARGET
` [PULL 14/76] target/microblaze: Fix width of MSR
` [PULL 15/76] target/microblaze: Fix width of ESR
` [PULL 16/76] target/microblaze: Fix width of FSR
` [PULL 17/76] target/microblaze: Fix width of BTR
` [PULL 18/76] target/microblaze: Fix width of EDR
` [PULL 19/76] target/microblaze: Remove cpu_ear
` [PULL 20/76] target/microblaze: Tidy raising of exceptions
` [PULL 21/76] target/microblaze: Mark raise_exception as noreturn
` [PULL 22/76] target/microblaze: Remove helper_debug and env->debug
` [PULL 23/76] target/microblaze: Rename env_* tcg variables to cpu_*
` [PULL 24/76] target/microblaze: Tidy mb_tcg_init
` [PULL 25/76] target/microblaze: Split out MSR[C] to its own variable
` [PULL 26/76] target/microblaze: Use DISAS_NORETURN
` [PULL 27/76] target/microblaze: Check singlestep_enabled in gen_goto_tb
` [PULL 28/76] target/microblaze: Convert to DisasContextBase
` [PULL 29/76] target/microblaze: Convert to translator_loop
` [PULL 30/76] target/microblaze: Remove SIM_COMPAT
` [PULL 31/76] target/microblaze: Remove DISAS_GNU
` [PULL 32/76] target/microblaze: Remove empty D macros
` [PULL 33/76] target/microblaze: Remove LOG_DIS
` [PULL 34/76] target/microblaze: Ensure imm constant is always available
` [PULL 35/76] target/microblaze: Add decodetree infrastructure
` [PULL 36/76] target/microblaze: Convert dec_add to decodetree
` [PULL 37/76] target/microblaze: Convert dec_sub "
` [PULL 38/76] target/microblaze: Implement cmp and cmpu inline
` [PULL 39/76] target/microblaze: Convert dec_pattern to decodetree
` [PULL 40/76] target/microblaze: Convert dec_and, dec_or, dec_xor "
` [PULL 41/76] target/microblaze: Convert dec_mul "
` [PULL 42/76] target/microblaze: Convert dec_div "
` [PULL 43/76] target/microblaze: Unwind properly when raising divide-by-zero
` [PULL 44/76] target/microblaze: Convert dec_bit to decodetree
` [PULL 45/76] target/microblaze: Convert dec_barrel "
` [PULL 46/76] target/microblaze: Convert dec_imm "
` [PULL 47/76] target/microblaze: Convert dec_fpu "
` [PULL 48/76] target/microblaze: Fix cpu unwind for fpu exceptions
` [PULL 49/76] target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
` [PULL 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PULL 51/76] target/microblaze: Cache mem_index in DisasContext
` [PULL 52/76] target/microblaze: Fix cpu unwind for stackprot
` [PULL 53/76] target/microblaze: Convert dec_load and dec_store to decodetree
` [PULL 54/76] target/microblaze: Assert no overlap in flags making up tb_flags
` [PULL 55/76] target/microblaze: Move bimm to BIMM_FLAG
` [PULL 56/76] target/microblaze: Fix no-op mb_cpu_transaction_failed
` [PULL 57/76] target/microblaze: Store "current" iflags in insn_start
` [PULL 58/76] tcg: Add tcg_get_insn_start_param
` [PULL 59/76] target/microblaze: Use cc->do_unaligned_access
` [PULL 60/76] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PULL 61/76] target/microblaze: Replace delayed_branch "
` [PULL 62/76] target/microblaze: Tidy mb_cpu_dump_state
` [PULL 63/76] target/microblaze: Convert brk and brki to decodetree
` [PULL 64/76] target/microblaze: Convert mbar "
` [PULL 65/76] target/microblaze: Reorganize branching
` [PULL 66/76] target/microblaze: Convert dec_br to decodetree
` [PULL 67/76] target/microblaze: Convert dec_bcc "
` [PULL 68/76] target/microblaze: Convert dec_rts "
` [PULL 69/76] target/microblaze: Tidy do_rti, do_rtb, do_rte
` [PULL 70/76] target/microblaze: Convert msrclr, msrset to decodetree
` [PULL 71/76] target/microblaze: Convert dec_msr "
` [PULL 72/76] target/microblaze: Convert dec_stream "
` [PULL 73/76] target/microblaze: Remove last of old decoder
` [PULL 74/76] target/microblaze: Remove cpu_R[0]
` [PULL 75/76] target/microblaze: Add flags markup to some helpers
` [PULL 76/76] target/microblaze: Reduce linux-user address space to 32-bit

[PATCH v3 0/8] Implement PCI Error Recovery on Navi12
 2020-08-31 16:47 UTC  (2+ messages)

[PATCH] gitlab-ci.yml: Run check-qtest and check-unit at the end of the fuzzer job
 2020-08-31 16:40 UTC  (2+ messages)

[PATCH 00/22] add initial S1G support
 2020-08-31 16:42 UTC  (4+ messages)
` [PATCH 21/22] mac80211_hwsim: indicate support for S1G

[ovmf test] 153395: regressions - FAIL
 2020-08-31 16:41 UTC 

[PATCH] fat: Avoid oops when bdi->io_pages==0
 2020-08-31 16:39 UTC  (4+ messages)

[PATCH] SELinux: Measure state and hash of policy using IMA
 2020-08-31 16:39 UTC  (11+ messages)

[PATCH v2] microblaze: fix kbuild redundant file warning
 2020-08-31 16:38 UTC 

[PATCH] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
 2020-08-31 16:17 UTC  (10+ messages)

[igt-dev] [PATCH i-g-t v33 00/40] Remove libdrm in rendercopy
 2020-08-31 16:37 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Remove libdrm in rendercopy (rev32)

issues reading results
 2020-08-31 16:36 UTC  (3+ messages)

[PATCH] netfilter: nf_tables: coalesce multiple notifications into one skbuff
 2020-08-31 16:36 UTC  (2+ messages)

[PATCH] lttng-modules/devupstream: bump to latest 2.12 commits
 2020-08-31 16:34 UTC 

[xen-unstable-smoke test] 153382: tolerable all pass - PUSHED
 2020-08-31 16:33 UTC 

[PATCH] microblaze: fix kbuild redundant file warning
 2020-08-31 16:33 UTC  (4+ messages)

[PATCH v3 00/10] media: staging: rkisp1: add support to V4L2_CAP_IO_MC
 2020-08-31 16:33 UTC  (4+ messages)
` [PATCH v3 01/10] media: staging: rkisp1: cap: change RGB24 format to XBGR32

[PATCH 0/5] SMSC: Cleanups and clock setup
 2020-08-31 16:32 UTC  (3+ messages)
` [PATCH 4/5] net: phy: smsc: add phy refclk in support

[PATCH bpf-next] bpf: Fix build without BPF_LSM
 2020-08-31 16:31 UTC 

[PATCH 00/31] Add DM support for omap PWM backlight
 2020-08-31 16:29 UTC  (6+ messages)
` [PATCH 04/31] clk: add clk_round_rate()

[PATCH for-next] RDMA/core: Add a debug print when a driver is marked as non-kverbs provider
 2020-08-31 16:28 UTC  (2+ messages)

[LTP] [PATCH] [RFC] runtest/quickhit: Remove
 2020-08-31 16:27 UTC  (3+ messages)

[PATCH v2 0/3] add fault injection to user memory access
 2020-08-31 16:27 UTC  (6+ messages)
` [PATCH v2 2/3] lib, uaccess: add failure injection to usercopy functions

[PATCH 1/6] kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
 2020-08-31 16:25 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-08-31 16:26 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/5] bpf: Introduce sleepable BPF programs

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-08-31 16:26 UTC 

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-08-31 16:25 UTC 

[PATCH] IB/qib: remove superfluous fallthrough statements
 2020-08-31 16:25 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v3 1/3] media: i2c: imx274: Fix Y_OUT_SIZE register setting
 2020-08-31 16:25 UTC  (7+ messages)
` [PATCH v3 3/3] media: i2c: imx274: Add IMX274 power on and off sequence

cpu-freq: running the perf increases the data rate?
 2020-08-31 16:22 UTC  (4+ messages)

[Buildroot] [PATCH] libcap: disable GOLANG
 2020-08-31 16:24 UTC  (4+ messages)

[RFC PATCH 0/1] USB EHCI: repeated resets on full and low speed devices
 2020-08-31 16:23 UTC  (4+ messages)
` [RFC RESEND "
` [RFC PATCH 1/1] usb: ehci: Remove erroneous return of EPROTO upon detection of stall
  ` [RFC RESEND "

[PATCH BlueZ 0/1] Mesh HCI interface init scan interval fixed
 2020-08-31 16:22 UTC  (3+ messages)
` [PATCH BlueZ 1/1] "
  ` [BlueZ,1/1] "

[PATCH v5] parisc: Fix spinlock barriers
 2020-08-31 16:21 UTC  (2+ messages)

[PATCH 0/11] btrfs: seed fix null ptr, use only main device_list_mutex, and cleanups
 2020-08-31 16:21 UTC  (5+ messages)
` [PATCH 01/11] btrfs: initialize sysfs devid and device link for seed device
` [PATCH 04/11] btrfs: reada: use sprout device_list_mutex

[PATCH] drm/dp_mst: Support remote i2c writes
 2020-08-31 16:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 bpf-next] bpf: Fix build without BPF_SYSCALL, but with BPF_JIT
 2020-08-31 16:19 UTC  (3+ messages)

[PATCH v2 0/4] qla2xxx: A couple crash fixes
 2020-08-31 16:18 UTC  (5+ messages)
` [PATCH v2 1/4] qla2xxx: Warn if done() or free() are called on an already freed srb
` [PATCH v2 2/4] qla2xxx: Simplify return value logic in qla2x00_get_sp_from_handle()
` [PATCH v2 3/4] qla2xxx: Drop unused function argument from qla2x00_get_sp_from_handle()
` [PATCH v2 4/4] qla2xxx: Handle incorrect entry_type entries

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-31 16:19 UTC  (4+ messages)
` [PATCH v6 64/76] x86/sev-es: Handle #DB Events

[PATCH] MAINTAINERS: IA64: mark Status as Odd Fixes only
 2020-08-31 16:17 UTC  (3+ messages)

[PATCH v1] imx: support i.MX8QM DMSSE20 a1 board
 2020-08-31 16:17 UTC  (2+ messages)

[PATCH v3 00/35] dmaengine: convert tasklets to use new
 2020-08-31 16:17 UTC  (5+ messages)
` [PATCH v3 33/35] dmaengine: plx_dma: convert tasklets to use new tasklet_setup() API

[PATCH] clk: rockchip: Fix overflow rate during fractional approximation
 2020-08-31 16:14 UTC  (3+ messages)

[PATCH] rpc.gssd: munmap_chunk(): invalid pointer
 2020-08-31 16:15 UTC  (2+ messages)

[PATCH 1/2] SVM: Replace numeric value for SME CPUID leaf with a #define
 2020-08-31 16:14 UTC  (3+ messages)
` [PATCH 2/2] KVM: SVM: Don't flush cache of SEV-encrypted pages if hardware enforces cache coherency across encryption domains

[PATCH] net-snmp: upgrade 5.8 -> 5.9
 2020-08-31 16:14 UTC 

[PATCH v2] iomap: Fix WARN_ON_ONCE() from unprivileged users
 2020-08-31 16:13 UTC  (4+ messages)

[PATCH v3] arm64: dts: qcom: sc7180-trogdor: add initial trogdor and lazor dt
 2020-08-31 16:13 UTC  (2+ messages)

[PATCH v2] ovl: check for incomapt features in work dir
 2020-08-31 16:12 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mfd: google,cros-ec: Use unevaluatedProperties
 2020-08-31 16:11 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: mmc: mmc-pwreq-simple: Accept more than one reset GPIO

xattr names for unprivileged stacking?
 2020-08-31 16:11 UTC  (4+ messages)

[PATCH] staging: gdm724x: fixed two macros by adding brackets
 2020-08-31 16:03 UTC  (2+ messages)

[PATCHv2] drivers: optee: fix i2c build issue
 2020-08-31 16:11 UTC 

[PATCH v5 00/11] xfs: widen timestamps to deal with y2038
 2020-08-31 16:10 UTC  (9+ messages)
` [PATCH 06/11] xfs: redefine xfs_timestamp_t
` [PATCH 07/11] xfs: redefine xfs_ictimestamp_t
` [PATCH 08/11] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 11/11] xfs: enable big timestamps

init/do_mounts_rd.o: warning: objtool: crd_load()+0x63: unreachable instruction
 2020-08-31 16:09 UTC 

[PATCH v2] gpio: sprd: Clear interrupt when setting the type as edge
 2020-08-31 16:08 UTC  (2+ messages)

[PATCH v13 0/2] media: i2c: Add support for OV02A10 sensor
 2020-08-31 16:06 UTC  (6+ messages)
` [PATCH v13 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[PATCH AUTOSEL 5.8 01/42] hwmon: (pmbus/isl68137) remove READ_TEMPERATURE_1 telemetry for RAA228228
 2020-08-31 16:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 25/42] ceph: fix inode number handling on arches with 32-bit ino_t

[PATCH v6 0/2] Basic Kontron SMARC-sAL28 board support
 2020-08-31 16:08 UTC  (3+ messages)
` [PATCH v6 1/2] board: kontron: add sl28 support

[PATCH bpf-next] bpf: change bq_enqueue() return type from int to void
 2020-08-31 16:07 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/brgl/linux
 2020-08-31 16:06 UTC 

BUG: corrupted list in kobject_add_internal
 2020-08-31 16:06 UTC  (4+ messages)
` [PATCH] Bluetooth: fix "list_add double add" in hci_conn_complete_evt
    ` [Linux-kernel-mentees] "

[PATCH] mm/mmap: Fix Add inline munmap_vma_range() for code readability
 2020-08-31 16:04 UTC 

[dpdk-dev] [PATCH] ethdev: add rx offload to drop error packets
 2020-08-31 16:04 UTC  (3+ messages)

[ovmf test] 153379: regressions - FAIL
 2020-08-31 16:04 UTC 

[PATCH] drivers: optee: fix i2c build issue
 2020-08-31 16:04 UTC  (3+ messages)

[PATCH] Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb
 2020-08-31 16:04 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/bluetooth/bluetooth-next
 2020-08-31 16:03 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.