All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-21 21:24:06 to 2018-09-21 22:33:00 UTC [more...]

[PATCH v1 1/3] busybox: CVE-2017-15874
 2018-09-21 22:33 UTC  (4+ messages)
` [PATCH v1 2/3] libpng: CVE-2018-13785
` [PATCH v1 3/3] sqlite3: CVE-2018-8740
` ✗ patchtest: failure for "[v1] busybox: CVE-2017-15874..." and 2 more

[PATCH v3 0/2] Add an initial DT binding doc for ina3221
 2018-09-21 22:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v3 2/2] hwmon: ina3221: Read channel input source info from DT

[PATCH RFC] Documentation: RCU: Clarify comment about fanout
 2018-09-21 22:31 UTC 

[PATCH] drm/i915: Match code to comment and enforce ppgtt for execlists
 2018-09-21 22:31 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Match code to comment and enforce ppgtt for execlists (rev2)

[PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)
 2018-09-21 22:30 UTC  (3+ messages)

[PATCH v2] i2c: aspeed: fix invalid clock parameters for very large divisors
 2018-09-21 22:30 UTC  (6+ messages)

[PATCH V3 (resend) 1/7] CIFS: pass page offsets on SMB1 read/write
 2018-09-21 22:30 UTC  (5+ messages)
` [PATCH V3 (resend) 3/7] CIFS: Add support for direct I/O read
` [PATCH V3 (resend) 4/7] CIFS: Add support for direct I/O write

[PATCH net-next] net: dsa: b53: Don't assign autonegotiation enabled
 2018-09-21 22:30 UTC 

4.19-rc3 incompatible with nvidia driver
 2018-09-21 22:29 UTC  (5+ messages)

kernel 4.18.5 Realtek 8111G network adapter stops responding under high system load
 2018-09-21 22:28 UTC  (4+ messages)

[PATCH 0/5] VFS: Introduce filesystem information query syscall [ver #12]
 2018-09-21 16:38 UTC  (4+ messages)
` [PATCH 2/5] afs: Add fsinfo support "
` [PATCH 3/5] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 5/5] vfs: Implement parameter value retrieval with fsinfo() "

[PATCH 0/3] Filter alternate references
 2018-09-21 22:27 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand
  ` [PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes

[PATCH v5 0/6] Move swapper_pg_dir to rodata section
 2018-09-21 22:26 UTC  (3+ messages)

[PATCH iproute2] iplink_vxlan: take into account preferred_family creating vxlan device
 2018-09-21 16:35 UTC  (3+ messages)

Very simple popen() code request, ground-shaking functionality openned by it
 2018-09-21 22:24 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Match code to comment and enforce ppgtt for execlists
 2018-09-21 22:24 UTC  (2+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-09-21 16:34 UTC  (23+ messages)
` [PATCH 05/34] vfs: Introduce the basic header for the new mount API's "
` [PATCH 06/34] vfs: Introduce logging functions "
` [PATCH 08/34] vfs: Add LSM hooks for the new mount API "
` [PATCH 09/34] vfs: Put security flags into the fs_context struct "
` [PATCH 11/34] smack: Implement filesystem context security hooks "
` [PATCH 12/34] apparmor: Implement security hooks for the new mount API "
` [PATCH 13/34] tomoyo: "
` [PATCH 14/34] vfs: Separate changing mount flags full remount "
` [PATCH 15/34] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 16/34] vfs: Remove unused code after filesystem context changes "
` [PATCH 17/34] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 18/34] proc: Add fs_context support to procfs "
` [PATCH 19/34] ipc: Convert mqueue fs to fs_context "
` [PATCH 20/34] cpuset: Use "
` [PATCH 22/34] hugetlbfs: Convert to "
` [PATCH 23/34] vfs: Remove kern_mount_data() "
` [PATCH 24/34] vfs: Provide documentation for new mount API "
` [PATCH 25/34] Make anon_inodes unconditional "
` [PATCH 27/34] vfs: Implement logging through fs_context "
` [PATCH 32/34] afs: Add fs_context support "
` [PATCH 33/34] afs: Use fs_context to pass parameters over automount "
` [PATCH 34/34] vfs: Add a sample program for the new mount API "

[PATCH] drm/i915/aml: Add new Amber Lake PCI ID
 2018-09-21 22:20 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] Add an EditorConfig file
 2018-09-21 22:19 UTC  (6+ messages)

[PATCH v6 00/18] APEI in_nmi() rework
 2018-09-21 22:17 UTC  (57+ messages)
` [PATCH v6 01/18] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v6 02/18] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v6 03/18] ACPI / APEI: don't wait to serialise with oops messages when panic()ing
` [PATCH v6 04/18] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v6 06/18] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v6 07/18] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v6 08/18] ACPI / APEI: Move locking to the notification helper
` [PATCH v6 09/18] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v6 10/18] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v6 11/18] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v6 12/18] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v6 13/18] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v6 14/18] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v6 15/18] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v6 16/18] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority
` [PATCH v6 18/18] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH] i2c: aspeed: fixed invalid clock parameters for very large divisors
 2018-09-21 22:18 UTC  (4+ messages)

[PATCH v12 1/2] leds: core: Introduce LED pattern trigger
 2018-09-21 22:18 UTC  (6+ messages)

[PATCH 0/4] soc/fsl/qbman: DPAA QBMan fixes and additions
 2018-09-21 22:15 UTC  (4+ messages)
` [PATCH 1/4] soc/fsl/qbman: Check if CPU is offline when initializing portals

Linux 4.19-rc4 released, an apology, and a maintainership note
 2018-09-21 22:13 UTC  (4+ messages)

[PATCH v1 1/3] busybox: CVE-2017-15874
 2018-09-21 22:12 UTC  (3+ messages)
` [PATCH v1 2/3] libpng: CVE-2018-13785
` [PATCH v1 3/3] sqlite3: CVE-2018-8740

[PATCH] staging: rtlwifi: Use proper enumerated types for Wi-Fi only interface
 2018-09-21 22:12 UTC 

[igt-dev] [PATCH i-g-t v3] tools: Add a simple tool to read/write/decode dpcd registers
 2018-09-21 22:10 UTC  (5+ messages)

[PATCH 1/9] string-list: add string_list_{pop, last} functions
 2018-09-21 22:08 UTC  (2+ messages)
` [PATCH] "

[PATCH iproute2 v2 0/3] testsuite: make alltests fixes
 2018-09-21 16:16 UTC  (2+ messages)

[PATCH v3 1/3] powerpc/process: fix casting and missing header
 2018-09-21 20:24 UTC  (2+ messages)

[PATCH iproute2] Makefile: add help target
 2018-09-21 16:16 UTC 

[igt-dev] [PATCH i-g-t 01/25] lib/igt_kms: Fill the plane format/mod information for pre-blobifier drivers
 2018-09-21 22:05 UTC  (10+ messages)
` [igt-dev] [PATCH i-g-t 10/25] lib/igt_fb: s/planar_foo/fb_plane_foo/
` [igt-dev] [PATCH i-g-t 11/25] lib/igt_fb: Add fb_plane_bpp()
` [igt-dev] [PATCH i-g-t 12/25] lib/igt_fb: Add fb_num_planes()

[PATCH v2 net-next] ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3
 2018-09-21 16:14 UTC  (2+ messages)

[PATCH v6 4/5] seccomp: add support for passing fds via USER_NOTIF
 2018-09-21 22:03 UTC  (11+ messages)

[PATCH v8 00/12] Adding security support for nvdimm
 2018-09-21 22:02 UTC  (6+ messages)
` [PATCH v8 04/12] keys: export lookup_user_key to external users

[PATCH] clk: tegra: Return the exact clock rate from clk_round_rate
 2018-09-21 22:01 UTC 

[PATCH] clk: tegra: Fix an infinite loop when clock rate is zero
 2018-09-21 22:00 UTC 

[PATCH ipsec] net: xfrm: pass constant family to nf_hook function
 2018-09-21 16:10 UTC  (5+ messages)

[PATCH] mt76x2: fix tx power configuration for VHT mcs 9
 2018-09-21 16:10 UTC  (2+ messages)

[PATCH] ARM: BCM63XX: Fix incorrect interrupt specifiers
 2018-09-21 21:59 UTC  (3+ messages)

[PATCH 00/20] unify mt76x2 and mt76x0 eeprom code
 2018-09-21 16:09 UTC  (3+ messages)
` [PATCH 02/20] mt76: add stbc entries to mt76_rate_power

[PATCH] iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
 2018-09-21 21:58 UTC 

[PATCH 0/2] commit-graph: add progress output
 2018-09-21 21:57 UTC  (5+ messages)
` [PATCH v2 1/2] commit-graph write: "

[meta-selinux][PATCH] libselinux: Fix build with musl libc
 2018-09-21 21:57 UTC 

[PATCH v2, RESEND 0/3] tpm: retrieve digest size of unknown algorithms from TPM
 2018-09-21 21:57 UTC  (4+ messages)
` [PATCH v2, RESEND 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms

[PATCH] drm/amd/display: Change status's type in aux_reply_transaction_data
 2018-09-21 21:55 UTC 

[PATCH v2 0/2] x86/cpu: Enable cpuid on Cyrix 6x86/6x86L processors
 2018-09-21 21:54 UTC  (3+ messages)
` [PATCH v2 2/2] x86/cpu: Change query logic so cpuid is enabled before testing

[Buildroot] [PATCH v2,1/1] blktrace: drop NPTL dependency
 2018-09-21 21:54 UTC 

[PATCH] kernel/bounds: Provide prototype for foo
 2018-09-21 16:03 UTC  (4+ messages)

[PATCH v2 0/2] Add an initial DT binding doc for ina3221
 2018-09-21 21:51 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Add ina3221 documentation

[PATCH] dt-bindings: apmu: Document r8a7744 support
 2018-09-21 15:52 UTC 

[meta-selinux][PATCH] setools: Add missing python runtime deps
 2018-09-21 21:48 UTC 

Netgear R7800 - ath10k QCA 9984 firmware crash
 2018-09-21 15:59 UTC  (4+ messages)

[PATCH 0/5] Add I2C4/DU0/QSPI0/SDHI2/USB to r8a77470
 2018-09-21 15:57 UTC  (7+ messages)
` [PATCH 4/5] pinctrl: sh-pfc: r8a77470: Add SDHI2 pin groups

[PATCH net-next] dt-bindings: net: ravb: Add support for r8a7744 SoC
 2018-09-21 15:57 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] blktrace: drop NPTL dependency
 2018-09-21 21:45 UTC 

[PATCH v1] ltp-ddt: Update to latest
 2018-09-21 21:45 UTC 

[PATCH 0/6] mount-api: fixes and cleanups
 2018-09-21 15:54 UTC  (6+ messages)
` [PATCH 5/6] fsmount: do not use legacy MS_ flags

[PATCH net-next 0/9] tcp: switch to Early Departure Time model
 2018-09-21 15:51 UTC  (10+ messages)
` [PATCH net-next 1/9] tcp: switch tcp_clock_ns() to CLOCK_TAI base
` [PATCH net-next 2/9] tcp: introduce tcp_skb_timestamp_us() helper
` [PATCH net-next 3/9] net_sched: sch_fq: switch to CLOCK_TAI
` [PATCH net-next 4/9] tcp: add tcp_wstamp_ns socket field
` [PATCH net-next 5/9] tcp: provide earliest departure time in skb->tstamp
` [PATCH net-next 6/9] tcp: switch internal pacing timer to CLOCK_TAI
` [PATCH net-next 7/9] tcp: switch tcp and sch_fq to new earliest departure time model
` [PATCH net-next 8/9] tcp: switch tcp_internal_pacing() to tcp_wstamp_ns
` [PATCH net-next 9/9] net_sched: sch_fq: remove dead code dealing with retransmits

[PATCH rdma-next 0/4] mlx5 vport loopback
 2018-09-21 21:40 UTC  (5+ messages)

[PATCH BlueZ] test/example-advertisement: add shutdown code
 2018-09-21 21:37 UTC  (3+ messages)

[PATCH net-next] cxgb4vf: Add ethtool private flags for changing force_link_up
 2018-09-21 15:46 UTC  (4+ messages)

[PATCH 1/2] gpio: mockup: Allow probing from device tree
 2018-09-21 15:46 UTC  (5+ messages)

[PATCH 0/8] x86/mm/cpa: Further optimizations
 2018-09-21 21:34 UTC  (3+ messages)
` [PATCH 2/8] x86/mm/cpa: Move flush_tlb_all()

[PATCH] dt-bindings: gpio: rcar: Add r8a7744 (RZ/G1N) support
 2018-09-21 15:34 UTC 

[Buildroot] [PATCH 1/2] igmpproxy: fix license
 2018-09-21 21:29 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] igmpproxy: bump to version 0.2.1

[PATCH v3 00/28] selftests/ftrace: Improve ftracetest with coverage check
 2018-09-21 21:24 UTC  (4+ messages)

[PATCH] drm/i915: introduce i915_gem_context_vm helper
 2018-09-21 21:24 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "


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.